{"id":227,"date":"2025-03-06T13:59:16","date_gmt":"2025-03-06T16:59:16","guid":{"rendered":"https:\/\/sbeb.org.br\/cbeb2026\/?page_id=227"},"modified":"2025-10-21T01:21:41","modified_gmt":"2025-10-21T04:21:41","slug":"historico-do-cbeb","status":"publish","type":"page","link":"https:\/\/sbeb.org.br\/cbeb2026\/historico-do-cbeb\/","title":{"rendered":"Hist\u00f3rico do CBEB"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"227\" class=\"elementor elementor-227\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5560a44d elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no\" data-id=\"5560a44d\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f42067d\" data-id=\"f42067d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-2d04023 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"2d04023\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a5d92bb elementor-widget elementor-widget-html\" data-id=\"a5d92bb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n:root {\n  --cbeb-blue: #005BC5;\n  --cbeb-yellow: #FFC805;\n  --cbeb-dark: #1f2a44;\n  --cbeb-light: #ffffff;\n  --font: 'Segoe UI', Roboto, sans-serif;\n}\n\n\/* ===== SE\u00c7\u00c3O PRINCIPAL ===== *\/\n.cbeb-timeline {\n  font-family: var(--font);\n  background: linear-gradient(180deg, #f9fbff 0%, #fff 100%);\n  color: var(--cbeb-dark);\n  padding: 130px 20px 80px;\n  position: relative;\n  overflow: hidden;\n  z-index: 0;\n}\n\n\/* ===== CABE\u00c7ALHO ===== *\/\n.cbeb-timeline-header {\n  text-align: center;\n  margin-bottom: 90px;\n  position: relative;\n  z-index: 3;\n}\n.cbeb-timeline-header::before {\n  content: \"\";\n  position: absolute;\n  top: -35px;\n  left: 50%;\n  transform: translateX(-50%);\n  width: 200px;\n  height: 6px;\n  border-radius: 10px;\n  background: linear-gradient(90deg, var(--cbeb-yellow), var(--cbeb-blue));\n  animation: moveLine 6s linear infinite;\n}\n@keyframes moveLine {\n  0% { background-position: 0%; }\n  100% { background-position: 200%; }\n}\n.cbeb-timeline-header h2 {\n  color: var(--cbeb-blue);\n  font-size: 2.2rem;\n  font-weight: 900;\n  margin-bottom: 14px;\n  letter-spacing: 0.5px;\n}\n.cbeb-timeline-header p {\n  color: #555;\n  font-size: 1rem;\n  max-width: 760px;\n  margin: 0 auto;\n  line-height: 1.6;\n}\n\n\/* ===== LINHA CENTRAL ===== *\/\n.timeline-line {\n  position: absolute;\n  left: 50%;\n  top: 220px;\n  width: 4px;\n  height: calc(100% - 250px);\n  background: linear-gradient(to bottom, var(--cbeb-yellow), var(--cbeb-blue));\n  transform: translateX(-50%);\n  border-radius: 10px;\n  opacity: 0.85;\n  animation: glowFlow 6s ease-in-out infinite alternate;\n  z-index: 1;\n}\n@keyframes glowFlow {\n  0% { box-shadow: 0 0 12px rgba(0,91,197,0.3); }\n  100% { box-shadow: 0 0 24px rgba(255,200,5,0.4); }\n}\n\n\/* ===== ITENS ===== *\/\n.timeline-item {\n  position: relative;\n  margin-bottom: 70px;\n  width: 100%;\n  max-width: 880px;\n  margin-left: auto;\n  margin-right: auto;\n  z-index: 2;\n}\n.timeline-item:nth-child(odd) .timeline-content {\n  margin-left: calc(50% + 35px);\n}\n.timeline-item:nth-child(even) .timeline-content {\n  margin-right: calc(50% + 35px);\n  text-align: right;\n}\n.timeline-dot {\n  position: absolute;\n  left: 50%;\n  top: 16px;\n  width: 18px;\n  height: 18px;\n  background: var(--cbeb-blue);\n  border: 4px solid var(--cbeb-yellow);\n  border-radius: 50%;\n  transform: translateX(-50%);\n  z-index: 2;\n  box-shadow: 0 0 8px rgba(0,0,0,0.1);\n}\n.timeline-content {\n  background: var(--cbeb-light);\n  border-radius: 14px;\n  box-shadow: 0 4px 14px rgba(0,0,0,0.08);\n  padding: 22px 28px;\n  position: relative;\n  width: calc(50% - 70px);\n  transition: all .4s ease;\n  opacity: 0;\n  transform: translateY(40px);\n}\n.timeline-content h3 {\n  color: var(--cbeb-blue);\n  font-weight: 800;\n  margin-bottom: 8px;\n  font-size: 1.1rem;\n}\n.timeline-content p {\n  font-size: 0.95rem;\n  line-height: 1.6;\n  color: #444;\n}\n\n\/* ===== DESTAQUE 2026 ===== *\/\n.timeline-item.highlight .timeline-dot {\n  background: var(--cbeb-yellow);\n  border-color: var(--cbeb-blue);\n  box-shadow: 0 0 15px rgba(255, 200, 5, 0.8);\n  animation: pulseDot 2s infinite ease-in-out;\n}\n.timeline-item.highlight .timeline-content {\n  border-left: 5px solid var(--cbeb-yellow);\n  background: #fffdf2;\n  transform: scale(1.02);\n}\n@keyframes pulseDot {\n  0%, 100% { transform: translateX(-50%) scale(1); opacity: 1; }\n  50% { transform: translateX(-50%) scale(1.2); opacity: 0.9; }\n}\n\n\/* ===== ANIMA\u00c7\u00c3O AO ROLAR ===== *\/\n.show {\n  opacity: 1 !important;\n  transform: translateY(0) !important;\n}\n\n\/* ===== RESPONSIVIDADE ===== *\/\n@media (max-width: 768px) {\n  .timeline-line { left: 10px; top: 160px; height: calc(100% - 180px); }\n  .timeline-item:nth-child(odd) .timeline-content,\n  .timeline-item:nth-child(even) .timeline-content {\n    width: 100%;\n    margin: 0 0 0 35px;\n    text-align: left;\n  }\n  .timeline-dot { left: 10px; transform: none; }\n  .cbeb-timeline-header::before { width: 160px; height: 4px; top: -25px; }\n  .cbeb-timeline-header h2 { font-size: 1.7rem; }\n}\n<\/style>\n\n<section class=\"cbeb-timeline\">\n  <div class=\"cbeb-timeline-header\">\n    <h2>Hist\u00f3rico do CBEB<\/h2>\n    <p>Mais de cinco d\u00e9cadas conectando ci\u00eancia, engenharia e sa\u00fade em uma trajet\u00f3ria de inova\u00e7\u00e3o e colabora\u00e7\u00e3o.<\/p>\n  <\/div>\n\n  <div class=\"timeline-line\"><\/div>\n\n  <!-- ====== TODAS AS EDI\u00c7\u00d5ES ====== -->\n  <div class=\"timeline-item\"><div class=\"timeline-dot\"><\/div><div class=\"timeline-content\"><h3>1973 \u2014 I CBEB<\/h3><p>Planet\u00e1rio \u2014 Rio de Janeiro, RJ<\/p><\/div><\/div>\n  <div class=\"timeline-item\"><div class=\"timeline-dot\"><\/div><div class=\"timeline-content\"><h3>1974 \u2014 II CBEB<\/h3><p>Planet\u00e1rio \u2014 Rio de Janeiro, RJ<\/p><\/div><\/div>\n  <div class=\"timeline-item\"><div class=\"timeline-dot\"><\/div><div class=\"timeline-content\"><h3>1975 \u2014 III CBEB<\/h3><p>Centro de Tecnologia \u2014 Rio de Janeiro, RJ<\/p><\/div><\/div>\n  <div class=\"timeline-item\"><div class=\"timeline-dot\"><\/div><div class=\"timeline-content\"><h3>1977 \u2014 IV CBEB<\/h3><p>INCOR, Hospital das Cl\u00ednicas \u2014 S\u00e3o Paulo, SP<\/p><\/div><\/div>\n  <div class=\"timeline-item\"><div class=\"timeline-dot\"><\/div><div class=\"timeline-content\"><h3>1978 \u2014 V CBEB<\/h3><p>Instituto de Psiquiatria, FMUSP \u2014 S\u00e3o Paulo, SP<\/p><\/div><\/div>\n  <div class=\"timeline-item\"><div class=\"timeline-dot\"><\/div><div class=\"timeline-content\"><h3>1979 \u2014 VI CBEB<\/h3><p>SENAC \u2014 S\u00e3o Carlos, SP<\/p><\/div><\/div>\n  <div class=\"timeline-item\"><div class=\"timeline-dot\"><\/div><div class=\"timeline-content\"><h3>1981 \u2014 VII CBEB<\/h3><p>Hotel Autotour \u2014 Petr\u00f3polis, RJ<\/p><\/div><\/div>\n  <div class=\"timeline-item\"><div class=\"timeline-dot\"><\/div><div class=\"timeline-content\"><h3>1983 \u2014 VIII CBEB<\/h3><p>Campus Universit\u00e1rio, UFSC \u2014 Florian\u00f3polis, SC<\/p><\/div><\/div>\n  <div class=\"timeline-item\"><div class=\"timeline-dot\"><\/div><div class=\"timeline-content\"><h3>1985 \u2014 IX CBEB<\/h3><p>UNICAMP \u2014 Campinas, SP<\/p><\/div><\/div>\n  <div class=\"timeline-item\"><div class=\"timeline-dot\"><\/div><div class=\"timeline-content\"><h3>1987 \u2014 X CBEB<\/h3><p>Copacabana Palace \u2014 Rio de Janeiro, RJ<\/p><\/div><\/div>\n  <div class=\"timeline-item\"><div class=\"timeline-dot\"><\/div><div class=\"timeline-content\"><h3>1989 \u2014 XI CBEB<\/h3><p>Centro de Conven\u00e7\u00f5es Rebou\u00e7as \u2014 S\u00e3o Paulo, SP<\/p><\/div><\/div>\n  <div class=\"timeline-item\"><div class=\"timeline-dot\"><\/div><div class=\"timeline-content\"><h3>1991 \u2014 XII CBEB<\/h3><p>Instituto de F\u00edsica, USP-RP \u2014 Ribeir\u00e3o Preto, SP<\/p><\/div><\/div>\n  <div class=\"timeline-item\"><div class=\"timeline-dot\"><\/div><div class=\"timeline-content\"><h3>1992 \u2014 XIII CBEB<\/h3><p>Em conjunto com I F\u00f3rum Nacional de Ci\u00eancia e Tecnologia \u2014 Caxambu, MG<\/p><\/div><\/div>\n  <div class=\"timeline-item\"><div class=\"timeline-dot\"><\/div><div class=\"timeline-content\"><h3>1994 \u2014 XIV CBEB<\/h3><p>Em conjunto com o Congresso Mundial da IFMBE \u2014 Rio de Janeiro, RJ<\/p><\/div><\/div>\n  <div class=\"timeline-item\"><div class=\"timeline-dot\"><\/div><div class=\"timeline-content\"><h3>1996 \u2014 XV CBEB<\/h3><p>Hotel Mont Blanc \u2014 Campos do Jord\u00e3o, SP<\/p><\/div><\/div>\n  <div class=\"timeline-item\"><div class=\"timeline-dot\"><\/div><div class=\"timeline-content\"><h3>1998 \u2014 XVI CBEB<\/h3><p>CEFET-PR \u2014 Curitiba, PR<\/p><\/div><\/div>\n  <div class=\"timeline-item\"><div class=\"timeline-dot\"><\/div><div class=\"timeline-content\"><h3>2000 \u2014 XVII CBEB<\/h3><p>Hotel Praiatur \u2014 Florian\u00f3polis, SC<\/p><\/div><\/div>\n  <div class=\"timeline-item\"><div class=\"timeline-dot\"><\/div><div class=\"timeline-content\"><h3>2002 \u2014 XVIII CBEB<\/h3><p>Ceplad do Centro de Eventos da UNIVAP \u2014 S\u00e3o Jos\u00e9 dos Campos, SP<\/p><\/div><\/div>\n  <div class=\"timeline-item\"><div class=\"timeline-dot\"><\/div><div class=\"timeline-content\"><h3>2004 \u2014 XIX CBEB<\/h3><p>Em conjunto com o III CLAEB \u2014 Jo\u00e3o Pessoa, PB<\/p><\/div><\/div>\n  <div class=\"timeline-item\"><div class=\"timeline-dot\"><\/div><div class=\"timeline-content\"><h3>2006 \u2014 XX CBEB<\/h3><p>Em conjunto com II CBEClin \u2014 S\u00e3o Pedro, SP<\/p><\/div><\/div>\n  <div class=\"timeline-item\"><div class=\"timeline-dot\"><\/div><div class=\"timeline-content\"><h3>2008 \u2014 XXI CBEB<\/h3><p>Centro de Conven\u00e7\u00f5es \u2014 Salvador, BA<\/p><\/div><\/div>\n  <div class=\"timeline-item\"><div class=\"timeline-dot\"><\/div><div class=\"timeline-content\"><h3>2010 \u2014 XXII CBEB<\/h3><p>Tiradentes, MG<\/p><\/div><\/div>\n  <div class=\"timeline-item\"><div class=\"timeline-dot\"><\/div><div class=\"timeline-content\"><h3>2012 \u2014 XXIII CBEB<\/h3><p>Porto de Galinhas, PE<\/p><\/div><\/div>\n  <div class=\"timeline-item\"><div class=\"timeline-dot\"><\/div><div class=\"timeline-content\"><h3>2014 \u2014 XXIV CBEB<\/h3><p>Uberl\u00e2ndia, MG<\/p><\/div><\/div>\n  <div class=\"timeline-item\"><div class=\"timeline-dot\"><\/div><div class=\"timeline-content\"><h3>2016 \u2014 XXV CBEB<\/h3><p>Foz do Igua\u00e7u, PR<\/p><\/div><\/div>\n  <div class=\"timeline-item\"><div class=\"timeline-dot\"><\/div><div class=\"timeline-content\"><h3>2018 \u2014 XXVI CBEB<\/h3><p>B\u00fazios, RJ<\/p><\/div><\/div>\n  <div class=\"timeline-item\"><div class=\"timeline-dot\"><\/div><div class=\"timeline-content\"><h3>2020 \u2014 XXVII CBEB<\/h3><p>Centro de Conven\u00e7\u00f5es (Evento Remoto) \u2014 Vit\u00f3ria, ES<\/p><\/div><\/div>\n  <div class=\"timeline-item\"><div class=\"timeline-dot\"><\/div><div class=\"timeline-content\"><h3>2022 \u2014 XXVIII CBEB<\/h3><p>Em conjunto com IX CLAIB (Evento Remoto) \u2014 Florian\u00f3polis, SC<\/p><\/div><\/div>\n  <div class=\"timeline-item\"><div class=\"timeline-dot\"><\/div><div class=\"timeline-content\"><h3>2024 \u2014 XXIX CBEB<\/h3><p>Centro de Eventos da Faculdade de Direito-USP \u2014 Ribeir\u00e3o Preto, SP<\/p><\/div><\/div>\n\n  <!-- DESTAQUE FINAL -->\n  <div class=\"timeline-item highlight\">\n    <div class=\"timeline-dot\"><\/div>\n    <div class=\"timeline-content\">\n      <h3>2026 \u2014 XXX CBEB<\/h3>\n      <p><b>Fortaleza, CE<\/b> \u2014 F\u00e1brica de Neg\u00f3cios (Hotel Praia Centro)<br>\n      Tema: <b style=\"color: var(--cbeb-blue);\">\u201cConstruindo Pontes entre a Academia e o Mercado\u201d<\/b><\/p>\n    <\/div>\n  <\/div>\n<\/section>\n\n<script>\nconst items = document.querySelectorAll('.timeline-content');\nconst observer = new IntersectionObserver(entries => {\n  entries.forEach(entry => {\n    if (entry.isIntersecting) entry.target.classList.add('show');\n  });\n}, { threshold: 0.15 });\nitems.forEach(i => observer.observe(i));\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Hist\u00f3rico do CBEB Mais de cinco d\u00e9cadas conectando ci\u00eancia, engenharia e sa\u00fade em uma trajet\u00f3ria de inova\u00e7\u00e3o e colabora\u00e7\u00e3o. 1973 \u2014 I CBEB Planet\u00e1rio \u2014 Rio de Janeiro, RJ 1974 \u2014 II CBEB Planet\u00e1rio \u2014 Rio de Janeiro, RJ 1975 \u2014 III CBEB Centro de Tecnologia \u2014 Rio de Janeiro, RJ 1977 \u2014 IV CBEB INCOR, Hospital das Cl\u00ednicas \u2014 S\u00e3o Paulo, SP 1978 \u2014 V CBEB Instituto de Psiquiatria, FMUSP \u2014 S\u00e3o Paulo, SP 1979 \u2014 VI CBEB SENAC \u2014 S\u00e3o Carlos, SP 1981 \u2014 VII CBEB Hotel Autotour \u2014 Petr\u00f3polis, RJ 1983 \u2014 VIII CBEB Campus Universit\u00e1rio, UFSC \u2014 Florian\u00f3polis, SC 1985 \u2014 IX CBEB UNICAMP \u2014 Campinas, SP 1987 \u2014 X CBEB Copacabana Palace \u2014 Rio de Janeiro, RJ 1989 \u2014 XI CBEB Centro de Conven\u00e7\u00f5es Rebou\u00e7as \u2014 S\u00e3o Paulo, SP 1991 \u2014 XII CBEB Instituto de F\u00edsica, USP-RP \u2014 Ribeir\u00e3o Preto, SP 1992 \u2014 XIII CBEB Em conjunto com I F\u00f3rum Nacional de Ci\u00eancia e Tecnologia \u2014 Caxambu, MG 1994 \u2014 XIV CBEB Em conjunto com o Congresso Mundial da IFMBE \u2014 Rio de Janeiro, RJ 1996 \u2014 XV CBEB Hotel Mont Blanc \u2014 Campos do Jord\u00e3o, SP 1998 \u2014 XVI CBEB CEFET-PR \u2014 Curitiba, PR 2000 \u2014 XVII CBEB Hotel Praiatur \u2014 Florian\u00f3polis, SC 2002 \u2014 XVIII CBEB Ceplad do Centro de Eventos da UNIVAP \u2014 S\u00e3o Jos\u00e9 dos Campos, SP 2004 \u2014 XIX CBEB Em conjunto com o III CLAEB \u2014 Jo\u00e3o Pessoa, PB 2006 \u2014 XX CBEB Em conjunto com II CBEClin \u2014 S\u00e3o Pedro, SP 2008 \u2014 XXI CBEB Centro de Conven\u00e7\u00f5es \u2014 Salvador, BA 2010 \u2014 XXII CBEB Tiradentes, MG 2012 \u2014 XXIII CBEB Porto de Galinhas, PE 2014 \u2014 XXIV CBEB Uberl\u00e2ndia, MG 2016 \u2014 XXV CBEB Foz do Igua\u00e7u, PR 2018 \u2014 XXVI CBEB B\u00fazios, RJ 2020 \u2014 XXVII CBEB Centro de Conven\u00e7\u00f5es (Evento Remoto) \u2014 Vit\u00f3ria, ES 2022 \u2014 XXVIII CBEB Em conjunto com IX CLAIB (Evento Remoto) \u2014 Florian\u00f3polis, SC 2024 \u2014 XXIX CBEB Centro de Eventos da Faculdade de Direito-USP \u2014 Ribeir\u00e3o Preto, SP 2026 \u2014 XXX CBEB Fortaleza, CE \u2014 F\u00e1brica de Neg\u00f3cios (Hotel Praia Centro) Tema: \u201cConstruindo Pontes entre a Academia e o Mercado\u201d<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-227","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/sbeb.org.br\/cbeb2026\/wp-json\/wp\/v2\/pages\/227","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sbeb.org.br\/cbeb2026\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sbeb.org.br\/cbeb2026\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sbeb.org.br\/cbeb2026\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/sbeb.org.br\/cbeb2026\/wp-json\/wp\/v2\/comments?post=227"}],"version-history":[{"count":74,"href":"https:\/\/sbeb.org.br\/cbeb2026\/wp-json\/wp\/v2\/pages\/227\/revisions"}],"predecessor-version":[{"id":2311,"href":"https:\/\/sbeb.org.br\/cbeb2026\/wp-json\/wp\/v2\/pages\/227\/revisions\/2311"}],"wp:attachment":[{"href":"https:\/\/sbeb.org.br\/cbeb2026\/wp-json\/wp\/v2\/media?parent=227"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}