/******************* menu lateral *********************/
.contexto > li > a {
  /* padding: 0px 15px; */
  padding: 0px 0px;
}

.contexto li {
  text-align: center;
  /* border-bottom: 3px solid white; */
}
.contexto a,
.contexto span {
  color: white;
  height: 40px;
  line-height: 40px;
}

.contexto > li > a:focus,
.contexto > li > a:hover {
  /* text-decoration: none;
    background-color: white;
    color: #812B2C; */
  /*border-bottom: 2px solid white;*/
}
.contexto > li > a:hover {
  /* border-bottom: 1px solid #812B2C;
    border-top: 1px solid #812b2c; */
}
.before-component {
}
/******************* menu lateral child ***************************/
ul.nav-child.unstyled.small {
  background-color: transparent;
  /* border: 1px solid #812B2C; */
}
ul.nav-child.unstyled.small li {
  list-style-type: none;
  /* height: 40px; */
  padding: 10px;
  border-bottom: 3px solid white;
}
ul.nav-child.unstyled.small a {
  color: white;
  font-weight: bolder;
}
li.deeper.parent {
  border-bottom: none;
}

button.btn-banner {
  background: #2875c7;
}
.banner-arrow-left.slick-arrow {
  border: 2px solid #2875c7;
}
.banner-arrow-right.slick-arrow {
  border: 2px solid #2875c7;
}
#developer-logo {
  background-color: #a10202 !important;
}
div#faixa1 > div > .custom {
  font-size: 2rem;
  margin-bottom: 2%;
  line-height: 1.6;
}

table.mod_events_latest_table.jevbootstrap tbody {
  display: flex;
  width: 100%;
  gap: 53px;
  /* justify-content: center; */
}

table.mod_events_latest_table.jevbootstrap tbody tr {
  width: 235px !important;
  box-shadow: 0px 0px 3px #00000030;
  border-radius: 12px;
  display: flex;
  padding: 0px 14px;
  height: 357px;
  margin: 3% 0%;
  position: relative;
  cursor: pointer;
}
table.mod_events_latest_table.jevbootstrap tbody tr:hover {
  background-color: green;
}

table.mod_events_latest_table.jevbootstrap
  tbody
  tr:hover
  span.mod_events_latest_date,
table.mod_events_latest_table.jevbootstrap
  tbody
  tr:hover
  span.mod_events_latest_content
  a,
table.mod_events_latest_table.jevbootstrap tbody tr:hover .seta-agenda h1 {
  color: white !important;
}

.cont-agenda br {
  display: none;
}

.cont-agenda h1 {
  font-size: 41px;
}
span.mod_events_latest_date {
  display: block;
  font-size: 46px !important;
  color: green;
  font-family: "Roboto";
}
span.mod_events_latest_content a {
  display: block;
  font-family: "Roboto";
  font-size: 24px !important;
  color: green !important;
}
.cont-agenda h1 {
  margin-bottom: 30px !important;
}

.cont-agenda h2 {
  margin-bottom: 49px;
}
.seta-agenda h1 {
  color: green;
}
.fique-agenda {
  display: grid;
  /* justify-items: self-end; */
}
.fique-agenda h1 {
  font-family: "Roboto";
  font-weight: 800;
  width: 74%;
  margin-bottom: 5%;
  font-size: 4.3rem;
  line-height: 1.5;
}
.fique-agenda p {
  display: flex;
  /* justify-self: end; */
  width: 74%;
}
.fique-agenda a {
  font-size: 15px;
  color: green;
  font-weight: 700;
}
.seta-agenda {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.mod_events_latest_first,
.mod_events_latest {
  width: 208px;
}
