/* Importação da família modular BBManualMonoProOR completa */

@font-face {
  font-family: 'BBManualMonoProOR';
  src: url('../fonts/BBManualMonoProOR-Hairline.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BBManualMonoProOR';
  src: url('../fonts/BBManualMonoProOR-Thin.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BBManualMonoProOR';
  src: url('../fonts/BBManualMonoProOR-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BBManualMonoProOR';
  src: url('../fonts/BBManualMonoProOR-SemiLight.woff2') format('woff2');
  font-weight: 350;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BBManualMonoProOR';
  src: url('../fonts/BBManualMonoProOR-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BBManualMonoProOR';
  src: url('../fonts/BBManualMonoProOR-SemiRegular.woff2') format('woff2');
  font-weight: 450;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BBManualMonoProOR';
  src: url('../fonts/BBManualMonoProOR-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BBManualMonoProOR';
  src: url('../fonts/BBManualMonoProOR-SemiMedium.woff2') format('woff2');
  font-weight: 550;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BBManualMonoProOR';
  src: url('../fonts/BBManualMonoProOR-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BBManualMonoProOR';
  src: url('../fonts/BBManualMonoProOR-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BBManualMonoProOR';
  src: url('../fonts/BBManualMonoProOR-SemiSuper.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BBManualMonoProOR';
  src: url('../fonts/BBManualMonoProOR-Super.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'LD_NeonTube';
  src: url('../fonts/LD_NeonTube-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Atualização aplicada: todas as referências a 'Open Sans' e 'SulSans' foram substituídas por 'SulSans' */

body {
  font-family: 'BBManualMonoProOR', monospace;
  font-weight: 400;
  background: #fff;
  color: #00169b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'BBManualMonoProOR', monospace;
  font-weight: 700;
  margin: 0 0 20px 0;
  padding: 0;
  color: #00169b;
}

#logo h1,
#intro h1,
#intro h1 span,
.medium-text,
.section-header h2,
.about-btn,
.nav-menu a,
.nav-menu li.buy-tickets a,
.section-header p,
#schedule .nav-tabs a,
#faq #faq-list a,
#footer .footer-top .footer-info h3,
#footer .footer-top .footer-info p,
#footer .footer-top h4,
#footer .footer-top .footer-links ul a,
#footer .footer-top .footer-contact p,
#footer .footer-top .footer-newsletter input[type="submit"] {
  font-family: 'BBManualMonoProOR', monospace;
}

/* Manter fonte monoespaçada para trechos de código */
code,
pre,
.mono-text {
  font-family: 'BBManualMonoProOR', monospace;
  font-weight: 400;
}

/* Itálico */
em,
i,
.italic-text {
  font-family: 'BBManualMonoProOR', monospace;
  font-style: italic;
}

/* Fonte média (500) */
.medium-text,
.section-header h2 {
  font-weight: 500;
}

a {
  color: #00169b;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #666;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 20px 0;
}

.main-page {
  margin-top: 70px;
}

.wow {
  visibility: hidden;
}

/* Prelaoder */

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #00169b;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  border: 2px #fff solid;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s ease-in-out;
}

.back-to-top i {
  font-size: 24px;
  padding-top: 6px;
  margin-top: -2px;
}

.back-to-top:focus {
  background: #fff;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #fff;
  color: #00169b;
}

/* Sections Header
--------------------------------*/

.section-header {
  position: relative;
  padding-bottom: 20px;
}

.section-header h2 {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section-header p {
  padding: 0;
  margin: 0;
  font-size: 17px;
  color: #2f3138;
}

.section-with-bg {
  background-color: #e4e7f9;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 90px;
  padding: 25px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled,
#header.header-fixed {
  background: #00169b;
  height: 70px;
  padding: 15px 0;
  transition: all 0.5s;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: 'LD_NeonTube', sans-serif;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: lowercase;
}

#header #logo h1 span {
  color: #ffe964;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu>li {
  float: left;
}

.nav-menu li:hover>ul,
.nav-menu li.sfHover>ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

#menu-lingua-mobile {
  display: none !important;
}

#menu-lingua-desktop {
  display: inline-block !important;
}

#mobile-nav ul:nth-of-type(2) {
  margin-top: 30px;
}

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

#nav-menu-container {
  margin: 0;
}

/* Atualização dos botões da Navbar */
.nav-menu a {
  padding: 8px;
  text-decoration: none;
  display: inline-block;
  color: #ffffff !important;
  font-family: 'BBManualMonoProOR', monospace;
  font-size: 15px;
  outline: none;
  font-weight: 400; 
}

.nav-menu .menu-active a,
.nav-menu li:hover>a {
  color: #ffffff !important;
  font-weight: 700 !important;
}

.nav-menu a:hover:before,
.nav-menu li:hover>a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu #menu-activo a {
  color: #fff;
}

.nav-menu>li {
  margin-left: 8px;
}

.nav-menu>li>a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ffe964;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu li.buy-tickets a {
  color: #fff;
  background: #ffe964;
  padding: 7px 22px;
  border-radius: 50px;
  border: 2px solid #ffe964;
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  margin-left: 8px;
  margin-top: 2px;
  line-height: 1;
  font-size: 13px;
}

.nav-menu li.buy-tickets a:hover {
  background: none;
}

.nav-menu li.buy-tickets:hover a:before,
.nav-menu li.buy-tickets.menu-active a:before {
  visibility: hidden;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
  border-radius: 3px;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #060c22;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
  border-radius: 3px;
}

.nav-menu ul li:hover>a {
  background: #ffe964;
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 15px 15px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: #00169b;
  left: -100%;
  width: 100%;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 22px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #ffe964;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #ffe964;
}

#mobile-nav ul .menu-item-active {
  color: #ffe964;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: #00169b;
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
.text-end {
  text-align: right;
}

.table th {
  padding: .35rem !important;
}

/* RESET HERO SECTION COM VÍDEO */
#intro {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-color: #00169b; 
}

/* Força o vídeo a cobrir o fundo todo sem bloquear cliques */
.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

/* A Mágia do Mix Blend Mode no Contentor */
#intro .intro-container {
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  mix-blend-mode: exclusion !important;
  color: #ffffff !important;
}

/* Forçar os textos a branco puro para o exclusion funcionar */
#intro h1,
#intro h1 span,
#intro p {
  color: #ffffff !important;
}

#intro h1 {
  font-family: 'BBManualMonoProOR', monospace;
  font-size: 56px;
  letter-spacing: 5px;
  font-weight: 700;
}

#intro h1 span {
  font-family: 'BBManualMonoProOR', monospace;
  font-weight: 700;
}

#intro p {
  font-weight: 700;
  font-size: 20px;
}

#intro .about-btn {
  font-family: "SulSans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 0px;
  color: #fff;
  border: 2px solid #ffe964;
  mix-blend-mode: normal !important; /* Retira o botão da exclusão */
}

#intro .about-btn:hover {
  background: #ffffff;
  color: #2f3138;
  border-color: #ffffff;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

#about {
  background-color: #00169b;
  overflow: hidden;
  position: relative;
  color: #ffffff;
  padding: 60px 0 40px 0;
}

#about h2,
#schedulepro h2,
#schedule h2,
#footer h2,
#venue h2 {
  font-size: 14px;
  margin-bottom: 10px;
  color: #00169b;
  font-family: 'BBManualMonoProOR', monospace;
  text-transform: uppercase;
}

#schedulepro h3 {
  font-size: 24px;
  font-weight: 500;
}

#schedule h3 {
  font-size: 24px;
  font-weight: 500;
}

#footer h2 {
  color: #fff;
}

#footer .tituloFooter {
  text-transform: none;
  font-family: 'BBManualMonoProOR', monospace;
  font-size: 19px;
}

#about h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #ffffff;
}

#about p {
  font-size: 17px;
  margin-bottom: 20px;
  color: #ffffff;
}

#about .destaque {
  font-size: 48px;
  font-weight: bold;
  line-height: 52px;
}

/*--------------------------------------------------------------
# Speakers Section
--------------------------------------------------------------*/

#speakers {
  padding: 60px 0 30px 0;
}

#speakers .speaker {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#speakers .speaker .details {
  background: rgba(80, 0, 255, 0.76);
  position: absolute;
  left: 0;
  bottom: -30px;
  right: 0;
  text-align: center;
  padding-top: 10px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#speakers .speaker .details h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

#speakers .speaker .details p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
  font-style: italic;
}

#speakers .speaker .details .social {
  height: 30px;
}

#speakers .speaker .details a {
  color: #fff;
}

#speakers .speaker .details a:hover {
  color: #ffe964;
}

#speakers .speaker:hover .details {
  bottom: 0;
}

#speakers-details {
  padding: 60px 0;
}

#speakers-details .details h2 {
  color: #112363;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

#speakers-details .details .social {
  margin-bottom: 15px;
}

#speakers-details .details .social a {
  background: #e9edfb;
  color: #112363;
  line-height: 1;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding-top: 9px;
}

#speakers-details .details .social a:hover {
  background: #ffe964;
  color: #fff;
}

#speakers-details .details .social a i {
  font-size: 18px;
}

#speakers-details .details p {
  color: #112363;
  font-size: 15px;
  margin-bottom: 10px;
}

#speakers h2,
#comissoes h2 {
  font-size: 14px;
  margin-bottom: 10px;
  color: #00169b;
  font-family: 'BBManualMonoProOR', monospace;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# SchedulePro Section
--------------------------------------------------------------*/

#schedulepro,
#comissoes {
  padding: 60px 0 60px 0;
}

.titulo-comissao {
  font-size: 11px;
  margin-bottom: 10px;
  color: #00169b;
  font-family: 'BBManualMonoProOR', monospace;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 10px;
}

.lista-comissoes {
  list-style-type: none;
  font-size: 11px;
  margin-bottom: 10px;
  color: #00169b;
  font-family: 'BBManualMonoProOR', monospace;
  padding: 0;
}

.lista-comissoes li {
  margin-top: 4px;
}

.executive li:nth-child(even) {
  margin-bottom: 9px;
}

.tab-pane a {
  text-decoration: underline;
}

.tab-pane a:hover {
  text-decoration: none;
  color: #000;
}

#schedulepro .nav-tabs {
  text-align: center;
  margin: auto;
  display: block;
  border-bottom: 0;
  margin-bottom: 30px;
}

#schedulepro .nav-tabs li {
  display: inline-block;
  margin-bottom: 0;
}

#schedulepro .nav-tabs a {
  border: none;
  border-radius: 50px;
  background-color: #fff;
  color: #00169b;
  padding: 10px 114px;
  font-size: 15px;
}

#schedulepro #en-tabs a {
  padding: 10px 108px !important;
}

#schedulepro .nav-tabs a.active {
  background-color: #00169b;
  color: #fff;
}

#schedulepro .sub-heading {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  margin: 0 auto 30px auto;
}

#schedulepro .tab-pane {
  transition: ease-in-out .2s;
}

.titulo-Dia {
  padding-left: 124px;
}

.tab-pane p {
  font-size: 17px;
}

#schedulepro .schedule-item {
  border-bottom: 1px solid #cad4f6;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color ease-in-out 0.3s;
}

#schedulepro .schedule-item:hover {
  background-color: #fff;
}

#schedulepro .schedule-item time {
  padding-bottom: 5px;
  display: inline-block;
}

#schedulepro .schedule-item .speaker {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}

#schedulepro .schedule-item .speaker img {
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 50%;
  transition: all ease-in-out 0.3s;
}

#schedulepro .schedule-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

#schedulepro .schedule-item h4 span {
  font-style: italic;
  color: #19328e;
  font-weight: normal;
  font-size: 16px;
}

#schedulepro .schedule-item p {
  font-style: italic;
  color: #152b79;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Aboutreg Section
--------------------------------------------------------------*/

#aboutreg {
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  color: #00169b;
  padding: 60px 0 40px 0;
}

#aboutreg h2 {
  font-size: 14px;
  margin-bottom: 10px;
  color: #00169b;
  font-family: 'BBManualMonoProOR', monospace;
  text-transform: uppercase;
}

#aboutreg h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #00169b;
}

#aboutreg p {
  font-size: 17px;
  margin-bottom: 20px;
  color: #00169b;
}

#aboutreg .destaque {
  font-size: 48px;
  font-weight: bold;
  line-height: 52px;
}

/*--------------------------------------------------------------
# Schedule Section
--------------------------------------------------------------*/

#schedule {
  padding: 60px 0 60px 0;
}

#schedule .nav-tabs {
  text-align: center;
  margin: auto;
  display: block;
  border-bottom: 0;
  margin-bottom: 30px;
}

#schedule .nav-tabs li {
  display: inline-block;
  margin-bottom: 0;
}

#schedule .nav-tabs a {
  border: none;
  border-radius: 50px;
  background-color: #fff;
  color: #00169b;
  padding: 10px 118px;
  font-size: 15px;
}

#schedule #en-tabs a {
  padding: 10px 108px !important;
}

#schedule .nav-tabs a.active {
  background-color: #00169b;
  color: #fff;
}

#schedule .sub-heading {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  margin: 0 auto 30px auto;
}

#schedule .tab-pane {
  transition: ease-in-out .2s;
}

#schedule .schedule-item {
  border-bottom: 1px solid #cad4f6;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color ease-in-out 0.3s;
}

#schedule .schedule-item:hover {
  background-color: #fff;
}

#schedule .schedule-item time {
  padding-bottom: 5px;
  display: inline-block;
}

#schedule .schedule-item .speaker {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}

#schedule .schedule-item .speaker img {
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 50%;
  transition: all ease-in-out 0.3s;
}

#schedule .schedule-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

#schedule .schedule-item h4 span {
  font-style: italic;
  color: #19328e;
  font-weight: normal;
  font-size: 16px;
}

#schedule .schedule-item p {
  font-style: italic;
  color: #152b79;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #00169b;
  padding: 0 0 25px 0;
  color: #eee;
  font-size: 14px;
}

#footer a {
  color: #fff;
  text-decoration: underline;
  font-size: 24px;
  font-weight: 600;
}

#aboutreg a {
  color: #00169b;
  text-decoration: underline;
}

#aboutreg a:hover,
#footer a:hover {
  text-decoration: none;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "SulSans", sans-serif;
  font-weight: 700;
  color: #fff;
}

#footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "SulSans", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #e4e7f9;
  color: #00169b;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #fff;
  color: #00169b;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #ffe964;
}

#footer .copyright {
  text-align: start !important;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

#footer .copyright a {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  transition: opacity 0.3s ease;
}

#footer .copyright a:hover {
  opacity: 0.7;
  text-decoration: underline !important;
}

/*--------------------------------------------------------------
# Responsive Media Queries e Alinhamento Logos
--------------------------------------------------------------*/

/* Regras exclusivas para Computador (Esconde mobile, alinha esquerda) */
@media (min-width: 992px) {
  .logos-footer-mobile {
    display: none !important;
  }
  
  .logos-footer {
    display: block !important;
    text-align: left !important;
    width: 100%;
    margin-top: 10px;
  }

  .logos-footer img {
    display: inline-block !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    max-height: 40px;
  }
}

/* Regras exclusivas para Mobile/Tablet (Esconde desktop, adapta design) */
@media (max-width: 991px) {
  .logos-footer {
    display: none !important;
  }

  .logos-footer-mobile {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0px;
    flex-wrap: nowrap;
  }

  .logos-footer-mobile img {
    max-height: 50px;
    width: auto;
    height: auto;
    object-fit: contain;
  }

  .titulo-comissao-mobile {
    display: none;
  }

  .lista-comissoes-mobile {
    margin-bottom: 0;
  }

  #header {
    background: #00169b;
    height: 70px;
    padding: 15px 0;
    transition: all 0.5s;
  }

  #menu-lingua-desktop {
    display: none !important;
  }

  #menu-lingua-mobile {
    display: inline-block !important;
  }

  #schedule #en-tabs a {
    padding: 10px 30px !important;
  }

  #schedule .nav-tabs {
    margin-bottom: 0px !important;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }

  #intro .intro-container {
    top: 70px;
  }

  #intro h1 {
    font-size: 34px;
  }

  #intro p {
    font-size: 16px;
  }

  #schedule .nav-tabs a {
    padding: 8px 60px;
  }

  #schedule .nav-tabs li,
  #schedulepro .nav-tabs li {
    width: 100%;
    margin-bottom: 12px;
  }
}

@media (min-width: 767px) {
  #subscribe input {
    min-width: 400px;
  }
}

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }

  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

@media (min-width: 1024px) {
  #intro, #about, #subscribe {
    background-attachment: fixed;
  }
}

@media (max-width: 1199px) {
  #header .container {
    max-width: 100%;
  }

  .nav-menu a {
    padding: 8px 4px;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #faq #faq-list a {
    font-size: 18px;
  }

  #faq #faq-list i {
    top: 13px;
  }
}

@media (max-width: 767px) {
  #schedule .nav-tabs a {
    padding: 8px 50px;
  }
}

@media (max-width: 574px) {
  #venue .venue-info h3 {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  #schedule .nav-tabs a {
    padding: 8px 30px;
  }
}