/*:root {
    --crema-color: #FFCDB4;
    --purpura-color: #7F7EC2;
    --naranja-color:#F9A600;

}

html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
	background:var(--crema-color);
	color:white; 
	
}

main {
    flex: 1;
}

hr{
	border:5px solid;
	color:var(--naranja-color);
	margin-bottom:30px;
	
}
iframe{
	width:840;
	height:476;
}
#presentacion{
	text-shadow:
    
    0 0 0.2em var(--purpura-color);
	font-weight:bold;
	line-height:1.9;
}

#presentacion img{
	border:5px solid var(--naranja-color);
	border-radius:10px;
	padding:0px;
}
#ccemx{
	background: black;
	border-radius: 5px;
	padding: 5px 10px;
	color:white;
	text-decoration:none;
}

#logruta{
	border-radius:15px;
	border:5px solid var(--naranja-color);
}
strong, h2{
	color:var(--purpura-color);
	text-shadow:none;
	
}
footer a {
	text-decoration: none;
	color:var(--crema-color);
}
@media (max-width: 850px) {
    p{
		line-height:2.1;
	}
	iframe{
		width:560;
		height:315;
	}

}
@media (max-width: 500px) {
    
	iframe{
		width:280;
		height:157;
	}

}*/
/* =========================
   CONTEXTO VISUAL AISLADO
========================= */
body.coloquio-theme {
    background: #fff;
    color: #111;
    font-family: 'Inter', system-ui, sans-serif;
    overflow-x: hidden;
}

/* =========================
   PALETA
========================= */
:root {
    --c-negro: #111;
    --c-gris: #555;

    --c-rojo: #e63946;
    --c-naranja: #f4a261;
    --c-amarillo: #f1c40f;
    --c-verde: #2ecc71;
    --c-azul: #3498db;
    --c-morado: #9b59b6;
}
#inicio {
    background: transparent !important;
   
}


/* =========================
   GRADIENTES DECORATIVOS
========================= */

.coloquio-theme main,
.coloquio-theme header,
.coloquio-theme nav,
.coloquio-theme footer {
    position: relative;
    z-index: 1;
}/* =========================
   FONDO GRÁFICO REAL (FIX)
========================= */
body.coloquio-theme::before,
body.coloquio-theme::after {
    content: "";
    position: fixed;
    width: 520px;
    height: 520px;
    filter: blur(140px);
    opacity: 0.45;
    z-index: -1;
    pointer-events: none;
}

/* Mancha izquierda */
body.coloquio-theme::before {
    top: 10%;
    left: -200px;
    background: radial-gradient(circle, #3a86ff, #00f5d4);
}

/* Mancha derecha */
body.coloquio-theme::after {
    bottom: 5%;
    right: -200px;
    background: radial-gradient(circle, #ffbe0b, #fb5607, #ff006e);
}



/* =========================
   HERO
========================= */
.coloquio-theme .hero {
   /* padding: 6rem 1rem 4rem;*/
    padding: 4rem 1rem 2rem;
    text-align: justify;
}

.coloquio-theme .hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.4rem, 5vw, 4rem);
    line-height: 1.1;
    margin-bottom: 2rem;
}

.coloquio-theme .hero strong {
    text-transform: uppercase;
    font-weight: 700;
}

/* =========================
   AÑO CON COLORES
========================= */
.coloquio-theme .hero-year {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-bottom: 0.75rem;
}

.coloquio-theme .hero-year span {
    width: 28px;
    height: 6px;
    border-radius: 3px;
}

.coloquio-theme .hero-year .y {
    font-family: 'Playfair Display', serif;
    font-size: 2.1rem;
    margin: 0 0.5rem;
}

.red { background: var(--c-rojo); }
.orange { background: var(--c-naranja); }
.green { background: var(--c-verde); }
.blue { background: var(--c-azul); }
.yellow { background: var(--c-amarillo); }
.purple { background: var(--c-morado); }

/* =========================
   PRÓXIMAMENTE
========================= */
.coloquio-theme .hero-soon {
    letter-spacing: 0.35em;
    font-size: 0.8rem;
    color: var(--c-gris);
}

/* =========================
   TITULOS GENERALES
========================= */
.coloquio-theme h2,
.coloquio-theme h3 {
    font-family: 'Playfair Display', serif;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 768px) {
    .coloquio-theme .hero {
        padding-top: 2rem;
    }
}
/* =========================
   MODO OSCURO (OPCIONAL)
========================= */
body.coloquio-theme.dark {
    background: #0e0e11;
    color: #f2f2f2;
}

body.coloquio-theme.dark .hero-soon {
    color: #aaa;
}

body.coloquio-theme.dark .bg-gradient {
    opacity: 0.25;
}
body.coloquio-theme.dark .navbar-nav .nav-link.active {
    filter: saturate(0.9) brightness(1.05);
}
/* =========================
   BOTÓN TOGGLE TEMA
========================= */
#themeToggle {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    font-size: 1.2rem;
    background: #111;
    color: #fff;
    box-shadow: 0 8px 20px rgba(0,0,0,.2);
    z-index: 9999;
    transition: background .3s ease, transform .2s ease;
}

#themeToggle:hover {
    transform: scale(1.05);
}

/* Apariencia en modo oscuro */
body.coloquio-theme.dark #themeToggle {
    background: #f2f2f2;
    color: #111;
}

/* =========================
   NAV — degradado institucional
========================= */
.coloquio-theme nav {
    background: linear-gradient(
        135deg,
        #1e3a8a,
        #3a86ff,
        #7b2cbf,
        #5a189a
    );
    background-size: 300% 300%;
    animation: navGradient 18s ease infinite;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.15);
}

/* Texto del menú */
.coloquio-theme nav a,
.coloquio-theme nav .navbar-brand {
    color: #ffffff !important;
    font-weight: 500;
}

/* Hover */
.coloquio-theme nav a:hover {
    color: #e0e7ff !important;
}
/* =========================
   NAV — item activo (texto con degradado)
========================= */
.coloquio-theme .navbar-nav .nav-link.active {
    background: linear-gradient(
        135deg,
        #9d0208,
        #d00000,
        #ff6d00,
        #ff8500
    );
    background-size: 300% 300%;
    animation: activeGradient 10s ease infinite;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    font-weight: 700;
}


/* Animación suave */
@keyframes navGradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
/* =========================
   FOOTER — degradado profundo
========================= */
.coloquio-theme footer {
    background: linear-gradient(
        135deg,
        #5a189a,
        #7b2cbf,
        #3a86ff,
        #1e3a8a
    );
    background-size: 300% 300%;
    animation: footerGradient 22s ease infinite;
    color: #ffffff;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

/* Texto del footer */
.coloquio-theme footer,
.coloquio-theme footer a {
    color: #e5e7eb;
}

.coloquio-theme footer a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* Animación independiente */
@keyframes footerGradient {
    0% { background-position: 100% 50%; }
    50% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}
