@charset "UTF-8";
.banner {
  background-color: green;
  min-width: 100%;
  height: 180px;
}

.titleTransparencia {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
@media only screen and (min-width: 1300px) {
  .titleTransparencia {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
    color: #fff;
  }
}

.biggerBanner {
  min-height: 300px;
  min-width: 100%;
}
.biggerBanner img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.smallerBanner {
  min-height: 300px;
  min-width: 100%;
}
.smallerBanner img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

#centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: normal !important;
}
@media only screen and (min-width: 1300px) {
  #centered {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
    color: #fff;
  }
}
@media only screen and (max-width: 375px) {
  #centered {
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -44%);
    color: #fff;
  }
}
@media only screen and (min-width: 425px) and (max-width: 767px) {
  #centered {
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -38%);
    color: #fff;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #centered {
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -38%);
    color: #fff;
  }
}
#centered img {
  width: 250px;
  height: 100px;
  margin-top: -30px;
}

.flexcontainer {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  padding: 25px 0 50px 0;
  margin: 0;
  list-style: none;
}
.flexcontainer__item {
  padding: 5px;
  width: 49%;
  height: auto;
  margin-top: 20px;
}
.flexcontainer__item--subtitle {
  padding: 50px 0px 20px 30px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  font-family: "Exo";
  text-decoration: none;
  color: #787878;
}
.flexcontainer__item--submit input {
  outline: none !important;
  color: white !important;
  font-weight: bolder;
  font-family: "Exo";
  margin-top: 8px;
  float: right;
  background-color: #78B74A !important;
  padding: 25px 70px 25px 70px;
  border-radius: 10px;
}
.flexcontainer__item--input {
  padding: 5px;
}
.flexcontainer__item--input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #2c3e50;
  background-image: none;
  width: 100%;
  background-color: #F1F3F4;
  height: 60px;
  padding-left: 15px;
  outline: none !important;
  border-radius: 12px;
  border: solid 1px #f5f5f5;
  flex: 1;
  color: grey;
  cursor: pointer;
}
.flexcontainer__item--input select:focus {
  outline: none !important;
  border: solid 1px #71D85D;
}
.flexcontainer__item--input select::-ms-expand {
  display: none;
}
.flexcontainer__item--input .select {
  position: relative;
  display: flex;
  width: 100%;
  line-height: 4;
  overflow: hidden;
}
.flexcontainer__item--input .select::after {
  content: "▼";
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  color: grey;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
}
.flexcontainer__item--input .select:hover::after {
  color: #6BCA58;
}
.flexcontainer__item--input input,
.flexcontainer__item--input textarea {
  width: 100%;
  background-color: #F1F3F4;
  height: 60px;
  padding: 15px;
  outline: none !important;
  border-radius: 12px;
  border: solid 1px #f5f5f5;
}
.flexcontainer__item--input input:focus,
.flexcontainer__item--input textarea:focus {
  outline: none !important;
  border: solid 1px #71D85D;
}
.flexcontainer__item--input textarea {
  height: 125px;
}
.flexcontainer__item--select {
  padding: 5px;
}
.flexcontainer__item--select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #2c3e50;
  background-image: none;
  width: 100%;
  background-color: #F1F3F4;
  height: 60px;
  padding-left: 15px;
  outline: none !important;
  border-radius: 12px;
  border: solid 1px #f5f5f5;
  flex: 1;
  color: grey;
  cursor: pointer;
}
.flexcontainer__item--select select:focus {
  outline: none !important;
  border: solid 1px #71D85D;
}
.flexcontainer__item--select select::-ms-expand {
  display: none;
}
.flexcontainer__item--select .select {
  position: relative;
  display: flex;
  width: 100%;
  line-height: 4;
  overflow: hidden;
}
.flexcontainer__item--select .select::after {
  content: "▼";
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  color: grey;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
}
.flexcontainer__item--select .select:hover::after {
  color: #6BCA58;
}

.justifyContent {
  padding: 80px 0px 40px 0px;
  text-align: justify;
  max-width: 45% !important;
  color: #969696 !important;
  margin: 0 auto;
  font-size: 18px;
}
@media only screen and (max-width: 800px) {
  .justifyContent {
    max-width: 100% !important;
  }
}

#yearList a {
  border-bottom: none !important;
  text-decoration: none !important;
}

.yearBox {
  width: 29% !important;
  height: 230px;
  padding: 5px;
  border-radius: 16px;
  background-color: #F0A321;
  margin: 25px auto;
  cursor: pointer;
}
@media only screen and (max-width: 800px) {
  .yearBox {
    width: 100% !important;
  }
}
@media only screen and (min-width: 972px) and (max-width: 1024px) {
  .yearBox {
    width: 45% !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .yearBox {
    width: 24% !important;
    height: 180px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .yearBox {
    height: 200px;
  }
}
.yearBox:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 6px -4px, rgba(0, 0, 0, 0.14) 0px 6px 8px 0px, rgba(0, 0, 0, 0.12) 0px 2px 16px 0px;
}
.yearBox__year {
  text-align: center;
  margin: -20px auto;
  color: #FFEB2E;
  font-size: 110px;
  font-weight: bold;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .yearBox__year {
    font-size: 85px !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .yearBox__year {
    font-size: 90px !important;
  }
}
.yearBox__content {
  margin-top: -10px;
  height: 50px;
  padding: 15px;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .yearBox__content {
    padding: 5px;
  }
}
.yearBox__content--icon {
  width: 50px;
  height: 50px;
}
.yearBox__content--text {
  width: calc(100%-50px);
  float: right;
  color: white;
  font-weight: bold;
  font-size: 22px;
  margin-top: -50px;
  line-height: 26px;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .yearBox__content--text {
    font-size: 16px !important;
    margin-top: -40px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .yearBox__content--text {
    font-size: 18px !important;
    margin-top: -40px;
    line-height: 20px;
  }
}

.yearBox:nth-child(1) {
  background-color: #2196F3 !important;
}

#yearRelatorio {
  width: 100% !important;
  height: auto;
  background-color: #F1F3F4;
  padding-bottom: 20px;
}
@media only screen and (max-width: 992px) {
  #yearRelatorio {
    padding: 20px;
  }
}

.flexcontainer {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0px auto;
  list-style: none;
  width: 100%;
}
.flexcontainer__item {
  width: 300px;
  height: auto;
  margin: -10px 60px;
}
@media only screen and (max-width: 992px) {
  .flexcontainer__item {
    width: 100%;
    height: auto;
    margin: 0;
  }
}
.flexcontainer__item .selectedYear {
  font-size: 120px;
  color: #2196F3;
  text-align: center;
  font-weight: bolder;
  font-style: italic;
}
@media only screen and (max-width: 992px) {
  .flexcontainer__item .selectedYear {
    width: 100%;
  }
}
.flexcontainer__item .relatorioGestao {
  height: 100px;
  background-color: #2196F3;
  padding-top: 40px;
  border-radius: 24px;
  margin: 35px auto 32px auto;
  width: 380px;
}
@media only screen and (max-width: 992px) {
  .flexcontainer__item .relatorioGestao {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .flexcontainer__item .relatorioGestao {
    width: 80%;
  }
}
.flexcontainer__item .relatorioGestao__title {
  color: white !important;
  font-size: 24px;
  font-weight: bolder;
  text-align: center;
  padding-left: 20px;
  margin-top: -5px;
}
@media only screen and (max-width: 992px) {
  .flexcontainer__item .relatorioGestao__title {
    margin-top: -20px;
    font-size: 20px;
    padding-left: 0px;
  }
}

.documentos {
  height: auto;
  background-color: white;
  padding: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  margin: 80px auto;
  list-style: none;
}
.documentos__box {
  width: 29%;
  height: auto;
  background-color: #DDE4E8;
  border-radius: 24px;
}
@media only screen and (max-width: 992px) {
  .documentos__box {
    width: 100%;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .documentos__box {
    margin-top: 15px;
  }
}
.documentos__box--title {
  color: #2196F3 !important;
  font-size: 20px;
  font-weight: bolder;
  float: left;
  padding-left: 20px;
  margin-top: 20px;
  width: 80%;
}
@media only screen and (max-width: 320px) {
  .documentos__box--title {
    width: 70%;
  }
}
@media only screen and (min-width: 992px) {
  .documentos__box--title {
    width: 70%;
  }
}
.documentos__box--icon {
  width: 50px;
  height: 50px;
  float: right;
  margin: 10px 30px 0 0;
}
@media only screen and (max-width: 320px) {
  .documentos__box--icon {
    margin: 20px 20px 0 0;
  }
}
@media only screen and (max-width: 375px) {
  .documentos__box--icon {
    margin: -15px 20px 0 0;
  }
}
@media only screen and (max-width: 992px) {
  .documentos__box--icon {
    margin: 20px 20px 0 0;
  }
}
@media only screen and (min-width: 993px) {
  .documentos__box--icon {
    margin: 20px 20px 0 0;
  }
}
.documentos__box--icon img {
  width: 100%;
  height: 50px;
  object-fit: cover;
}

