﻿@charset "utf-8";
html{
	width:100%;
	height:100vh;
}

body {
	width:100%;
	height:100vh;
	font-family: "Quicksand", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
  	font-size:1.25vw;
	margin:0%;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	background-color:#fff;

    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select:none;
}

.clear-both{
	clear:both;
}

.cont-lateral-izq{
	top: 0%;
	position: fixed;
    height: 100vh;
	left: 0%;
}

.lateral-izq{
	height: 100vh;
}

.cont-lateral-der{
	top: 0%;
	position: fixed;
    height: 100vh;
	right: 0%;
}

.lateral-der{
	height: 100vh;
}

.cabecera{
	padding-top: 2vw;
    padding-bottom: 2vw;
}

.cont-logo{
	float: left;
    width: 45vw;
    margin: 1vh 0vw 0vh 10vw;
}

.img-logo{
	width:100%;
	padding-top: 2vw;
}

.cont-logo-evento{
	width: 24%;
    float: left;
    margin-left: 0vw;
    margin-top: 2vh;
}

.img-logo-evento{
	width: 100%;
	display:block;
}

.cont-logo-empresa{
	float: left;
    width: 32%;
}

.img-logo-empresa{
	width: 100%;
	display:block;
}

.cont-cuenta-regresiva{
    width: 32%;
    float: left;
}

.cont-numeros-cuenta-regresiva{
	display: flex;
    justify-content: center;
    align-items: center;
	font-size: 1.5vw;
}

.cont-version{
	float: right;
    width: 25vw;
    margin: 5vh 0vw 0vh 1vw;
    display: flex;
    align-items: center;
}

.slider-container {
    position: relative;
    width: 80%;
    margin: auto;
    overflow: hidden;
}

.slider {
    display: flex;
    transition: transform 0.5s ease;
}

.slide {
    min-width: 100%;
}

.slide img {
    width: 100%;
    display: block;
}

/* Estilos de los botones de navegación */
.prev-btn, .next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.prev-btn:hover, .next-btn:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

/* Posición de los botones */
.prev-btn {
    left: 10px;
	display: none;
}

.next-btn {
    right: 10px;
	display: none;
}


@keyframes brillo-naranja {
    0% { box-shadow: 0px 0px 10px #136bbd; }
    25% { box-shadow: 0px 0px 15px #2373bd; }
    50% { box-shadow: 0px 0px 20px #317abe; }
    75% { box-shadow: 0px 0px 15px #3e7db8; }
    100% { box-shadow: 0px 0px 10px #5488ba; }
}

.cont-num-cuenta-regresiva {
    float: left;
    padding: 1.1vw;
    border: 0.125vw solid #3c444d; /* Borde */
    border-radius: 50%;
    color: #37b55d;
    margin: 1vw;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3vw;
    height: 3vw;
    aspect-ratio: 1 / 1;
    animation: brillo-naranja 2s infinite alternate ease-in-out;
}

.cont-descr-cuenta-regresiva{
	margin: 0vw 1vw;
}

.descr-cuenta-regresiva{
	float: left;
    color: #287fcc;
	width:25%;
	text-align:center;
}

.cont-barra-ingreso-sup{
	margin-top: 3vh;
    width: 80%;
    margin-left: 10%;
    height: 2.5vw;
}

.cont-barra-ingreso-inf{
    width: 80%;
    margin-left: 10%;
    height: 2.5vw;
}

.cont-redes-sociales{
	float: right;
    width: 9%;
}

.cont-red-social{
    float: left;
    padding-right: 8.5%;
    cursor: pointer;
}

.logo-red-social{
	float: left;
    height: 2.5vw;
    padding-right: 10%;
}

.cont-btn-registro{
	float: right;
    width: 11%;
    height: 100%;
    cursor: pointer;
    position: relative;
    font-size: 0.75vw;
    background-color: #fdcb33;
    color: #fff;
    text-align: center;
    font-weight: bold;
    transition: background-color 0.5s, color 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 1%;
}

.cont-btn-registro:hover{
    background-color: #ffebac;
    color: #333;
}

.icono{
	float: left;
    padding-left: 6%;
}

.icono-idioma{
}

.btn-registro{
	width:100%;
	display:block;
}

.cont-btn-ingreso{
	float: right;
    width: 11%;
    height: 100%;
    cursor: pointer;
    position: relative;
    font-size: 0.75vw;
    background-color: #37b55d;
    color: #fff;
    text-align: center;
    font-weight: bold;
    transition: background-color 0.5s, color 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 1%;
}

.cont-btn-ingreso:hover{
    background-color: #b8ffce;
    color: #333;
}

.btn-ingreso{
	width:100%;
	display:block;
}

.contenedor-idiomas{
	float: right;
    width: 12%;
    height: 100%;
    color: #333;
}

.contenedor-idioma{
	background-color: #ddd;
    border: 0.25vw solid #dfdfdf;
    height: 60%;
    padding: 0.25vw;
	cursor:pointer;
}

.idioma-bandera{
	float: left;
	margin: 0.25vw 1vw 0vw 0vw;
	width:22%;
}

.img-bandera{
	width:100%;
	box-shadow: 0.25vw 0.25vw 0.25vw #0007;
}

.idioma-descripcion{
	float: left;
	font-weight:bold;
	font-size:0.85vw;
	width: 75%;
}

.idioma-bienvenida{
	float: left;
	font-size:0.75vw;
	width:75%;
}

.contenedor-otros-idiomas{
	position:absolute;
	visibility:hidden;
	opacity:0;
	transition: visibility 0s, opacity 2s ease;
}

.contenedor-otros-idiomas-desplegado{
	width: 9.5%;
    position: absolute;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 2s ease;
    z-index: 1;
}

.cont-sliders{
	width: 80%;
    margin-left: 10%;
}

.cont-salas{
	width: 80%;
    margin: 1% 10%;
	display:flex;
	justify-content:center;
	align-content: center;
	background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../imagenes/fondo.jpg);
}

.cont-sala{
	width: 32%;
    float: left;
	/*margin-right:2%;
	margin-bottom: 1%;*/
	position: relative;
	margin: 1%;
	/*background-color:#fff;*/
}

.img-sala{
	width:100%;
	transition: opacity 0.5s;
	cursor:pointer;
}

.img-sala:hover{
	 opacity: 0.7;
}

.texto-sala{
	position: absolute;
    bottom: 5%;
    width: 90%;
    text-align: center;
    font-size: 1vw;
    color: #fff;
    background-color: #0007;
    padding: 5%;
}

.ult-sala-fila{
	/*margin-right:0%;*/
}

.cont-gen-conferencistas{
	width: 80%;
    margin-left: 10%;
}

.cont-titulo-conferencistas{
	width:100%;
}

.img-titulo-conferencistas{
	width:100%;
	display:block;
}

.cont-conferencistas{
	overflow:hidden;
}

.cont-conferencistas-full{
	width:333.3333%;
	margin-left:0%;
	animation:scroll 30s infinite;
	transition-timing-function:ease;
	animation-delay: 2s;
}

.cont-gen-galeria{
	width: 80%;
    margin-left: 10%;
}

.cont-fotografias{
	overflow: hidden;
	max-height: 35vh;
	/*display: flex;*/
}
.cont-videos{
	overflow: hidden;
	max-height: 35vh;
	/*display: flex;*/
}

.cont-fotografias-full {
	display: flex;
	flex-wrap: nowrap;
	width: max-content;   /* 🔥 clave para que crezca según imágenes */
	will-change: transform; /* optimiza animación */
}

.cont-videos-full{
	display: flex;
	flex-wrap: nowrap;
	width: max-content;   /* 🔥 clave para que crezca según imágenes */
	will-change: transform; /* optimiza animación */
}

.cont-imagenes-full{
	width:333.3333%;
	margin-left:0%;
	animation:scroll 30s infinite;
	transition-timing-function:ease;
	animation-delay: 2s;
}

@keyframes scrollFotos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll {
	/*Animación para un slide de 7 imágenes*/
	0% { margin-left: 0%; }
	9.09% { margin-left: 0%; }
	18.18% { margin-left: -33.33%; }
	27.27% { margin-left: -33.33%; }
	36.36% { margin-left: -66.67%; }
	45.45% { margin-left: -66.67%; }
	54.54% { margin-left: -100%; }
	63.63% { margin-left: -100%; }
	72.72% { margin-left: -133.33%; }
	81.81% { margin-left: -133.33%; }
	90.9% { margin-left: -166.66%; }

	/*Animación para un slide de 6 imágenes*/
	/*
	0% {margin-left:0%;}
	12.5% {margin-left:0%;}
	25% {margin-left:-33.33%;}
	37.5% {margin-left:-33.33%;}
	50% {margin-left:-66.67%;}
	62.5% {margin-left:-66.67%;}
	75% {margin-left:-100%;}
	87.5% {margin-left:-100%;}
	*/
	
	/*Animación para un slide de 11 imágenes*/
	/*
	0% {margin-left:0%;}
	6.25% {margin-left:0%;}
	12.5% {margin-left:-33.33%;}
	18.75% {margin-left:-33.33%;}
	25% {margin-left:-66.67%;}
	31.25% {margin-left:-66.67%;}
	37.5% {margin-left:-100%;}
	43.75% {margin-left:-100%;}
	50% {margin-left:-133.33%;}
	56.25% {margin-left:-133.33%;}
	62.5% {margin-left:-166.67%;}
	68.75% {margin-left:-166.67%;}
	75% {margin-left:-200%;}
	81.25% {margin-left:-200%;}
	87.5% {margin-left:-233.33%;}
	93.75% {margin-left:-233.33%;}
	*/
}

.cont-conferencista{
	float: left;
    width: 10%;
	display: flex;
    align-items: center;
}

.cont-fotografia {
  	flex: 0 0 auto; /* 🔥 reemplaza float y width % */
	margin-right: 5px;
	flex-shrink: 0; /* 🔥 evita que se compriman */
}

.cont-video {
  	flex: 0 0 auto; /* 🔥 reemplaza float y width % */
	margin-right: 5px;
	flex-shrink: 0; /* 🔥 evita que se compriman */
	position: relative; /* necesario para el pseudo-elemento */
}

.cont-video::after {
    content: "▶";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4vw;
    color: #ebbf12;
    /*background: rgba(0,0,0,0.6);*/
    border-radius: 50%;
    padding: 10px 14px;
}

.par{
	background-color:#fff;
}

.impar{
	background-color:#F1F5F8;
}

.img-conferencista{
	width: 100%;
    float: left;
}

.img-fotografia {
	height: 35vh;
	width: auto;
	display: block;
  	/*float: left;*/
	/*max-height: max-content;*/
}

.img-video{
	height: 35vh;
	width: auto;
	display: block;
	cursor: pointer;
  	/*float: left;*/
	/*max-height: max-content;*/
}

.rol-conferencista{
    font-size: 1vw;
}

.titulo-justificacion {
    font-size: 3vw;
	font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
	color:#FFCF09;
	padding: 2vw 1vw 1vw 1vw;
}

.titulo-justificacion::before,
.titulo-justificacion::after {
    margin: 0 10px; /* Espacio entre el título y las líneas */
    content: "";
    display: inline-block; /* Asegura que se comporte como un elemento de línea */
    width: 20vw; /* Ajusta el tamaño de la línea */
    height: 2px;
    background-color: #FFCF09;
    margin: 0 10px;
}

.titulo-conferencista{
    font-size: 1vw;
    font-weight: bold;
}

.texto-conferencista{
    font-size: 0.75vw;
}

.pais-conferencista{
    font-size: 0.75vw;
    font-weight: bold;
}

.cont-invitacion-registro{
	width: 80%;
    margin: 1% 10%;
	cursor:pointer;
	position:relative;
}

.img-invitacion-registro{
	width:100%;
	display:block;
}

.boton-registro{
	margin: 5% 40%;
	font-size: 1.5vw;
    width: 20%;
    cursor: pointer;
    font-size: 1.5vw;
    background-color: #fdcb33;
    color: #fff;
    text-align: center;
    font-weight: bold;
    transition: background-color 0.5s, color 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1%;
	border-radius: 1vw;

}

.boton-registro:hover{
    background-color: #ffebac;
    color: #333;
}

.boton{
    background-color: #ffd000b3;
    padding: 0.5%;
    text-align: center;
    font-size: 1.4vw;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    outline: 0;
    color: #FFF;
    cursor: pointer;
    border: 2px solid #47ae5d;
    text-shadow: 0px 0px 0px #fff;
    font-weight: 600;
    width: 50%;
    margin-left: 8%;
    margin-top: 0%;
}

.boton:hover{
	font-weight: bold;
    background-color: #ffd000;
}

.cont-gen-cronograma{
	width: 80%;
    margin-left: 10%;
}

.cont-titulo-cronograma{
	width:100%;
}

.img-titulo-cronograma{
	width:100%;
	display:block;
}

.cont-cronograma{
}

.img-cronograma{
	width:100%;
	display:block;
}

.cont-pie{
	position:relative;
	width: 100%;
	margin-top:2%;
}

.cont-logo-empresa-inf{
    padding-bottom: 2vw;
    text-align: center;
    padding-top: 2vw;
}

.img-footer{
	width:100%;
}

.img-logo-empresa-inf{
    width: 80%;
}

.footer-texto{
	position: absolute;
    text-align: right;
    color: #fff;
    font-size: 0.75vw;
    z-index: 2;
    top: 60%;
    right: 10%;
}

.cont-logo-supersubsidio{
	/*position: fixed;*/
    bottom: 1vw;
    right: 1vw;
	float: right;
	margin-right: 1vw;
}

.img-logo-supersubsidio{
	height: 20vh;
}

.titulo{
	background-color: #36b75b;
	max-height: 165.5px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Arial, sans-serif;
	font-weight: 700;
	font-size: 3.1vw;
	line-height: 1;
	letter-spacing: 1.5px;
	color: #fffeef;
	padding: 2%;
}

#sb-info, #sb-info-inner{
	height: 3vh !important;
}
#sb-nav{
	height: 3vh !important;
}
#sb-nav a{
	height: 3vh !important;
	width: 3vw !important;
	background-size: contain !important;
	margin-left: 1vw !important;
}
@media only screen and (max-aspect-ratio: 13/9) {

	#sb-nav a{
		height: 3vh !important;
		width: 5vw !important;
		margin-left: 2vw !important;

	}
	.titulo{
		height: auto;
		font-weight: 600;
		font-size: 3.2vw;
		letter-spacing: 0.1px;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-rendering: optimizeLegibility;
		padding: 2%;
	}

	.cont-logo{
		float:none;
		width: 80vw;
	}

	.cont-cuenta-regresiva {
		float: none;
		width: 80%;
		margin-left: 10%;
		font-size: 4vw;
	}
	
	.cont-barra-ingreso-sup {
		height: 5vw;
	}
	
	.cont-btn-ingreso {
		width: 25%;
		font-size: 1.75vw;
	}
	
	.cont-btn-registro {
		width: 25%;
		font-size: 1.75vw;
	}

	.contenedor-idiomas {
		float: right;
		width: 25%;
		height: 100%;
		color: #333;
	}
	
	.contenedor-idioma {
		height: 100%;
	}
	
	.contenedor-otros-idiomas-desplegado{
		width: 20%;
	}

	.idioma-descripcion {
		font-size: 1.75vw;
	}
	
	.idioma-bienvenida {
		font-size: 1.25vw;
	}
	
	.cont-redes-sociales {
		width: 17%;
	}
	
	.logo-red-social {
		float: left;
		height: 4.5vw;
	}
	
	.cont-descr-cuenta-regresiva {
		margin: 0vw 12vw;
	}
	
	.cont-num-cuenta-regresiva {
		width: 9vw;
	    height: 9vw;
		font-size:4vw;
	}

	.icono {
		padding-left: 3%;
	}
	
	.boton-registro {
        width: 40%;
        margin: 5% 30%;
        border-radius: 2vw;
        font-size: 3vw;
    }
	
	.cont-barra-ingreso-inf {
		height: 4.5vw;
	}

	.contenedor-idioma {
		height: 79%;
	}

    .prev-btn, .next-btn {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
	
	.img-logo-supersubsidio{
		height: 10vh;
	}

	.img-fotografia{
		max-width: 20vw;
		height: max-content;
	}

	.img-video{
		max-width: 20vw;
		height: max-content;
	}

	.boton{
		padding: 3%;
		font-size: 2.4vw;
		border: 1px solid #47ae5d;
		text-shadow: 0px 0px 0px #fff;
		width: 90%;
		margin-left: -30%;
	}

}
