* {
  font-family: Muli;
}
.pmvs {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.aligncenter {
  margin: 0 auto;
}

.circular .box-footer {
  padding: 10%;
}
.circular .box-footer {
  font-size: 1.2em;
  margin-bottom: 25px;
  text-align: justify;
}

.centrar {
  text-align: center;
}

.circular .firma {
  text-align: center !important;
  color: #43546a;
  margin-top: 45px;
  font-style: italic;
  font-weight: bold;
}
.circular .firma .nombre {
  color: #f17c00;
}

.grid-item-content {
  text-align: justify;
}

.grid-item a {
  color: #333;
}
.grid-item .postmetadata {
  margin-top: 10px;
}
.grid-item .postmetadata a,
.grid-item .box-footer a {
  color: #3c8dbc;
}

.main-header .navbar,
.box {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(80, 80, 80, 0.75);
  -moz-box-shadow: 0px 5px 20px 0px rgba(80, 80, 80, 0.75);
  box-shadow: 0px 5px 20px 0px rgba(80, 80, 80, 0.75);
}

.navbar-nav > .messages-menu > .dropdown-menu {
  width: 485px;
}

.table-striped > tbody > tr:nth-of-type(2n + 1) {
  background-color: #c2dbf24d;
}

#calendarioNombres h5,
#calendarioNombres h4 {
  font-size: 0.8em;
}
#calendarioNombres {
  max-height: 250px;
  overflow: scroll;
}

.card {
  display: block;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.25s;
}
.card:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.img-card {
  width: 100%;
  height: 200px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  display: block;
  overflow: hidden;
}
.img-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: all 0.25s ease;
}
.card-content {
  padding: 15px;
  text-align: left;
}
.card-title {
  margin-top: 0px;
  font-weight: 700;
  font-size: 1.65em;

  height: 115px;
  line-height: 115px;
  overflow: hidden;
}
.card-title a {
  color: #000;
  text-decoration: none !important;

  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.card-read-more {
  border-top: 1px solid #d4d4d4;
}
.card-read-more a {
  text-decoration: none !important;
  padding: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.breadcrumb {
  margin: 10px 0;
}

.gridcircular .gcexcerpt {
  font-size: calc(8px + 0.4vw);
  text-align: justify;
}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.row.display-flex > [class*="col-"] {
  flex-grow: 1;
}
.row.display-flex .box {
  height: 100%;
}
