.evento-contenedor {
    display:        		flex;
    flex-wrap:      		wrap;
    background-image: 		url("../gban.png");
    background-size: 		cover;
    background-position:	center;
    background-repeat: 		no-repeat;
    box-shadow:    	 		0 4px 12px rgba(0, 0, 0, 0.1);
    margin:         		40px auto;
    padding:        		20px;
    border-radius:  		10px;
    width:          		90%;
    gap:            		20px;
    height:         		500px;
}


.evento-info {
    flex: 1;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    text-align: center;
}

.evento-logo {	/* BUAP logo */
    width: 100px;
    height: auto;
}
.evento-logo2 { /* ICOKG logo */
    width: 300px;
    height: auto;
	margin-left: -10px;
}
.evento-logo-title {
	width: 	200px;
	height:	auto;
}
.welcome-1{
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.logo-fondo {
    background: 				rgba(0, 0, 0, 0.3); /* fondo semi-transparente */
    backdrop-filter: 			blur(10px);         /* efecto de desenfoque */
    -webkit-backdrop-filter: 	blur(10px); /* soporte para Safari */
    border-radius: 				10px;
    padding: 					10px;
    display: 					inline-block;
	width: 100%;
	max-width: 400px;
}
.evento-logo3 {
	margin-top: 20px;
    width: 200px;
    height: auto;
}
.evento-texto,
.evento-fecha {
    font-size: 1.1rem;
    /*color: #333;*/
	color: #fff;
}
.evento-pr {
	font-size: 1.1rem;
	color:	#000;
}

.evento-carrusel {
    flex: 2;
    min-width: 300px;
    position: relative;
    overflow: hidden;
    height: 450px; /* puedes ajustar según tus imágenes */
    border-radius: 10px;
}


/*Estilos para botones para cambiar de imagen*/
.evento-carrusel .prev,
.evento-carrusel .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;              /* ancho fijo */
    height: 50px;             /* alto fijo */
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    color: white;
    font-weight: bold;
    font-size: 28px;
    border-radius: 50%;       /* círculo perfecto */
    cursor: pointer;
    user-select: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    text-align: center;
    line-height: 50px;        /* centra el símbolo verticalmente */
    padding: 0;               /* elimina padding para evitar deformación */
}


.evento-carrusel .prev:hover,
.evento-carrusel .next:hover {
    background-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-50%) scale(1.1);
}

.evento-carrusel .prev {
    left: 10px;
}

.evento-carrusel .next {
    right: 10px;
}





.carrusel-imagen {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.carrusel-imagen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.carrusel-imagen.show {
    display: block;
    opacity: 1;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    padding: 10px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 24px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    user-select: none;
    z-index: 10;
    transition: background 0.3s;
}

.prev:hover, .next:hover {
    background: rgba(0, 0, 0, 0.6);
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

/* Responsivo */
@media (max-width: 768px) {
    .evento-contenedor {
        flex-direction: column;
        align-items: center;
    }

    .evento-info,
    .evento-carrusel {
        width: 100%;
    }
}

.committee-s1 {
    text-align: left;         /* Justifica el texto a la izquierda */
    align-self: flex-start;   /* Si estás usando Flexbox */
    margin-left: 0;           /* Opcional: eliminar sangría predeterminada */
	width: 100%;
	/* padding-left: 20px;       /* Ajusta si necesitas espacio para las viñetas */
}
.contenedor-columnas-fijas {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
    border: 2px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
}

/* Cambia los porcentajes aquí para ajustar el ancho */
.columna-izquierda {
    width: 20%; /* Imagen ocupa el 35% del ancho */
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.columna-derecha {
    width: 80%; /* Texto ocupa el 65% del ancho */
    padding: 20px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: justify;
}

/* La imagen se ajusta al 100% del alto disponible */
.imagen-completa {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 100%;
    padding: 10px;
}

/* Para pantallas pequeñas (se apilan) */
@media (max-width: 768px) {
    .contenedor-columnas-fijas {
        flex-direction: column;
    }

    .columna-izquierda,
    .columna-derecha {
        width: 100%;
    }

    .imagen-completa {
        width: 80%;
        margin: auto;
    }
}


.contenedor-columnas-fijas {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
    border: 2px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
}

/* Cambia los porcentajes aquí para ajustar el ancho */
.columna-izquierda {
    width: 20%; /* Imagen ocupa el 35% del ancho */
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.columna-derecha {
    width: 80%; /* Texto ocupa el 65% del ancho */
    padding: 20px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: justify;
}
