@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap");
html {
  font-size: 10px;
}
@media (max-width: 769px) {
  html {
    font-size: 8px;
  }
}
@media (max-width: 330px) {
  html {
    font-size: 6px;
  }
}

body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  background: #F3F3F3;
}

main {
  padding-top: 90px;
}
@media (max-width: 769px) {
  main {
    padding-top: 70px;
  }
}

#main-header {
  position: fixed;
  width: 100%;
  z-index: 10;
  background-color: #0036a6;
  box-shadow: 1px 1px 4px 1px #ccc;
}
@media (min-width: calc(769px + 1px)) {
  #main-header.recolhido .container-cabecalho {
    max-height: 7rem;
  }
  #main-header.recolhido .container-cabecalho .logo-cabecalho {
    height: 3.5rem;
    margin: 10px 15px 10px 4px;
  }
  #main-header.recolhido .container-cabecalho .logo-cabecalho a > img {
    width: 75px;
  }
  #main-header.recolhido .container-cabecalho .logo-cabecalho h1 {
    font-size: 1em;
  }
}
#main-header #menuUsuario {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: all 0.3s;
  padding: 5px 10px;
  border-radius: 4px;
}
#main-header #menuUsuario .nome-usuario {
  font-weight: 500;
  text-transform: capitalize;
}
#main-header #menuUsuario:hover, #main-header #menuUsuario:focus {
  background: #2e55ae;
}
@media (max-width: 769px) {
  #main-header #menuUsuario {
    padding: 2px 0;
  }
}
#main-header .dropdown-menu {
  position: absolute;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  background-color: white;
}
#main-header .dropdown-header {
  font-size: 1.1rem;
}
#main-header .header-avatar {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(to right, #FF008E, #FFCD1E);
  margin-right: 10px;
}
#main-header .header-avatar.login {
  width: 35px;
  height: 35px;
}
#main-header .header-avatar img {
  width: 90%;
  border-radius: 50%;
  border: 2px solid #0036a6;
}
@media (max-width: 769px) {
  #main-header .header-avatar {
    margin: 0 4px 0 10px;
  }
}
#main-header .container-cabecalho {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s all;
  max-height: 20rem;
}
#main-header .container-cabecalho .logo-cabecalho {
  display: flex;
  align-items: center;
  text-decoration: none !important;
  font-size: 2rem;
  height: 3rem;
  margin: 30px 10px 30px 4px;
  transition: all 0.3s;
}
#main-header .container-cabecalho .logo-cabecalho a > img {
  width: 120px;
  transition: 0.3s all;
}
#main-header .container-cabecalho .logo-cabecalho h1 {
  margin: 0;
  color: white;
  font-weight: 500;
  font-size: 1.5em;
  cursor: default;
  transition: all 0.3s;
}
#main-header .container-cabecalho .logo-cabecalho .divisor {
  margin: 0 10px;
  height: 1.5em;
  border-right: 2px solid white;
}
@media (max-width: 769px) {
  #main-header .container-cabecalho .logo-cabecalho {
    margin: 15px;
    margin-left: 4px;
  }
  #main-header .container-cabecalho .logo-cabecalho a > img {
    width: 90px;
  }
  #main-header .container-cabecalho .navbar-nav {
    margin-right: 0;
    margin-left: 5px;
  }
}

.section {
  color: #294b9a;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 769px) {
  .section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.filtro-eventos {
  padding: 0 3px 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  justify-content: flex-start;
}
.filtro-eventos .badge {
  font-size: 1.2rem;
}
.filtro-eventos .toggle.btn {
  box-shadow: 1px 1px 5px #ccc;
}
.filtro-eventos .toggle-off .badge {
  background-color: #aaa;
}
.filtro-eventos .container-todos {
  margin-right: 40px;
  margin-bottom: 10px;
}
.filtro-eventos .container-item {
  margin-right: 15px;
  margin-bottom: 10px;
}
.filtro-eventos .filtro-todos {
  background-color: #0036a6;
}
.filtro-eventos .filtro-todos .toggle-on {
  background-color: #0036a6;
}
.filtro-eventos .filtro-todos .toggle-on:hover {
  background-color: #002573;
}
.filtro-eventos .filtro-todos.btn-primary {
  border-color: #002064;
}
.filtro-eventos .filtro-todos:active {
  border-color: #001540;
}
.filtro-eventos .filtro-vestibular {
  background-color: #118AB2;
}
.filtro-eventos .filtro-vestibular .toggle-on {
  background-color: #118AB2;
}
.filtro-eventos .filtro-vestibular .toggle-on:hover {
  background-color: #0d6683;
}
.filtro-eventos .filtro-vestibular.btn-primary {
  border-color: #0b5b75;
}
.filtro-eventos .filtro-vestibular:active {
  border-color: #084255;
}
.filtro-eventos .filtro-institucional {
  background-color: #EF476F;
}
.filtro-eventos .filtro-institucional .toggle-on {
  background-color: #EF476F;
}
.filtro-eventos .filtro-institucional .toggle-on:hover {
  background-color: #eb184a;
}
.filtro-eventos .filtro-institucional.btn-primary {
  border-color: #e01344;
}
.filtro-eventos .filtro-institucional:active {
  border-color: #bf113a;
}
.filtro-eventos .filtro-academico {
  background-color: #FFD166;
}
.filtro-eventos .filtro-academico .toggle-on {
  background-color: #FFD166;
}
.filtro-eventos .filtro-academico .toggle-on:hover {
  background-color: #ffc233;
}
.filtro-eventos .filtro-academico.btn-primary {
  border-color: #ffbd24;
}
.filtro-eventos .filtro-academico:active {
  border-color: #ffb200;
}
.filtro-eventos .filtro-meus-eventos {
  background-color: #06D6A0;
}
.filtro-eventos .filtro-meus-eventos .toggle-on {
  background-color: #06D6A0;
}
.filtro-eventos .filtro-meus-eventos .toggle-on:hover {
  background-color: #05a47b;
}
.filtro-eventos .filtro-meus-eventos.btn-primary {
  border-color: #049670;
}
.filtro-eventos .filtro-meus-eventos:active {
  border-color: #037356;
}
@media (max-width: 769px) {
  .filtro-eventos {
    flex-direction: column;
  }
}

#introducao .texto-intro {
  padding: 0 3px 0;
}
#introducao .texto-intro h2 {
  margin-bottom: 25px;
  font-size: 2.5rem;
}
#introducao .texto-intro h3 {
  line-height: 15px;
  font-weight: 500;
  font-size: 1.6rem;
}

#lista-eventos {
  min-height: 64vh;
}

.container-eventos {
  margin-top: 20px;
}
@media (max-width: 769px) {
  .container-eventos {
    display: flex;
    flex-direction: row;
    overflow: scroll;
  }
}

.card-evento-wrapper {
  display: flex;
  height: 500px;
  padding: 10px 18px;
  margin-bottom: 40px;
}
.card-evento-wrapper .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100px;
  border-radius: 10px;
  background-color: #fff;
  transition: all 0.3s;
  text-decoration: none !important;
}
@media (min-width: 769px) {
  .card-evento-wrapper .card:hover {
    box-shadow: 3px 2px 8px -1px #ccc;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  .card-evento-wrapper .card:hover .card-body .link-externo {
    opacity: 1;
  }
}
.card-evento-wrapper .evento-thumbnail {
  perspective: 100px;
}
.card-evento-wrapper .evento-thumbnail.marca-inscrito::after, .card-evento-wrapper .evento-thumbnail.marca-inscrito::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-color: transparent;
  border-style: solid;
}
.card-evento-wrapper .evento-thumbnail.marca-inscrito::before {
  border-width: 30px;
  border-top-color: transparent;
  border-left-color: transparent;
}
.card-evento-wrapper .evento-thumbnail.marca-inscrito::after {
  border-top-left-radius: 10px;
  border-width: 35px;
  border-top-color: white;
  border-left-color: white;
}
.card-evento-wrapper .evento-thumbnail .marca-inscrito {
  position: absolute;
  left: -2px;
  top: 15px;
  z-index: 10;
  transform: rotate(-45deg);
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  color: #06D6A0;
  text-transform: uppercase;
}
.card-evento-wrapper .evento-thumbnail img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.card-evento-wrapper .card-body {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem 1.25rem 1rem;
  border: 1px solid #eee;
  border-top: 1px solid #ddd;
  background-color: white;
  margin-bottom: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.card-evento-wrapper .card-body h4 {
  margin-top: 0;
  font-size: 1.5rem;
  display: block;
  display: -webkit-box;
  height: 5.6em;
  line-height: 1.4em;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-evento-wrapper .card-body p {
  margin-bottom: 0;
  font-size: 85%;
  font-weight: 500;
}
.card-evento-wrapper .card-body span {
  display: block;
  margin-bottom: 4px;
}
.card-evento-wrapper .card-body .link-externo {
  float: right;
  margin-top: 47px;
  transition: all 0.3s;
  opacity: 0;
}
.card-evento-wrapper .card-vestibular {
  background-color: #118AB2;
}
.card-evento-wrapper .card-institucional {
  background-color: #EF476F;
}
.card-evento-wrapper .card-academico {
  background-color: #FFD166;
}
@media (max-width: 769px) {
  .card-evento-wrapper {
    margin-bottom: 15px;
    height: unset;
    padding: 10px 20px;
  }
  .card-evento-wrapper .card {
    width: 200px;
  }
  .card-evento-wrapper .card-body .link-externo {
    opacity: 1;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .card-evento-wrapper {
    height: 540px;
  }
}

#back-to-top {
  position: fixed;
  bottom: 150px;
  right: 50px;
  z-index: 9999;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  background: #294b9a;
  color: #ddd;
  cursor: pointer;
  border: 0;
  border-radius: 4px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  font-size: 2em;
}
@media (max-width: 769px) {
  #back-to-top {
    display: none;
  }
}
#back-to-top:hover {
  background: #345fc2;
  color: #fff;
}
#back-to-top.show-btn {
  opacity: 1;
}

#rodape {
  display: flex;
  align-items: center;
  background-color: #0036a6;
  height: 25rem;
  font-family: "Open Sans", sans-serif;
  width: 100%;
}
@media (max-width: 768px) {
  #rodape {
    height: 850px;
  }
}
#rodape #rodape-row-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  #rodape #rodape-row-1 {
    margin: 20px;
  }
}
#rodape #rodape-row-1 a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #ffffff;
  margin: 10px 50px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#rodape #rodape-row-1 i {
  font-size: 18px;
  text-align: center;
}
#rodape #rodape-row-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  #rodape #rodape-row-2 {
    margin: 20px;
  }
}
#rodape #rodape-row-2 ul {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
  left: 0;
  list-style-type: none;
}
@media (max-width: 767px) {
  #rodape #rodape-row-2 ul {
    display: block;
    padding: 0;
  }
}
#rodape #rodape-row-2 ul li {
  border-right: 1px solid #ffffff;
  position: relative;
  display: block;
}
#rodape #rodape-row-2 ul li a {
  font-size: 14px;
  color: #ffffff;
  padding: 10px 20px;
  background-color: transparent;
  text-transform: uppercase;
}
#rodape #rodape-row-2 ul li a:hover {
  color: #ffffff;
  background-color: transparent;
}
#rodape #rodape-row-2 ul li:last-child {
  border: none !important;
  margin-right: 0px;
  padding-right: 0;
}
#rodape #rodape-row-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  #rodape #rodape-row-3 {
    margin: 20px;
  }
}
#rodape #rodape-row-3 ul {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
  left: 0;
  list-style-type: none;
}
@media (max-width: 767px) {
  #rodape #rodape-row-3 ul {
    display: block;
    padding: 0;
  }
}
#rodape #rodape-row-3 ul li {
  border-right: 1px solid #ffffff;
  position: relative;
  display: block;
}
#rodape #rodape-row-3 ul li a {
  font-size: 14px;
  color: #ffffff;
  padding: 10px 20px;
  background-color: transparent;
  text-transform: uppercase;
}
#rodape #rodape-row-3 ul li a:hover {
  color: #ffffff;
  background-color: transparent;
}
#rodape #rodape-row-3 ul li address {
  margin-bottom: 0;
  font-style: normal;
  line-height: 0;
  font-size: 14px;
  color: #ffffff;
  padding: 10px 20px;
  background-color: transparent;
}
@media (max-width: 767px) {
  #rodape #rodape-row-3 ul li address {
    line-height: 1;
    display: inline;
    padding: 0;
  }
}
#rodape #rodape-row-3 ul li address:hover {
  color: #ffffff;
  background-color: transparent;
}
#rodape #rodape-row-3 ul li:last-child {
  border: none !important;
  margin-right: 0px;
  padding-right: 0;
}
#rodape #rodape-row-4 {
  display: flex;
  flex-wrap: wrap;
}
#rodape #rodape-row-4 ul {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
  left: 0;
  list-style-type: none;
}
@media (max-width: 767px) {
  #rodape #rodape-row-4 ul {
    display: block;
    padding: 0;
  }
}
#rodape #rodape-row-4 ul li {
  border-right: 1px solid #ffffff;
  position: relative;
  display: block;
}
#rodape #rodape-row-4 ul li a {
  font-size: 14px;
  color: #ffffff;
  padding: 1rem 2rem;
  background-color: transparent;
}
#rodape #rodape-row-4 ul li a:hover {
  color: #ffffff;
  background-color: transparent;
}
#rodape #rodape-row-4 ul li:last-child {
  border: none !important;
  margin-right: 0px;
  padding-right: 0;
}
@media (max-width: 767px) {
  #rodape ul li {
    border-right: 0 !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
    display: block;
  }
}

.flex-center-coluna {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flex-center-linha {
  display: flex;
  flex-direction: row;
  justify-content: center;
}