/* Geral */

.img-noticias img {
  width: 100%;
  transition: transform 0.5s;
  max-width: 355px;
  max-height: 200px;
}

.informacao {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

.informacao p {
  width: 100%;
}
.items-leading.clearfix img {
  /* margin-bottom: 20px; */
}
.item-page img {
  /* margin-bottom: 20px; */
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 20px;
  margin-bottom: 10px;
}

#headerPrincipal #site-logo img {
  max-width: 72%;
  padding: 20px;
  padding-bottom: 10px;
}

#position-menu .moduletable {
  margin: 0;
}

.module-title h3 {
  text-transform: uppercase;
}

#sectionPrincipal {
  min-height: 400px;
}

#position-header * {
  font-size: 14px;
}

#position-header .moduletable {
  margin-top: 8px;
  margin-bottom: 0;
}

#irTopo {
  position: fixed;
  left: 2%;
  bottom: -40px;
  z-index: 999;
  padding-bottom: 5px;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.4);
}

@media (max-width: 767px) {
  #irTopo {
    left: 5%;
    right: inherit;
  }
}

#irTopo:hover {
  cursor: pointer;
  background-color: rgb(217, 214, 214);
}

#irTopo:active {
  background-color: rgb(197, 194, 194);
}

#component ul li {
  margin-left: 25px;
}

#component img {
  margin: 5px;
  max-width: 100%;
  height: auto;
}

#component .items-leading > div {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  #component img {
    margin: 5px 0;
  }
}

.page-header {
  margin: 20px 0 20px;
}

.moduletable {
  margin-top: 25px;
  margin-bottom: 20px;
}

.moduletable.no-margin {
  margin: 0 !important;
}
.moduletable.no-margin-top {
  margin-top: 0 !important;
}
.moduletable.no-margin-bottom {
  margin-bottom: 0 !important;
}

.moduletable > h3 {
  margin-top: 0;
  margin-bottom: 20px;
}

.breadcrumb .divider {
  display: none;
}

table.tabela {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
}

table.tabela tr td {
  padding: 5px;
  border: 1px solid black;
}

/**** INICIO FOOTER ****/
#footerPrincipal {
  margin-top: 15px;
}
/**** FIM FOOTER ****/

/**** INICIO LOGO UNICAST ****/
#developer-logo {
  height: 80px;
  text-align: right;
}
#developer-logo img {
  margin-top: 18px;
  width: 95px;
  margin-bottom: 12px;
}
/**** FIM LOGO UNICAST ****/

/**** INICIO PAGINACAO ****/
.pagination {
  margin: 20px 0;
  width: 100%;
  text-align: center;
}
.pagination .counter {
  float: none !important;
  display: block !important;
  text-align: center;
}
.pagination ul {
  padding: 0;
}
.pagination li {
  display: inline-block;
  margin: 0 !important;
}
.pagination a,
.pagination span {
  float: left;
  padding: 0 14px;
  line-height: 38px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination a:hover,
.pagination .active a,
.pagination .active span {
  background-color: #f5f5f5;
}
.pagination .active a,
.pagination .active span {
  color: #999999;
  cursor: default;
}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999999;
  cursor: default;
  background-color: transparent;
}
.pagination li:first-child a,
.pagination li:first-child span {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination li:last-child a,
.pagination li:last-child span {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination span {
  background: #eee;
}
/**** FIM PAGINACAO ****/

/**** refatoração ****/
.parceiros .carousel-control.left,
.parceiros .carousel-control.right {
  background-image: none;
}
/* CALENDARIO NOVO */

#calendario
  > div.moduletable.events.col-md-6
  > table
  > tbody
  > tr:nth-child(2)
  > td
  > .dia {
  display: none;
}
td.mod_events_latest .data {
  /* display: none; */
}

#calendario
  > div.moduletable.events.col-md-6
  > table
  > tbody
  > tr:nth-child(3)
  > td
  > .dia {
  /* display: none; */
}
td.mod_events_latest_first .data {
  display: flex;
  gap: 11px;
  position: absolute;
  top: 0% !important;
  left: 20.7% !important;
  width: 59%;
  height: 107px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
td.mod_events_latest_first {
  padding-top: 16%;
}
span.txt-cont p {
  font-size: 12px;
  padding-left: 1%;
}
.data {
  padding-left: 2%;
}
td.mod_events_latest_first .data h5 {
  display: none;
}
#calendario
  > div.moduletable.events.col-md-6
  > table
  > tbody
  > tr
  > td
  > div
  > div
  > span:nth-child(4) {
  font-size: 1.4rem;
  color: white;
}
#calendario
  > div.moduletable.events.col-md-6
  > table
  > tbody
  > tr
  > td
  > div
  > div
  > span:nth-child(1) {
  font-size: 4rem;
}
.data h3 {
  color: white;
  font-size: 2rem;
}
.txt-eve h3 {
  padding-left: 2%;
  color: black;
  display: flex;
  align-items: baseline;
  font-weight: 200;
  font-size: 1.7rem;
  font-style: italic;
}
.txt-eve h3 strong {
  font-style: initial;
}
td.mod_events_latest,
td.mod_events_latest_first {
  /* padding-top: 25px; */
  padding-bottom: 0px;
  width: 28.7vw;
  /* padding-left: 10%; */
  font-size: 1.2rem;
}

table.mod_events_latest_table.jevbootstrap {
  padding-top: 111px;
  /* padding-left: 21px; */
  background: white;
  width: 61.4%;
}
td.mod_events_latest br,
td.mod_events_latest .data h3 {
  display: none;
}

td.mod_events_latest span.mod_events_latest_date {
  color: black !important;
  font-size: 16px !important;
}
td.mod_events_latest h5 {
  font-size: 1.6rem;
  color: black;
}
td.mod_events_latest .dia {
  position: absolute;
  top: 23px;
  left: 13%;
}
/* td.mod_events_latest .dia {
  position: absolute;
  top: 45px;
  left: 22%;
} */
td.mod_events_latest {
  position: relative;
}

span.txt-cont p {
  color: black;
}

div#calendario {
  background-image: url("../images/calendar-with-pencil-monstera-leaf (1).png");
  background-repeat: no-repeat;
  background-size: cover;
}

td.mod_events_latest_first .data,
td.mod_events_latest_noevents {
  background-image: url("../images/Calendario_BKG.jpg");
  background-size: cover;
}
td.mod_events_latest_noevents {
  height: 13vh;
}

div#calendario {
  /* height: 608px; */
  display: flow-root;
}
.moduletable.cal.col-md-6 {
  margin: 0;
  display: flex;
  justify-content: center;
}

td.mod_events_latest_first .dia span {
  color: white;
}
.moduletable.events.col-md-6 {
  margin: 0;
  display: flex;
  justify-content: center;
  margin-bottom: 2%;
}
td.mod_events_latest_first {
  padding-top: 15% !important;
}
.txt-eve br {
  display: block !important;
}
td.mod_events_latest .data {
  text-align: left;
}
div#jevents .nav-items {
  display: none;
}

li.ev_td_li {
  /* background: gray; */
}

ul.ev_ul {
  background: #e4e6ec;
  /* padding: 17px; */
}

ul.ev_ul li {
  padding: 26px;
}

li.ev_td_li {
  color: black;
}

li.ev_td_li {
  border: none !important;
}

a.ev_link_row {
  color: #2db97b !important;
}

.jev_toprow div.previousmonth,
.jev_toprow div.nextmonth {
  border: none;
  padding: 7px;
  background: #f1760f !important;
  border: none;
  margin-bottom: -4px;
  border-radius: 12px;
}

.currentmonth {
  border: none !important;
}

.jev_toprow div.previousmonth,
.jev_toprow div.nextmonth {
  width: 18%;
}

.jev_toprow {
  display: flex;
  margin-left: 1%;
}

#jevents_body ul.ev_ul li.ev_td_li {
  border-top: 2px solid white !important;
}

#jevents_body .jev_listview .jev_listrow li {
  margin: 0;
}
