/* Geral */

* {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
}

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

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

#menu li a,
#menu li span {
  color: #00832a !important;
}

#menu li.current.active a,
#menu li.current.active span {
  color: #00832a !important;
}

div#banner {
  padding-left: 0 !important;
}
.banner-txt {
  width: 40%;
}
.banner-img img {
  height: 95.3vh !important;
}

header#headerPrincipal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.caixa-rosa {
  background: #dc4592;
  border-radius: 45px;
}
.moduletable.rosa {
  margin-bottom: 80px;
}

.caixa-rosa p {
  font-size: 36px;
  padding: 30px;
}

.txtposgrad {
  padding: 17px;
  color: white;
}

.noticias-introtxt {
  margin-bottom: 31px;
  height: 170px;
}

.posgradcontainer {
  border-radius: 0 !important;
}

.noticias-introtxt p {
  color: white !important;
  font-size: 39px !important;
  font-weight: 700;
}
.txtposgrad a {
  position: relative;
  /* right: -48%; */
}
.intron p {
  text-align: left;
}

#menu .lista-menu-principal > li:hover {
  background: white;
}

div#faixa1 > div > h3 {
  color: #ff2577 !important;
  text-align: center !important;
}

.col-md-8.menuwerveton {
  background: rgb(236, 227, 228);
}

.col-md-4.buscamenu {
  background: rgb(236, 227, 228);
}
.custom.rosa {
  width: 80% !important;
}

.banner-txt h1 {
  font-weight: 600;
}

#menu {
  margin-bottom: 0 !important;
}
#menu .lista-menu-principal > li {
  height: 98px !important;
}

div#wrapperMenu {
  height: 60px !important;
}

.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;
  right: 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: 22px; */
  /* 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 ****/

/**** 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;
}
.banner-btn {
  position: absolute;
  top: 82.5%;
}
.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 E EVENTOS******************* */

.cal tr:nth-child(odd) td {
  background-color: #005d4b !important;
}
#flatcal_minical .flatcal_daylink:link,
#flatcal_minical .flatcal_daylink:visited {
  color: white !important;
}
#flatcal_minical .flatcal_sundaylink:link,
#flatcal_minical .flatcal_sundaylink:visited {
  color: white !important;
}
#flatcal_minical .flatcal_daycell,
#flatcal_minical .flatcal_todaycell,
#flatcal_minical .flatcal_sundaycell,
#flatcal_minical .flatcal_othermonth {
  /* padding: 24px !important; */
  padding: 20px 24px !important;
  border-radius: 10px;
}
#flatcal_minical .flatcal_daylink,
#flatcal_minical .flatcal_sundaylink,
#flatcal_minical .flatcal_busylink {
  font-size: 25px !important;
}
#flatcal_minical .flatcal_todaycell a {
  border: none !important;
  background-color: transparent !important;
  border-radius: 0px !important;
}
#flatcal_minical TD.flatcal_weekdays {
  font-size: 17px !important;
  color: white !important;
}
#flatcal_minical .flatcal_navbar {
  background-color: transparent !important;
  border-bottom: none !important;
}
#flatcal_minical .flatcal_month_label {
  font-size: 44px !important;
  color: white !important;
  width: 81% !important;
}
td.link_prev img,
td.link_next img {
  width: 84%;
}
table.flatcal_navbar {
  align-items: center;
}
tr.full_cal_link {
  display: none;
}
.cal td {
  padding: 9px !important;
}
table.flatcal_main_t {
  border: none !important;
  margin: 0 !important;
}
#flatcal_minical .flatcal_busylink:link,
#flatcal_minical .flatcal_busylink:visited {
  color: #236852 !important;
  text-decoration: none;
  background: white !important;
  padding: 10px 6px !important;
}
/* .card-eve {
  display: flex;
  background: #9f0000;
  color: white;
} */
h5.dt {
  padding: 0;
  border-right: 1px solid white;
  margin: 0;
}
.jevbootstrap .mod_events_latest_date,
.jevbootstrap .mod_events_latest_content {
  line-height: 14px;
  margin-top: 1px;
  vertical-align: text-top;
  font-size: 1.5rem;
  font-weight: bold;
}

h5.hr {
  padding: 21px 50px;
  margin: 0;
}
.dt::first-line,
.hr::first-line {
  font-weight: 100;
}
h5.hr a {
  color: #005d4b !important;
}
.moduletable.eve.col-md-6 {
  height: auto;
}
.moduletable.cal.col-md-6 {
  margin-bottom: 4%;
}
.card-eve {
  display: flex;
  background: transparent;
  color: #005d4b;
  position: absolute;
  bottom: 94px;
  /* right: -85%; */
  z-index: 2;
}
td.flatcal_month_label a {
  /* padding-left: 10%; */
}
img.mod_events_link {
  /* filter: grayscale(0); */
  width: 35px;
}
div#calendario h3 {
  font-size: 5rem;
  color: #005d4b;
}
.container-fluid.linhasContainer {
  padding-left: 12px;
}
td.mod_events_latest_first {
  background: transparent !important;
  border: none !important;
}
.mod_events_latest_table tr {
  border: none !important;
}
p.titulo a {
  font-size: 2.3rem;
  font-weight: 600;
  color: #005d4b;
}
.eve-intro p {
  font-size: 2rem;
  color: #9f0000;
  font-weight: 400;
}
.linha-eve {
  background-image: url(../images/Camada5.png);
  height: 21px;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 500px;
}
.cont-eve {
  height: 8vw;
}
td.mod_events_latest {
  /* opacity: 0;
  transition: 2s;
  display: none; */
}
.card-eves br {
  display: none;
}
.mod_events_latest {
  background: transparent !important;
  border: none;
}
.intron {
  display: flex;
  align-items: center;
  height: 70px;
}
