
 .span12 .blogger-feed .custom-rss{
    display:flex !important;
    
  }

.span12.blogger-feed.custom-rss > *{
  margin-left:0;
}

.blogger-feed{
  width:100% ;
 display:flex !important;
  flex-wrap:wrap;
  
}
.blogger-feed .container-tarjetas{
  width:100%;
}
.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: #e4e4e4;
    position: absolute;
    top: 50%;
    left: 0;
    backface-visibility: hidden;
}

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

.custom-rss  .card {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.7s;
  margin-bottom: 2em;
  margin-right:1rem;
  border-radius:var(--rounded-xl);
}

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

  
.custom-rss  .card a {
  color: var(--color-tipografia);
  text-decoration: none;
}

.custom-rss  .card:hover {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
}

.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%;
}

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

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

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

.custom-rss  .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%;
}

.custom-rss  .card:hover .cardThumb img {
  opacity: 0.6;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.custom-rss  .card:hover .cardThumb {
  height: 90px;
}

.custom-rss  .cardBody {
  position: relative;
  padding: 20px;
  height: 185px;
  transition: height 0.7s;
}

.custom-rss  .card:hover .cardBody {
  height: 330px;
}

.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);
}

.custom-rss .cardTitle {
    margin: 0;
    padding: 0 0 10px 0;
    font-size:1.25rem;
    color: var(--color-tipografia);
    font-weight: 600;
  
}

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


.custom-rss  .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;
}

.card:hover .cardSubtitle {
  -webkit-animation: subtitleBlur 0.7s;
  animation: subtitleBlur 0.7s;
}

.cardDescription {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 65px;
  margin: 0;
  padding: 0;
  color: #666C74;
  font-size: 16px;
  line-height: 27px;
  opacity: 0;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition-delay: 0s;
  -webkit-transform: translateY(25px);
  -ms-transform: translateY(25px);
  transform: translateY(25px);
    overflow:hidden;
  height:40%;
}

.custom-rss  .card:hover .cardDescription {
  opacity: 1;
  transition-delay: 0.1s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

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

.custom-rss footer a.more-link {
    font-weight: 800;
    color: var(--color-primario);
    font-size: 14px;
    float: right;
}




.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);
  }
}
@media only screen and (min-width: 768px) {
 .span12.blogger-feed.custom-rss{
  margin-left:0;
  display:grid !important;
   position:relative;
}
  

  
  .span12.blogger-feed.custom-rss.columnas5 .cardTitle {
    font-size: 1.1rem;
}
}

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