.todaoferta_posgrado label{
  color:var(--color-primario);
}

.contenedor-tarjetasGrid-3 {
  display:grid;
  grid-gap:1rem;
  grid-template-columns: repeat(3, 1fr );
  grid-auto-flow:dense;
  width:100%;
  padding:2rem 0;
}

.contenedor-tarjetasGrid-2 {
  grid-template-columns: repeat(2, 1fr );
}

.card h1 , .card h2 , .card h3 , .card h4   {
  text-transform: none;
}

.tarjetaSinfoto .cardBody{
  height: auto;
}

.card.tarjetaSinfoto:hover .cardBody{
  height: auto;
}

.tarjetaSinfoto:hover .cardDescription{
  display:none;
}

.tarjetaSinfoto .meta_descripcion{
  font-size:13px;
  color:#666;
  padding:0 0 1rem;
}

.contenedor-titulos{
  position:relative;
}

.contenedor-titulos:after {
    content: '';
    width: 90%;
    height: 2px;
    padding-right: 15px;
    background: #f3f3f1;
    position: absolute;
    top: 50%;
    left: 0;
    backface-visibility: hidden;
}

.todaoferta_posgrado h2.custom-title{
    font-size: 1.4em;
    letter-spacing: .7px;
   display:inline-block;
  position:relative;
  padding-right:2rem;
  z-index:1;
  background-color:white;
}

.todaoferta_posgrado .card {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 1em;
  margin-right:2rem;
  border-radius:12px;
  width: 100%;
   box-shadow: 0 0px 10px 3px rgba(0,0,0,0.1);
}

.noresults{
  margin-top:7rem;
  text-align:center;
}

.todaoferta_posgrado .card:hover{
  box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
  transform:translateY(-1px);
  transition:.2s;
}

.todaoferta_posgrado .card .cardThumb img{
  object-position:top;
}

  
.todaoferta_posgrado .card a {
  color: var(--color-primario);
  text-decoration: none;
}


.todaoferta_posgrado .cardDate {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  padding-top: 10px;
  color: #FFF;
  text-align: center;
  line-height: 13px;
  font-weight: bold;
  background-color: var(--color-primario);
  border-radius: 50%;
}

.nice-select.open .list{
  z-index:999;
}


.cardDateDay {
  display: block;
  font-size: 14px;
}

.cardDateMonth {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
}

.todaoferta_posgrado .cardThumb {
  height: 235px;
  overflow: hidden;
  background-color: var(--color-tipografia);
  transition: height 0.7s;
}

.todaoferta_posgrado .cardThumb img {
  display: block;
  opacity: 1;
  transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, transform 0.7s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  object-fit:cover;
  height: 100%;
  width: 100%;
}




.todaoferta_posgrado .cardBody {
  position: relative;
 padding: 20px 20px 40px;
  height: auto;
  transition: height 0.7s;
   margin-bottom:1rem;
}

.todaoferta_posgrado .cardBody:before {
    content: '';
    width: 120%;
    height: 5px;
    position: absolute;
    background: var(--color-primario);
    top: -1%;
    left: -20px;
}

.todaoferta_posgrado .cardCategory {
  position: absolute;
  left: 0;
  top: -25px;
  height: 25px;
  padding: 0 15px;
  color: #FFF;
  font-size: 11px;
  line-height: 25px;
  text-transform: uppercase;
  background-color: var(--color-primario);
}

.todaoferta_posgrado .cardTitle {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 1.4rem;
    font-weight: 600;
    color:var(--color-primario);
  
}

.todaoferta_posgrado .cardMeta{
  display:flex;
  flex-direction:row;
  color:#777;
  list-style:none;
  padding:0;
  font-weight: 700;
  font-size:14px;
  align-items:center;
}

.todaoferta_posgrado .cardMeta li{
  margin-right:.5rem;
  list-style:none;
  background-size:0;
  padding:0;
}



.todaoferta_posgrado .cardMeta li:first-child{
  border-right: 1px solid #ddd;
  padding-right:.5rem;
  white-space: nowrap;
}

.todaoferta_posgrado .cardDescription_myfeed{
  color:#777;
  flex:1;
}

.todaoferta_posgrado .card:hover .cardTitle a {
    text-decoration: underline;
}


.cardSubtitle {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 19px;
  color: darkorange;
}

.topic-link h5 {
    color: white ;
    font-family: roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 13px;
    line-height:24px !important;
}


 .todaoferta_posgrado .cardFooter {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  font-size: 11px;
  color: #A3A9AB;

}

footer a.more-link {
    color: var(--color-primario);
    font-size: 16px;
}

footer a.more-link i {
  font-size:18px;
  margin-left:1rem;
}




.blog .blog-content h2 a {
    font-family: 'Zilla Slab',serif !important;
    font-size: 22px !important;
    color: #09323b !important;
    line-height: 1 !important;
    font-weight: 400 !important;
}

@-webkit-keyframes titleBlur {
  0% {
    opacity: 0.6;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.6);
  }
  100% {
    opacity: 1;
    text-shadow: 0px 5px 5px transparent;
  }
}

@keyframes titleBlur {
  0% {
    opacity: 0.6;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.6);
  }
  100% {
    opacity: 1;
    text-shadow: 0px 5px 5px transparent;
  }
}

@-webkit-keyframes subtitleBlur {
  0% {
    opacity: 0.6;
    text-shadow: 0px 5px 5px rgba(255, 140, 0, 0.6);
  }
  100% {
    opacity: 1;
    text-shadow: 0px 5px 5px rgba(255, 140, 0, 0);
  }
}

@keyframes subtitleBlur {
  0% {
    opacity: 0.6;
    text-shadow: 0px 5px 5px rgba(255, 140, 0, 0.6);
  }
  100% {
    opacity: 1;
    text-shadow: 0px 5px 5px rgba(255, 140, 0, 0);
  }
}

  
.todaoferta_posgrado .cardTitle {
 margin: 0;
    padding: 0 0 10px 0;
    font-size: 1.4rem;
    color: var(--color-primario);
    font-weight: bold;
    font-weight: 700;
}
  
.todaoferta_posgrado  .span12.blogger-feed.custom-rss.columnas5 .cardTitle {
    font-size: 1.1rem;
}
}


.ver-mas{
  position: absolute;
left: 15px;
bottom: -20px;
}


@media only screen and (min-width: 768px) {
.todaoferta_posgrado {
  margin-left:0;
  display:grid !important;
   position:relative;
}
}

@media only screen and (max-width: 768px) {
  .todaoferta_posgrado .card{
    grid-column:span 3 !important;
  }
}
 