:root {
  --cor-1: #082155;
  --cor-2: #eeeeee;
  --cor-3: #4073ab;
  --cor-4: #7f7f7f;
  --cor-5: #898989;
  --cor-6: #e5e5e5;
  --cor-7: #333434;
  --cor-8: #f5f5f5;
  --barlow: "Barlow", sans-serif;
  --heightTopo: 166px;
}

/*-lg*/
/*-md*/
/*-sm*/
/*-mobile*/
#convencoes .texto {
  margin-bottom: 65px;
}
#convencoes .texto p {
  font-size: 16px;
  color: var(--cor-5);
  line-height: 24px;
}
#convencoes .download {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 46px 0;
  background-color: var(--cor-1);
  color: white;
  margin-bottom: 45px;
}
#convencoes .download .ano {
  font-weight: 700;
  font-size: 72px;
  height: 72px;
  line-height: 72px;
  letter-spacing: 5px;
}
#convencoes .download .nome {
  font-size: 14px;
  max-width: 200px;
}
#convencoes .download .nome strong {
  display: block;
}
#convencoes .download:hover {
  text-decoration: none;
}
#convencoes .convencoes .convencao {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 18px 15px;
  background-color: var(--cor-2);
  min-height: 245px;
  margin-bottom: 15px;
}
#convencoes .convencoes .convencao .info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#convencoes .convencoes .convencao .info .ano {
  font-weight: 700;
  font-size: 48px;
  height: 48px;
  line-height: 48px;
  color: var(--cor-1);
  letter-spacing: 4px;
}
#convencoes .convencoes .convencao .info .nome {
  font-weight: 500;
  font-size: 14px;
  color: var(--cor-1);
  max-width: 160px;
}
#convencoes .convencoes .convencao:hover {
  text-decoration: none;
}

/*-lg*/
/*-md*/
/*-sm*/
@media (max-width: 767.98px) {
  #convencoes .convencoes .convencao {
    justify-content: center;
    text-align: center;
  }
}
/*-mobile*/
@media (max-width: 575.98px) {
  #convencoes .convencoes .convencao {
    justify-content: flex-start;
    gap: 20px;
    text-align: left;
  }
  #convencoes .convencoes .convencao .info .nome {
    max-width: none;
  }
  .ano {
    font-size: 45px !important;
    letter-spacing: 2px !important;
  }
}

/*# sourceMappingURL=convencoes-coletivas.css.map */
