@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html,
body {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.5rem;
  color: #5a5a5a;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Verdana", sans-serif;
  font-weight: 700;
  color: #000852;
}
h1 {
  font-size: 60px;
  letter-spacing: -2px;
  line-height: 60px;
}
h2 {
  font-size: 38px;
  line-height: 40px;
}
h3 {
  font-size: 26px;
  line-height: 28px;
}
h3.titulo-artigo {
  font-size: 18px;
  letter-spacing: -0.035rem;
  line-height: 22px;
}
h4 {
  font-size: 1.1rem;
  line-height: 1.4rem;
}
.card-title-seminario {
  font-size: 22px;
}
p.resumo {
  font-size: 16px;
  line-height: 1.3rem;
}
p.nome-autores {
  font-size: 14px;
}

p {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}

ul li {
  line-height: 1.2rem;
  margin-bottom: 6px;
}
.list-group-item {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  border-radius: 100px !important;
  margin-bottom: 10px;
}
.form-signin {
  max-width: 330px;
  padding: 1rem;
}
.form-signin .form-floating:focus-within {
  z-index: 2;
}
input {
  margin-bottom: -1px;
  border-radius: 100px;
  margin-bottom: 15px;
  padding: 10px 10px;
  border-radius: 100px;
}

.btn-ibracon,
.list-group-item + .list-group-item.active {
  background-image: linear-gradient(178deg, #40a2bf 0%, #197b98 100%);
  font-size: 1em;
  font-weight: 600;
  line-height: 24px;
  color: #ffffff;
  background-color: transparent;
  border: none;
  border-radius: 100px;
  min-width: 190px;
}
.btn-ibracon:hover,
.list-group-item + .list-group-item.active:hover {
  color: #ffffff;
  border: none;
}
.bi {
  display: inline-block;
  width: 1rem;
  height: 1rem;
}

img.logos-patrocinadores {
  padding: 10px;
  border: 1px solid #70707030;
}

/*
 * Sidebar
 */
@media (min-width: 768px) {
  .sidebar .offcanvas-lg {
    position: -webkit-sticky;
    position: sticky;
    top: 48px;
  }
  .navbar-search {
    display: block;
  }
}
.sidebar .nav-link {
  font-size: 0.875rem;
  font-weight: 500;
}
.sidebar .nav-link.active {
  color: #2470dc;
}
.sidebar-heading {
  font-size: 0.75rem;
}
/*
 * Navbar
 */
.navbar-brand {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: rgba(0, 0, 0, 0.25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25);
}
.form-control,
.form-select {
  padding: 0.75rem 1rem;
  border-radius: 100px;
}
.bg-login {
  background-image: url(../images/bg_header.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.bg-padrao {
  background-image: url(../images/divisao-titulo.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 21%;
}
.site-footer {
  background-color: #ffffff;
}
.comissao-cientifica {
  column-count: 3;
  column-gap: 25px;
}
