body { padding-top: 70px; } #header { background-color: #fff; box-shadow: 0 2px 8px rgba(0, 0, 0, .08); } #header .navbar-nav .nav-link { font-weight: 500; padding-left: 1.25rem; padding-right: 1.25rem; } #header .btn-inscribete { color: #ff661a; border-radius: 3px; border: solid 1px #ff661a; padding: 12px 26px; font-weight: 700; background-color: transparent; transition: background-color .2s, color .2s; } #header .btn-inscribete:hover { background-color: #ff661a; color: #fff; } /* ── Hero ── */ #hero { min-height: 100vh; background-image: url('../images/header.jpg'); background-size: cover; background-position: center; display: flex; align-items: center; position: relative; } #hero::after{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba( 0, 0, 0, 0.6); z-index: 1; } .hero-container{ position: relative; z-index: 2; } #hero .color-primary { color: #ff661a; } #hero .hero-tag { display: inline-block; font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #ff661a; border: 1px solid #ff661a; border-radius: 3px; padding: 4px 12px; margin-bottom: 1.25rem; } #hero h1 { font-size: 2.75rem; font-weight: 800; line-height: 1.15; margin-bottom: 1.25rem; color: #fff; } #hero p { font-size: 1.1rem; margin-bottom: 2rem; max-width: 560px; color: #fff; } #hero .btn-inscribete { color: #fff; border-radius: 3px; border: solid 1px #ff661a; padding: 12px 26px; font-weight: 700; background-color: #ff661a; transition: background-color .2s, color .2s; } @media (max-width: 991px) { #hero h1 { font-size: 2rem; } } /* ── Info bloques ── */ #info { padding: 60px 0; background-color: #f8f8f8; } #info .info-bloque { text-align: center; padding: 30px 20px; } #info .info-bloque i { font-size: 2rem; color: #ff661a; margin-bottom: 1rem; display: block; } #info .info-bloque h5 { font-weight: 700; font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: .5rem; color: #999; } #info .info-bloque p { font-weight: 600; font-size: 1rem; margin: 0; color: #222; } /* ── Utilidades de sección ── */ .padding-section { padding: 80px 0; } .section-title { font-weight: 800; font-size: 2.75rem; margin-bottom: 0.5rem; color: #022A35; } .section-subtitle { color: #666; font-size: 1.05rem; margin: 0; } /* ── Ponentes ── */ #ponentes { background-color: #fff; } .ponente-col { margin-bottom: 2rem; } a.ponente-card { display: block; text-decoration: none; color: inherit; transition: opacity .2s; } a.ponente-card:hover { opacity: .8; color: inherit; text-decoration: none; } .ponente-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 4px; margin-bottom: 1rem; display: block; } .ponente-card .nombre { font-weight: 700; font-size: 1.25rem; margin-bottom: 0.125rem; line-height: 1.2; } .ponente-card .cargo { font-size: .75rem; font-weight: 500; line-height: 1.4; text-transform: uppercase; color: #ff661a; margin-bottom: .25rem; } .ponente-card .empresa { font-size: .85rem; color: #666; margin-bottom: 0; line-height: 1.4; } /* ── Agenda ── */ #agenda { background-color: #f8f8f8; } .agenda-grid { gap: 16px 0; } .agenda-acto { padding: 4px 8px; } .agenda-acto__inner { background-color: #fff; border-radius: 4px; padding: 32px; height: 100%; cursor: default; transition: background-color .2s; } /* .agenda-acto:not(.agenda-acto--naranja):hover .agenda-acto__inner { background-color: #fff5f0; } .agenda-acto:not(.agenda-acto--naranja):hover .agenda-titulo, .agenda-acto:not(.agenda-acto--naranja):hover .agenda-texto, .agenda-acto:not(.agenda-acto--naranja):hover .agenda-lista li, .agenda-acto:not(.agenda-acto--naranja):hover .agenda-lista { color: #ff661a; } .agenda-acto:not(.agenda-acto--naranja):hover .agenda-lista strong { color: #ff661a; } */ .agenda-hora { display: inline-block; font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: #ff661a; margin-bottom: .6rem; transition: color .2s; } .agenda-titulo { font-weight: 800; font-size: 1.75rem; margin-bottom: .5rem; transition: color .2s; } .agenda-texto { color: #444; margin-bottom: 0; font-size: 1rem; transition: color .2s; line-height: 1.6; } .agenda-lista { color: #444; margin-top: .5rem; margin-bottom: 0; padding-left: 1.25rem; transition: color .2s; font-size: 1rem; line-height: 1.6; } .agenda-lista li { margin-bottom: .4rem; font-size: 1rem; line-height: 1.6; } .agenda-acto--destacado .agenda-titulo { font-size: 1.75rem; } .agenda-acto--naranja .agenda-acto__inner { background-color: #ff661a; } .agenda-acto--naranja .agenda-hora { color: rgba(255, 255, 255, .75); } .agenda-acto--naranja .agenda-titulo, .agenda-acto--naranja .agenda-texto, .agenda-acto--naranja .agenda-lista, .agenda-acto--naranja .agenda-lista li, .agenda-acto--naranja .agenda-lista strong { color: #fff; } /* ── Sección Inscríbete ── */ .btn-inscribete--filled { background-color: #ff661a; color: #fff !important; border-color: #ff661a; } .btn-inscribete--filled:hover { background-color: transparent; color: #ff661a !important; } /* ── Responsive ── */ .bloque-ubicaciones .ubicacion-inidividual img{ width: 75px; height: auto; } @media (max-width: 767px) { .bloque-ubicaciones .ubicacion-inidividual { height: auto; } } .inscribete{ background-color: #01171d; } .inscribete-subtitle{ color: #fff; } /* ── Partners ── */ #partners { background-color: #f8f8f8; } .partner-col { padding: 20px 30px; text-align: center; } .partner-col img { max-width: 100%; max-height: 70px; object-fit: contain; filter: grayscale(100%); opacity: .6; transition: filter .2s, opacity .2s; } .partner-col img:hover { filter: grayscale(0%); opacity: 1; } /* ── Footer ── */ #footer { background-color: #fff; padding: 28px 0; } #footer .footer-logo img { height: 36px; object-fit: contain; } #footer .footer-copy p { color: #022A35; font-size: .8rem; margin: 0; } #footer .footer-links { display: flex; flex-wrap: wrap; gap: 4px 16px; justify-content: flex-end; } #footer .footer-links a { color: #022A35; font-size: .8rem; text-decoration: none; transition: color .2s; white-space: nowrap; } @media (max-width: 767px) { #footer .footer-logo, #footer .footer-copy, #footer .footer-links { text-align: center; justify-content: center; margin-bottom: 12px; } #footer .footer-logo img { margin: 0 auto; display: block; } }