/******************************/
.topo_marca {
  background: #202f60 !important;
  width: 100% !important;
}
.topo_marca img {
  max-width: 720px;
}
/******************************/
.tabela_calendario td, th {
  margin: 10px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.padrao {
  border: solid 3px #202f60;
  border-radius: 50%;
  padding: 05px;
  vertical-align: middle;
  text-align: center;
}
.feriado, .recesso {
  border: solid 3px #989898;
  background: #989898;
  color: #fff;
  border-radius: 50%;
  padding: 07px;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.domingo {
  border: solid 3px #fff;
}
.info_semanas_titulo, .info_semana_vlr {
  border-left: solid 2px #000;
}
.info_semanas_titulo {
  line-height: 1;
  font-size: 12px;
}
/************************/
.mes-header {
  font-size: 20px;
  font-weight: bold;
  border: none;
}
.card-header button {
  background: none !important;
}
.mes-header a {
  color: #333333;
}
.mes-header::before {
  content: url("../img/chevron-right-solid.svg");
  height: 100%;
  width: auto;
  padding-right: 5px;
  padding-top: 5px;
}
.mes-header:hover::before {
  content: url("../img/chevron-down-solid.svg");
  height: 100%;
  width: auto;
  padding-right: 5px;
  padding-top: 5px;
}
.titulo_in, .titulo_in a {
  color: #202f60;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: underline;
  font-size: 16px;
}
.titulo_in::before {
  content: url("../img/chevron-right-solid.svg");
  height: 100%;
  width: auto;
  padding-right: 5px;
  padding-top: 5px;
}
.titulo_in:hover::before {
  content: url("../img/chevron-down-solid.svg");
}
.lista_atividades {
  margin: 0px 20px;
}
.lista_atividades p {
  line-height: 2;
  padding: 2px 0px;
}
.marcacao {
  text-transform: uppercase;
  font-weight: bold;
}
.fa-solid {
  font-size: 90%;
  padding-right: 5px;
}
@media (max-width:575px) {
  .mes table {
    font-size: 13px;
  }
  .feriado, .padrao {
    padding: 2px;
  }
  .tabela_calendario td, td {
    padding: 5px;
  }
  .topo_marca img {
    max-width: 100%;
    height: auto;
  }
}