/*!
Theme Name: Bam
Theme URI: http://underscores.me/
Author: Triplevdoble
Author URI: https://www.triplevdoble.com/
Description: Creado por Triplevdoble para Bam
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bam
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Bam is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

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

.site-title{
	display: none;
}



/* QUITAMOS MOSCA DE RECAPTCHA DE GOOGLE */
.grecaptcha-badge { visibility: hidden; }


body{
  	font-family: "ZuumeCut", serif;
   
}

img{
    width: 100%;
    height: auto;
}

a{
	text-decoration: none;
	color: inherit;
	cursor: pointer!important;
	pointer-events: auto!important;
}

ul, li{
	list-style-type: none;
	padding-left: 0;
}


/* TIPOGRAFÍAS */

/* Fuente Zuume Cut */

@font-face {
  font-family: 'ZuumeCut';
  src: url('fonts/ZuumeCutLight.woff2') format('woff2'),
       url('fonts/ZuumeCutLight.woff') format('woff');
  font-weight: lighter;
  font-style: normal;
}

@font-face {
  font-family: 'ZuumeCut';
  src: url('fonts/ZuumeCutRegular.woff2') format('woff2'),
       url('fonts/ZuumeCutRegular.woff') format('woff');

  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ZuumeCut';
  src: url('fonts/ZuumeCutBold.woff2') format('woff2'),
       url('fonts/ZuumeCutBold.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'ZuumeCut';
  src: url('fonts/ZuumeCutBlack.woff2') format('woff2'),
       url('fonts/ZuumeCutBlack.woff') format('woff');
  font-weight: bolder;
  font-style: italic;
}

/* -- Fuente Zuume Cut */




h1, h2, h3, h4, h5, p, ul{
	margin-bottom: 0;
	font-family: "Poppins", sans-serif;
}

h1 {
	font-family: 'ZuumeCut';
    font-size: clamp(80px, 9vw, 157px);
    line-height: 90%;
    font-weight: bold;
    color: #fff;
	text-transform: uppercase;
}

h2{
	font-family: "Antonio", sans-serif;
	font-size: 37px;
	font-weight: bold;
	line-height: 120%;
	color: var(--color1);
	text-transform: uppercase;
}


p{
	font-family: "Poppins", sans-serif;
	font-size: clamp(16px, 2vw, 18px);
	line-height: 110%;
    font-weight: 200;
	color: var(--color4);
}




/* Colores */

:root {
  --color1: #54BAD8; /* Azul claro */
  --color2: #31277B; /* Morado */
  --color3: #FFE500; /* Amarillo */
  --color4: #636363; /* Gris */
  --color5: #EFEFEF; /* Gris Claro */
  --color2-1: #007176; /* Color ponentes - Aguamarina */
  --color2-2: #ED9D58; /* Color ponentes - Naranja pálido */
  --color2-3: #7A468D; /* Color ponentes - Morado pálido */
}


/* Paddings / Margins */

.py-80{
	padding: 80px 0;
}

.pt-80{
	padding-top: 80px;
}

.pb-80{
	padding-bottom: 80px;
}

.py-200{
	padding: clamp(100px, 9vw, 200px) 0;
}

.p-cont{
	padding: 20px;
}

@media (min-width: 576px) {
	.p-cont{
		padding: 40px;
	}
}

@media (min-width: 992px) {
	.p-cont{
		padding: 0px;
	}
}

@media (min-width: 576px) {

.margin-l-calc{
    max-width: inherit;
    margin-right: 0px;
    margin-left: calc((100vw - 540 + 24px) / 2);
} 

} 
@media (min-width: 768px){

.margin-l-calc{
    max-width: inherit;
    margin-right: 0px;
    margin-left: calc((100vw - 720px + 24px) / 2);
} } 

@media (min-width: 992px) {

.margin-l-calc{
    max-width: inherit;
    margin-right: 0px;
    margin-left: calc((100vw - 960px + 24px) / 2);
} } 

@media (min-width: 1200px){

.margin-l-calc{
    max-width: inherit;
    margin-right: 0px;
    margin-left: calc((100vw - 1140px + 24px) / 2 );
} } 

@media (min-width: 1400px) {
    
.margin-l-calc{
    max-width: inherit;
    margin-right: 0px;
    margin-left: calc((100vw - 1320px + 24px) / 2);
} } 


/* BOTONES */

.dos-botones{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	gap: 10px;
}

/* Botón amarillo */

.btn-amarillo{
	font-family: "Antonio", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    display: flex;
	flex-shrink: 0;
    align-items: center;
    gap: 10px;
    border: none;
    color: #000;
    padding: 5px 15px;
	width: fit-content;
    /* max-width: 120px; */
}

.btn-amarillo-solid,
.btn-hero{
	background-color: var(--color3);
	min-width: 110px;

}

.btn-brd{
	font-family: "Antonio", sans-serif;
	border: 2px solid var(--color3);
	color: var(--color3);
	background-color: transparent;
}

.btn-amarillo:hover{
	transform: scale(1.05);
}



/* CSS GLOBAL */
html {
  scroll-behavior: smooth;
}

/* HEADER */
#page {
  position: relative;
}
.site-header {
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 10px;
}

/* LOGO */
.menu-logo {
  width: 200px;
  height: auto;
}
.menu-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* HAMBURGER */
.navbar-toggler {
  font-size: 35px;
  line-height: 1;
  color: white;
  background: transparent;
  border: none;
  transition: var(--bs-navbar-toggler-transition);
}
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

/* SIDEBAR COLLAPSE MÓVIL */
.menu-mov .navbar-collapse {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;            /* o 100% si lo quieres full */
  max-width: 300px;      /* opcional para no pasarse en pantallas grandes */
  height: 100vh;
  background-color: var(--color2);
  padding: 60px 40px;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  z-index: 1050;
  overflow-y: auto;
}
.menu-mov .navbar-collapse.show {
  transform: translateX(0);
}
.menu-mov .navbar-collapse.collapsing {
  transition: none;      /* evita animación de altura de Bootstrap */
}

/* HEADER DEL SIDEBAR: logo + close */
.sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

/* ENLACES (DESKTOP & MÓVIL) */
.site-header .navbar-nav .nav-link,
.site-header nav li a {
  font-family: "Antonio", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
  color: white !important;
  position: relative;
  margin: .5rem 0;
}
.site-header .navbar-nav .nav-link::after,
.site-header nav li a::after {
  content: '';
  position: absolute;
  left: 0; right: 0; height: 2px;
  background-color: white;
  bottom: -5px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.site-header .navbar-nav .nav-link:hover::after,
.site-header nav li a:hover::after {
  transform: scaleX(1);
}

/* BOTÓN “Entradas” */
.menu-mov .btn-amarillo {
  margin-top: 1rem;
}
.menu-desk .btn-amarillo-solid {
  margin-left: 1rem;
}


@media (min-width: 992px){
	
	.menu-mov{
		display: none;
	}
	.menu-desk{
		width: 100%;
		position: relative;
		display: flex!important;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		z-index: 1;
	}

	.site-header nav,
	.site-header nav ul{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		gap: 30px;
	}	
	.site-header nav ul li a{
		font-size: 16px;
	}	
	.site-header nav li a::after {
	  bottom: -15px; /* Se sitúa 15px por debajo del texto */
	}
	
}




/* CABECERA */

.cabecera{
	position: relative;
	height: 1000px;
	width: 100%;
}
.cabecera-fondo {
	position: absolute;
	inset: 0; /* top: 0; right: 0; bottom: 0; left: 0 */
	overflow: hidden;
	z-index: 0;
}

.cabecera-fondo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}


.cabecera-contenido {
    position: absolute;
    top: 100px;
    right: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.cabecera-info {
    z-index: 1;
   /* position: relative;
	padding-bottom: 100px;*/
}

.cabecera-png{
    min-width: 300px;
   	max-width: 600px;
}

.cabecera-intro {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -70px;
	width: 100%;
	row-gap: 30px;
}
.cabecera-txt{
    display: flex;
    flex-direction: column;
    gap: 15px;
	padding-top: 100px;
}

.cabecera-tit{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
}

.cabecera-tit h1{
	white-space: nowrap;
}

.cabecera-tit h2{
	color: var(--color1);
	font-weight: 300;
}


.cabecera-tit img{
	max-width: 80vw;
}

.cabecera-intro p{
	color: #fff;
	font-size: clamp(24px, 2vw, 37px);
	font-weight: 400;
}


.contador {
    background-color: var(--color2);
    padding: 100px clamp(10px, 3vw, 100px);
    position: relative;
}

/*.cabecera-png{
    min-width: 300px;
    max-width: 600px;
	position: absolute;
    bottom: 80%;
    right: 0;
}*/

.cabecera-png img{
	object-fit: contain; 
}

.contador-cont{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}

.contador-cont h2{
    max-width: 260px;
    text-align: center;
}

.contador-info{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/*gap: clamp(10px, 1vw, 30px);*/
	
	font-family: "Antonio", sans-serif;;
	font-size: clamp(18px, 2vw, 37px);
	font-weight: 600;
	line-height: 120%;
	color: var(--color1);
	text-transform: uppercase;
}

.contador-info span{
	font-weight: 200;

}

.reloj{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.reloj-item:last-child{
	border-right: 0px solid white;
}

.reloj-item {
	border-right: 1px solid white;
	padding: 0 clamp(15px, 2vw, 30px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
}	

.reloj-item h2{
	font-family: "Antonio", sans-serif;
	font-size: clamp(30px, 5vw, 100px);
	color: white;
}

.reloj-item p{
	font-size: clamp(12px, 2vw, 30px);
	font-weight: 200;
	color: var(--color1);
	text-transform: uppercase;
}

.contador-info-hora{
	padding-left: clamp(15px, 2vw, 39px);
}

.contador-info-fecha, 
.contador-info-donde {
	position: relative;
	padding: 0 clamp(15px, 2vw, 39px);
}	


.contador-info-fecha:after,
.contador-info-donde:after{
	content: " / ";
	position: absolute;
	right: 0;
	color: var(--color1);
}


@media (min-width: 800px){
	.contador-info{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	
	.contador-cont h2{
		max-width: 100%;
		text-align: start;
	}

}


/* MARQUEE */

.marcas-marquee{
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 50px;
	padding: 80px 0;
}

.marquee {
    position: relative;
    overflow: hidden;
    display: flex;
    gap: 0;
	user-select: none;
}

.marquee .content {
	flex-shrink: 0;
    display: flex;
	align-items: center;
    gap: 0;

}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

.scroll{
	animation: scroll 20s linear infinite;
}

.marquee .logo {
    margin-right: clamp(30px, 5vw, 100px);
}

.marquee .logo svg{
	width: clamp(150px, 19vw, 350px);
	object-fit: contain;
    height: auto;
	transition: color 0.3s ease;
}

.marquee .logo svg:not(:hover),
.marquee .logo svg:not(:hover) *,
.marquee .logo svg:not(:hover) g *,
.marquee .logo svg:not(:hover) path,
.marquee .logo svg:not(:hover) g path {
	fill: var(--color5) !important;
}


/* S1 -  */


.s1-contenido{
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.s1-contenido h2{
	color: var(--color2);
}

.s1-contenido p strong{
	font-weight: 600;
}

.s1 .btn-brd{
	color: var(--color2);
	border-color:  var(--color2);
}



/* S2 -  Talks */

.talks{
	background-color: var(--color5);
	position: relative;
	overflow-x: hidden;
	
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}

.talks-fondo {
    position: absolute;
    transform: translateY(-50%);
    left: -10%;
    top: 50%;
    height: 70%;
    z-index: 0;
}

.talks-fondo img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.talks-intro {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
	width: 100%; 
	min-width: 300px;
}

.talks-intro p{
	font-weight: 200;
}

.talks-intro p strong{
	font-weight: 600;
}

.talks-cards{
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	gap: 40px;
	z-index: 5;
	padding: 0 30px;
}

.talks-degradado-dcha {
    position: absolute;
    right: 0;
	bottom: 0;
	width: 30vw;
    height: 100%;
    background: linear-gradient(270deg, rgba(239,239,239, 1) 0%, rgba(239,239,239, 0) 100%);
    z-index: 6;
}



.talks-swiper .swiper-slide {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    height: auto;
}

.talks-swiper-nav {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

.talks-swiper-nav .swiper-button-prev,
.talks-swiper-nav .swiper-button-next {
    position: static; /* o inherit, como tenías */
    margin-top: 0;
    width: auto;
    height: auto;
}


.talks-swiper-nav .swiper-button-prev::after,
.talks-swiper-nav .swiper-button-next::after {
    content: none !important;
}

.talks-swiper-nav .swiper-button-prev img,
.talks-swiper-nav .swiper-button-next img {
    width: 30px;
	height: auto;
	object-fit: contain
}




.talks-card {
    border: 1px solid var(--color4);
    display: flex;
    flex-direction: column;
    gap: 3px;
    max-width: 300px;
	/* aspect-ratio: 3/4;*/    
	border-radius: 5px;
    padding: 3px;
	height: 100%;
}





.card-foto{
	height: 120px;
	border-radius: 5px;
	overflow: hidden;
	flex-shrink: 0;

}

.card-foto img{
	width: 100%;
	height: 100%;
    object-fit: cover;
    object-position: center;
}

.card-flyer{
	width: 100%;
	height: 100%;
	overflow: hidden;

}

.card-flyer img{
	width: 100%;
	height: 100%;
    object-fit: cover;
    object-position: center;
}

.card-info{
	border-radius: 5px;
	height: 100%;
}

.talk {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    padding: 10px;
}


.talk-foto {
    width: 90px;
    border-radius: 50%;
    overflow: hidden;
	display: block;
    aspect-ratio: 1/1;
    flex-shrink: 0;
	margin-top: -30px;
}
.talk-foto img {
	width: 100%;
	height: 100%;
    object-fit: cover;
    object-position: center;
}

.talk-info .nombre,
.talk-info .apellidos{
	font-family: "Antonio", sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: white;
	line-height: 110%;}

.talk-info .apellidos{
	font-weight: lighter;
}

.talk .ponencia{
	font-family: "Poppins", sans-serif;
	font-size: 8px;
	font-weight: 300;
	color: white;
	max-width: 130px;
	line-height: 110%;
}

.talk .ponencia .txt-2{
	font-weight: bold;
}

.talks-card hr{
	color: white;
	margin: 0 10px;
}

.ponencia-info{
	padding: 20px 10px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}


.talks-card-mesa .ponencia-info h2,
.talks-card-mesa .talk-info h2,
.talks-card-mesa .talk-ponente h3 span,
.talks-card-mesa .talk-ponente-num
{
	color: var(--color3);
}
.talks-card-mesa .card-info,
.talks-card-mesa{
	background-color: var(--color2-1);
}

.talks-card-bam .ponencia-info h2,
.talks-card-bam .talk-info h2,
.talks-card-bam .talk-ponente h3 span,
.talks-card-bam .talk-ponente-num {
	color: var(--color2-3);
}
.talks-card-bam .card-info,
.talks-card-bam{
	background-color: var(--color2-2);
}

.talks-card-uso .ponencia-info h2,
.talks-card-uso .talk-info h2,
.talks-card-uso .talk-ponente h3 span,
.talks-card-uso .talk-ponente-num{
	color: var(--color2-2);
}
.talks-card-uso .card-info,
.talks-card-uso{
	background-color: var(--color2-3);
}





.ponencia-info h2{
	font-size: 20px;
	min-height: 70px;
}

.ponencia-info p{
	color: white;
	font-size: 12px;
	font-weight: 200;
	line-height: 110%;
	min-height: 106px;
}
			
.talk-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
	gap: 10px;
}

.talk-ponentes,
.talk-ponente-num{
	font-weight: 200;
	color: white;
	font-size: 12px;
	text-transform: none;
	font-family: "Poppins", sans-serif;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.talk-ponente-moderador{
	display: flex;
	align-items: baseline;
	flex-direction: column!important;
}

.talk-ponente{
	display: flex;
	align-items: baseline;
	flex-direction: row;
	column-gap:5px;
	row-gap: 0px;
}

.talk-moderador{
	display: flex;
	align-items: baseline;
	flex-direction: column;
	gap:5px;
	min-width: 110px;
}

.talk-info h2 {

	font-size: 12px;
	/*font-family: "Antonio", sans-serif;*/
}
.talk-ponente h3 {
	color: white;
	font-size: 12px;
	/*font-family: "Antonio", sans-serif;*/
}

.talk-ponente p {
	 font-size: 11px;
	 color: white;
}


.talk-ponente-num{
	font-weight: 600;
}
.talk-ponente-txt{
	display: flex;
	flex-direction: column;
}



/* S3 - Ponentes */


.ponentes{
	background-color: var(--color2);
	display: flex;
	flex-direction: column;
	row-gap: 50px;

}

.ponentes-cabecera{
}

.ponentes-cabecera p{
	/*columns: 2;*/
	color: white;
	line-height: 110%;
}
.ponentes-cabecera p strong{
	font-weight: 600;
}

.ponentes-cards{
	position: relative;
}

.degradado-izda{
	color:rgba(49,39,123,1.00);
	position:absolute;
	width: 30vw;
	left: 0;
	bottom: 0;
	height:100%;
	background: linear-gradient(270deg, rgba(49,39,123, 0) 0%, rgba(49,39,123, 1) 100%);
	z-index: 10;
}
.degradado-dcha{
	position:absolute;
	width: 30vw;
	right: 0;
	bottom: 0;
	height:100%;
	background: linear-gradient(270deg, rgba(49,39,123,1) 0%, rgba(49,39,123, 0) 100%);
	z-index: 11;
}


.ponentes-swiper {
	width: 100%;
}

.ponentes-swiper .swiper-slide{
	width: 250px!important;
}

.ponente-card {
	transform: scale(90%);
	opacity: 0.7;
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 380px;
	max-width: 230px;
	transition: transform 0.5s ease, opacity 0.5s ease; /* <- transición suave */
}

.ponentes-swiper .swiper-slide-active .ponente-card {
	transform: scale(100%);
	opacity: 1;
}
.ponente-foto {
    width: 170px;
    border-radius: 50%;
    overflow: hidden;
	display: block;
    aspect-ratio: 1/1;
    flex-shrink: 0;
	margin-top: -30px;
}
.ponente-foto img {
	width: 100%;
	height: 100%;
    object-fit: cover;
    object-position: center;
}

.ponente-info .nombre,
.ponente-info .apellidos{
	font-family: "Antonio", sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: white;
	line-height: 110%;
}

.ponente-info .apellidos{
	font-weight: lighter;
}

.ponente-card .ponencia{
	min-height: 55px;
}

.ponente-card .ponencia{
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: white;
}

.ponente-card .ponencia .txt-2{
	font-weight: bold;
}



.ponente-card-btn {
	border-radius: 5px;
}





.ponente-card-btn p{
	padding: 5px 10px;
	min-width: 140px;
	font-family: "Antonio", sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: white;
	font-weight: 600;
	line-height: 130%;
}

.ponentes-swiper-nav{
	display: flex;
    justify-content: center;
}


.ponentes-swiper-nav .swiper-pagination-bullet{
	background-color: var(--color4);
	width: 10px;
	height:10px;
	margin: 0 2px!important;
}

.ponentes-swiper-nav .swiper-pagination-bullet-active{
	background-color: white;
	width: 12px;
	height:12px;
}




/* S4 - Sede */

.sede{
	position: relative;
	overflow: hidden;
}

.sede-fondo{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1; 
}
.sede-fondo img{
	object-fit: cover;
	object-position: center bottom;
	width: 100%;
	height: 100%;
	filter: brightness(60%);
}
.sede-contenido{
	position: relative;

}

.sede-tit h2{
	font-family: 'ZuumeCut';
	font-size: clamp(90px, 9vw, 130px);
	line-height: 90%;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}


.sede-tit .bottom{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
}
.sede-tit-num{
	font-size: 37px;
	color: #E1E492;
	font-weight: 300;

}


.sede-tit img{
	max-width: 280px;
}

.sede-caja{
	background-color: rgba(49,39,123,.8);
	border-radius: 20px;
	padding: 30px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: space-between;
}

.sede-caja .caja-icono img{
	height: 35px;
	width: auto;
}

.sede-caja .caja-info h3{
	color: white;
	font-family: "Antonio", sans-serif;
	font-weight: 600;
	font-size: 22px;
}

.sede-caja .caja-info h4{
	color: white;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-size: 18px;
}


/* S5 - Expositores */

.expo-contenido{
	background-color: var(--color5);
	border-radius: 20px;
}
.expo-contenido-foto{
	border-radius: 20px; 
	overflow: hidden;
}

.expo-contenido img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.expo-contenido-foto .swiper-expo .swiper-slide{
	overflow: hidden;
	height: clamp(300px, 16vw, 350px);
	width: 100%;
}
.expo-contenido-foto .swiper-expo .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.expo-contenido-info {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.expo-contenido-info h2{
	color: var(--color2);
	font-size: 60px;
}

.expo-contenido-info p strong{
	font-weight: 600;
}




/* S6 - Sponsors */

.expo-sponsors{
	display: flex;
	flex-direction: column;
	row-gap: 60px;
}

.sponsors{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items-center: center;
	gap: 20px;
}

.sponsors header{
	border-bottom: 2px solid #D6D6D6;
}

.sponsors header h2{
	color: #D6D6D6;
	font-size: 26px;
	font-family: "Antonio", sans-serif;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
}

.marcas{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	column-gap: 50px;
	row-gap: 20px;
}

.marcas-logo{
	height: 100px;
	width: 250px;
}

.marcas-logo img{
	height: 100%;
	width: 100%;
	object-fit: contain;
	object-position: center center;
}

.sponsors-4{
	border: 2px solid #D6D6D6;
	border-radius: 20px;
	padding: 30px;
}

.sponsors-4 header{
	border-bottom: 0px solid #D6D6D6;
}


.entradas{
	background-color: var(--color2);
}

.entradas-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.entradas-info h2{
	text-align: center;
	color: white;
	font-size: 48px;
}

.entradas-info p{
	text-align: center;
	color: white;
}



/* FOOTER */


.site-footer{
	background-color: black;
}

.site-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 50px;
}


.footer-izda, .footer-dcha {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}


.footer-logo{
	width: 200px;
	height: auto;
}

.footer-logo img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.site-info p{
	font-family: "Poppins", sans-serif;
	font-size: 11px;
	font-weight: 100;
	color: white;
}

.site-info ul li a{
	color: white;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 200;
}

.site-info ul li a:hover{
	color: var(--color3);
}







@media (min-width: 768px) {
	
	.talks{
		flex-direction: row;
	}
	.talks-intro {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding: 40px 40px 20px 0;
		width: 33.3333%;
		min-height: 380px;
	}
	.sponsors{
		gap: 20px;
	}
	
	.marcas{
		flex-direction: row;	
	}
	
	
	.site-info{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}	
	
	.footer-logo{
		width: 300px;
		height: auto;
	}
}


@media (min-width: 992px) {
	.talks-cards{
		padding: 0;
	}
	.entradas-info{
		align-items: start;
	}

	.entradas-info h2{
		text-align: start;
	}
	
	.entradas-info p{
		text-align: start;
	}

}

@media (min-width: 1000px) {

}




@media (min-width: 1200px) {
	
	.cabecera-contenido {
		position: absolute;
		bottom: 0;
		right: 0;
		height: 100%;
		justify-content: flex-end;
	}
	.cabecera-intro {
		flex-direction: row;
		justify-content: flex-start;
		align-items: flex-start;
	}
	
	.cabecera-txt{
		gap: 15px;
		padding-top: 0px;
	}
	
	.cabecera-png{
		width: 1400px;
	}

	.btn-hero{
	font-family: "Antonio", sans-serif;
	border: 2px solid var(--color3);
	color: var(--color3);
	background-color: transparent;
}
	

}

@media (min-width: 1400px) {
	
}


