@charset "utf-8";

html {
  font-family: "cabin";
}

@media only screen and (min-width: 0) {
  html {
    font-size: 16px;
  }
}

h1 {
  font-size: 3rem;
  line-height: 124%;
  margin: 0 0 2.5rem 0;
}

h2 {
  font-size: 2.5rem;
  line-height: 124%;
  margin: 0 0 2rem 0;
}

h3 {
  font-size: 2rem;
  line-height: 124%;
  margin: 0 0 1.5rem 0;
}

h4,
h5,
h6 {
  font-family: "montserrat";
  margin: unset;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.125rem;
}

section a {
  color: #5ebdd4;
  text-decoration: underline;
}

section {
  padding: 30px 0;
  min-height: calc(100vh - 178px);
}

section#login,
section#termos-login {
  min-height: calc(100vh - 98px);
}

.b-tabs section {
  min-height: calc(100vh - 226px);
}

section.full-height {
  display: flex;
  align-items: center;
}

/* Helpers */

.materialert {
  position: relative;
  min-width: 150px;
  padding: 15px;
  margin-bottom: 20px;
  margin-top: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: all 0.1s linear;
  webkit-box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12),
    0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12),
    0 1px 5px 0 rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.materialert .material-icons {
  margin-right: 10px;
}
.materialert .close-alert {
  -webkit-appearance: none;
  border: 0;
  cursor: pointer;
  color: inherit;
  background: 0 0;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  filter: alpha(opacity=40);
  margin-bottom: -5px;
  position: absolute;
  top: 16px;
  right: 5px;
}
.materialert.info {
  background-color: #30ad76;
  color: #fff;
}
.materialert.info .material-icons {
  top: 7px;
  position: relative;
}
.materialert.success {
  background-color: #30ad76;
  color: #fff;
}
.materialert.error {
  background-color: #f1b2b2;
  color: #9a1a16;
}
.materialert.danger {
  background-color: #f1b2b2;
  color: #9a1a16;
}
.materialert.warning {
  background-color: #ffedc0;
  color: #b18518;
}

.card-result-list .card h4 {
  position: relative;
}

.card-result-list .card .selo {
  position: absolute;
  left: 0px;
  top: -53px;
  cursor: default;
}

#p-bio {
  min-height: 250px !important;
}

.w-100 {
  width: 100%;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 1rem;
}
.mb-15 {
  margin-bottom: 1.5rem;
}
.mb-175 {
  margin-bottom: 1.75rem;
}
.mb-25 {
  margin-bottom: 2.5rem;
}
.mb-3 {
  margin-bottom: 3rem;
}
.mb-075 {
  margin-bottom: 0.75rem;
}
.mb-05 {
  margin-bottom: 0.5rem;
}

.mt-1 {
  margin-top: 1rem;
}
.mt-3 {
  margin-top: 3rem;
}
.mt-10px {
  margin-top: 10px;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mr-0 {
  margin-right: 0;
}
.mr-1 {
  margin-right: 1rem;
}
.mr-05 {
  margin-right: 0.5rem;
}

.pt-0 {
  padding-top: 0 !important;
}

.font-size-20px {
  font-size: 20px;
}
.font-size-40px {
  font-size: 40px;
}

.f-break {
  flex-basis: 100%;
  height: 20px;
}

.opacity-70-hover:hover {
  opacity: 0.7;
  transition: all 0.2s ease-out;
}

.last-paragraph-no-margin p:last-of-type {
  margin-bottom: 0;
}

a.invisible-link {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease-out;
}

/* Container, Row, Col */

.container {
  margin: 0 auto;
  max-width: 1170px;
  width: 90%;
}

@media only screen and (min-width: 601px) {
  .container {
    width: 80%;
  }
}

@media only screen and (min-width: 993px) {
  .container {
    width: 70%;
  }
}

@media only screen and (min-width: 1201px) {
  .container {
    width: 90%;
  }
}

.container-fluid {
  padding: 0;
}

@media only screen and (min-width: 993px) {
  .container-fluid {
    padding: 0 15px 0 40px;
  }
}

.row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

/* Header */

.navbar-fixed {
  height: 80px;
}

nav {
  background-color: #083050;
  width: 100%;
  height: 80px;
  line-height: 80px;
}

nav .brand-logo {
  font-size: initial;
  min-width: 268px;
}

nav .brand-logo h4 {
  margin: 0 0 0 15px;
}

@media only screen and (min-width: 601px) {
  nav .brand-logo h4 {
    margin: 0 0 0 30px;
  }
}

#nav-mobile {
  margin-left: 350px;
}

nav i,
nav [class^="mdi-"],
nav [class*="mdi-"],
nav i.material-icons {
  height: 80px;
  line-height: 80px;
}

@media only screen and (min-width: 601px) {
  nav.nav-extended .nav-wrapper {
    min-height: 80px;
  }
  nav,
  nav .nav-wrapper i,
  nav a.sidenav-trigger,
  nav a.sidenav-trigger i {
    height: 80px;
    line-height: 80px;
  }
  .navbar-fixed {
    height: 80px;
  }
}

nav .dropdown-content {
  top: 80px !important;
}

.sidenav .logo-main {
  height: 60px;
  padding-left: 32px;
  margin-bottom: 0;
}

.sidenav li > a > i,
.sidenav li > a > [class^="mdi-"],
.sidenav li > a li > a > [class*="mdi-"],
.sidenav li > a > i.material-icons {
  margin: 0 6px 0 0;
}

/* Advanced filters */

fieldset {
  padding: 0;
}

.toast {
  background-color: #2cb781;
  border-radius: 0.375rem;
}

.toast-success {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 320px;
}

.toast-success div {
  color: #6b7280;
  font-family: "Cabin";
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.toast-success a {
  height: 24px;
}

.toast-success a span {
  color: #9ca3af;
}

.sidenav .collapsible-header {
  padding: 0.594rem 0.5rem;
}

.collapsible-header label,
.collapsible-header span {
  color: #0b2f50;
}

.collapsible-body label {
  color: white;
}

.sidenav .collapsible-body {
  padding: 0.5rem 1.563rem;
}

[type="checkbox"] + span:not(.lever) {
  line-height: 1.063rem;
}

[type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
  border: 2px solid white;
  background-color: white;
  width: 1rem;
  height: 1rem;
}

[type="checkbox"].filled-in:checked + span:not(.lever):after {
  background-color: #0b2f50;
  border: 2px solid #0b2f50;
}

.active .collapsible-header,
.active .collapsible-header:hover {
  background-color: #0b2f50;
  border-radius: 0.5rem;
  color: white;
}

.active .collapsible-header label,
.active .collapsible-header span {
  color: white;
}

.active .collapsible-header .material-icons.arrow {
  transform: rotate(180deg);
}

.sidenav .collapsible-body div label span {
  font-size: 1.125rem;
}

#id_gender .collapsible-body .collapsible-body-container,
#id_race .collapsible-body .collapsible-body-container {
  display: flex !important;
  flex-direction: column;
  gap: 1rem;
}

#id_entry_year .collapsible-body .collapsible-body-container {
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
}

#id_entry_year .collapsible-body .collapsible-body-container {
  height: 300px;
}

#id_entry_year .collapsible-body .collapsible-body-container div,
#id_race .collapsible-body .collapsible-body-container div,
#id_gender .collapsible-body .collapsible-body-container div {
  height: 33px;
}

/* Cards */

.modal {
  padding: 30px;
  border-radius: 4px;
}

@media only screen and (min-width: 601px) {
  .modal {
    padding: 48px;
  }
}

.card-image img {
  border-radius: 8px 8px 0 0;
}

.card-result-list .card {
  height: 20rem;
  width: 13rem;
}

@media only screen and (max-width: 601px) {
  .card-result-list .card {
    height: auto;
  }
}

.card-result-list .card .card-image img {
  display: block;
  border-radius: 4px 4px 0 0;
}

.card-result-list .card .card-image {
  max-height: 227px;
  overflow: hidden;
}
@media only screen and (max-width: 601px) {
  .card-result-list .card .card-image {
    max-height: auto;
  }
  .card-result-list .col {
    min-height: auto;
  }
}

a.invisible-link:hover .card {
  transform: scale(1.02);
}

.card.horizontal .card-image {
  max-width: 22%;
}

.card.horizontal .card-image img {
  border-radius: 4px 0 0 4px;
  mix-blend-mode: luminosity;
}

@media only screen and (min-width: 601px) {
  .card.horizontal .card-content {
    padding: 48px;
  }
}

.card .card-action:first-child {
  border-radius: 4px 4px 0 0;
}

.card .card-action:last-child {
  border-radius: 0 0 4px 4px;
}

.card
  .card-action
  a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(
    .btn-floating
  ) {
  color: #333333;
  margin-right: 10px;
  text-transform: inherit;
  text-decoration: none;
}

.card
  .card-action
  a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(
    .btn-floating
  ):hover {
  color: #333333;
}

.card-action a i {
  color: #5ebdd4;
}

/* Tabelas */

table.table-default {
  table-layout: fixed;
}

table.table-default tr {
  border-bottom: none;
}

table.table-default th {
  padding-bottom: 4px;
  padding-top: 0px;
  word-wrap: break-word;
  white-space: normal;
}

table.table-default td {
  padding-bottom: 0;
  padding-top: 4px;
  word-wrap: break-word;
  white-space: normal;
}

/* Modais */

.modal {
  background-color: #ffffff;
  max-height: 80%;
}

/* Tables */

.membros-info tr {
  border-bottom: none;
  display: flex;
  gap: 0.5rem;
  margin: 0 0 0.75rem;
}

.membros-info td,
.membros-info td p {
  padding: 0;
}

.card-result-list .membros-info {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Forms */

label {
  color: #333333;
}

.input-field.i-select {
  margin-bottom: calc(1rem + 8px);
}

.i-spacer .input-field {
  margin-bottom: 2.2rem;
}
.no-results-found {
  display: block;
}
.materialert ul,
.materialert li {
  list-style-type: none;
}
.i-spacer .input-field.i-select {
  margin-bottom: calc(2.2rem + 8px);
}

.no-info {
  padding: 15px 0 5px;
  color: #aaa;
  text-align: center;
}

.no-info.no-info-full {
  padding: 25px 0 25px;
  margin: 10px 0;
  border: 1px dashed #aaa;
}

@media only screen and (min-width: 601px) {
  .modal .i-spacer {
    padding: 0 36px;
  }
}

.input-field.no-field label {
  transform: translateY(-14px) scale(0.8);
  transform-origin: 0 0;
}

input:not([type]):focus:not([readonly]),
input[type="text"]:not(.browser-default):focus:not([readonly]),
input[type="password"]:not(.browser-default):focus:not([readonly]),
input[type="email"]:not(.browser-default):focus:not([readonly]),
input[type="url"]:not(.browser-default):focus:not([readonly]),
input[type="time"]:not(.browser-default):focus:not([readonly]),
input[type="date"]:not(.browser-default):focus:not([readonly]),
input[type="datetime"]:not(.browser-default):focus:not([readonly]),
input[type="datetime-local"]:not(.browser-default):focus:not([readonly]),
input[type="tel"]:not(.browser-default):focus:not([readonly]),
input[type="number"]:not(.browser-default):focus:not([readonly]),
input[type="search"]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #5ebdd4;
  -webkit-box-shadow: 0 1px 0 0 #5ebdd4;
  box-shadow: 0 1px 0 0 #5ebdd4;
}

input:not([type]),
input[type="text"]:not(.browser-default),
input[type="password"]:not(.browser-default),
input[type="email"]:not(.browser-default),
input[type="url"]:not(.browser-default),
input[type="time"]:not(.browser-default),
input[type="date"]:not(.browser-default),
input[type="datetime"]:not(.browser-default),
input[type="datetime-local"]:not(.browser-default),
input[type="tel"]:not(.browser-default),
input[type="number"]:not(.browser-default),
input[type="search"]:not(.browser-default),
textarea.materialize-textarea {
  border-bottom: 1px solid #aaaaaa;
  font-size: inherit;
}

input:not([type]):focus:not([readonly]) + label,
input[type="text"]:not(.browser-default):focus:not([readonly]) + label,
input[type="password"]:not(.browser-default):focus:not([readonly]) + label,
input[type="email"]:not(.browser-default):focus:not([readonly]) + label,
input[type="url"]:not(.browser-default):focus:not([readonly]) + label,
input[type="time"]:not(.browser-default):focus:not([readonly]) + label,
input[type="date"]:not(.browser-default):focus:not([readonly]) + label,
input[type="datetime"]:not(.browser-default):focus:not([readonly]) + label,
input[type="datetime-local"]:not(.browser-default):focus:not([readonly])
  + label,
input[type="tel"]:not(.browser-default):focus:not([readonly]) + label,
input[type="number"]:not(.browser-default):focus:not([readonly]) + label,
input[type="search"]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #5ebdd4;
}

textarea.materialize-textarea {
  line-height: 1.5rem;
}

.select-wrapper input.select-dropdown:focus {
  border-bottom: 1px solid #5ebdd4;
}

.dropdown-content li > a > i {
  font-size: 16px !important;
  margin: 0 6px 0 0;
  padding-left: 4px;
}

.dropdown-content li > a,
.dropdown-content li > span {
  color: #333333;
}

[type="checkbox"]:checked + span:not(.lever):before {
  border-right: 2px solid #5ebdd4;
  border-bottom: 2px solid #5ebdd4;
}

[type="checkbox"] + span:not(.lever):before,
[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  border: 2px solid #dddddd;
}

[type="checkbox"] + span:not(.lever) {
  padding-left: 20px;
}

[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:after {
  background-color: #5ebdd4;
}

[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"].with-gap:checked + span:after {
  border: 2px solid #5ebdd4;
}

[type="radio"]:not(:checked) + span:before,
[type="radio"]:not(:checked) + span:after {
  border: 2px solid#DDDDDD;
}

.btn,
.btn-large,
.btn-small,
.btn-filters {
  background-color: #30ad76;
  text-align: center;
}

.btn:hover,
.btn-large:hover,
.btn-small:hover {
  background-color: #248259;
}

.btn,
.btn-large,
.btn-small,
.btn-floating,
.btn-large,
.btn-small,
.btn-flat {
  font-size: 1rem;
  font-weight: 500;
}

.btn,
.btn-large,
.btn-small,
.btn-flat {
  border-radius: 4px;
  height: 48px;
  line-height: 48px;
}

.btn i,
.btn-large i,
.btn-small i,
.btn-floating i,
.btn-large i,
.btn-small i,
.btn-flat i {
  font-size: 21px;
}

.btn.white:hover {
  background-color: #f8f8f8 !important;
}

.btn.transp {
  background-color: transparent;
  color: #333333;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0);
}

.btn.transp:hover {
  color: #5ebdd4;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0);
}

.btn-small {
  height: 32px;
  line-height: 32px;
  font-size: 13px;
}

.z-depth-1,
nav,
.card-panel,
.card,
.toast,
.btn,
.btn-large,
.btn-small,
.btn-floating,
.dropdown-content,
.collapsible,
.sidenav {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}

.z-depth-1-half,
.btn:hover,
.btn-large:hover,
.btn-small:hover,
.btn-floating:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}

.tabs-fixed {
  height: 48px;
  position: relative;
  z-index: 996;
}

.tabs-group {
  /*position: fixed;*/
  width: 100%;
  height: 48px;
}

.tabs {
  background-color: transparent;
}

.tabs .tab a {
  color: rgba(255, 255, 255, 0.4);
  font-size: inherit;
}

.tabs .tab a:hover,
.tabs .tab a.active {
  background-color: transparent;
  color: #ffffff;
}

.tabs .indicator {
  background-color: #ffffff;
}

i.left {
  margin-right: 10px;
}

i.right {
  margin-left: 10px;
}

/* Login */

#login .logo-main {
  max-height: 56px;
  margin-bottom: 50px;
}

@media only screen and (min-width: 1201px) {
  #login .logo-main {
    margin-top: 40px;
  }
}

/* Termos */

#termos-login .logo-main {
  max-height: 56px;
  margin-bottom: 50px;
}

.text-scroll {
  overflow-y: scroll;
  padding-right: 10px;
}

#termos-login .text-scroll {
  height: 24vh;
  margin-bottom: 2em;
}

#termos .text-scroll {
  height: 44vh;
}

/* Home */

.form-busca {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media only screen and (min-width: 770px) {
  .form-busca .f-break {
    display: none;
  }
}

#filtro-busca {
  width: 90%;
  max-width: 340px;
}

@media only screen and (min-width: 601px) {
  #filtro-busca {
    width: 90%;
    max-width: 670px;
  }
}

@media only screen and (min-width: 993px) {
  #filtro-busca {
    width: 90%;
    max-width: 90%;
  }
}

@media only screen and (min-width: 1201px) {
  #filtro-busca {
    width: 90%;
    max-width: 1200px;
  }
}

/* Membros */

.selo {
  position: absolute;
  left: 22px;
  bottom: -16px;
  cursor: default;
}

.selo-content {
  display: flex;
  align-items: center;
  padding: 6px 12px;
  font-size: 12px;
  background-color: #ffffff;
  color: #333333;
  border-radius: 16px;
}

.selo img {
  display: block !important;
  border-radius: unset !important;
  width: auto !important;
  height: 20px;
  margin-right: 5px;
}
@media only screen and (max-width: 600px) {
  .card-result-list .card .card-content {
    min-height: auto;
  }
}

/* Eventos */

.video-thumb {
  background-color: rgba(48, 173, 118, 0.9);
  background-blend-mode: luminosity;
  background-position: center center;
  background-size: cover;
  border-radius: 4px 0 0 4px;
}

.video-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 4px 0 0 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.video-overlay img {
  padding: 15px;
}

#modal-video {
  padding: 0;
}

/* Perfil */

.b-tabs nav {
  box-shadow: none;
}

@media only screen and (min-width: 1200px) {
  .row .col.p-data {
    padding-left: 70px;
  }
}

.perfil-image {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
  margin-top: 1rem;
  margin-bottom: 8px;
}

.perfil-image img {
  display: block;
  border-radius: 4px;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 170px;
  margin-right: 1rem;
}

.line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin: 25px 0;
}

.tab-link.active {
  border-bottom: solid 0.188rem #0b2f50;
}

@media only screen and (max-width: 992px) {
  .current div:nth-child(1),
  .origin div:nth-child(1) {
    grid-column: 1 / 4;
    grid-row: 1;
  }

  .current div:nth-child(2),
  .origin div:nth-child(2) {
    grid-column: 1;
    margin-right: 30px;
  }

  .current div:nth-child(3),
  .origin div:nth-child(3) {
    grid-column: 2 / 4;
  }
}

.active {
  display: block;
}

.profile-modes-btn {
  background-color: #def7ec;
  border-bottom: 2px solid #23b781;
}

/* Footer */

footer {
  width: 90%;
  margin: 0 auto;
  padding: 40px 15px;
}

[v-cloak] {
  display: none;
}

/* Jobs */

label[for="id_pdf"] {
  margin-top: 0;
}

label[for="id_description"] {
  padding-left: 0.5rem;
}

input[name="pdf"] {
  margin-top: 3rem;
}

select[name="uf"],
select[name="city"] {
  display: block;
  margin-top: 2rem;
  background-color: transparent;
  border: none;
}

label[for="id_description"].active {
  transform: translateY(-22px) scale(0.8) !important;
}

textarea#id_description {
  border: 1px solid #bbb;
  height: 10rem;
  border-radius: 0.5rem;
  padding: 0.5rem;
}

#id_organization_type {
  display: block;
  margin-top: 2rem;
}

select[name="organization_type"] {
  background-color: transparent;
  border: none;
}

.errorlist {
  color: #e02424;
  font-size: 14px;
  font-family: "Inter";
}

@media only screen and (max-width: 992px) {
  .errorlist {
    font-size: 12px;
  }
}

.no-underline {
  text-decoration: none;
  color: #fff !important;
}

.margin-0 {
  margin: 0;
}

.margin-bottom-0 {
  margin-bottom: 0;
}

.member-form-edit div select {
  display: block;
}

.errorlist {
  margin-bottom: 1.5rem;
}
