
 .span12 .blogger-feed .recommended-post > span{
    display:flex !important;
    flex-direction:column;
    position:relative;
  
  }

.span12.blogger-feed.recommended-post > *{
  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;
}

.contenedor-titulos{
  position:relative;
  margin-top:1em;
  margin-bottom:1em;
}

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

h2.custom-title{
   display:inline-block;
  position:relative;
  padding-right:2rem;
  z-index:1;
  background-color:white;
}

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

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

  
.card a {
  color: inherit;
  text-decoration: none;
}

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

.cardThumb {
  height: 235px;
  overflow: hidden;
  background-color: #000;
  transition: height 0.7s;
}

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

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

.card:hover .cardThumb {
  height: 90px;
}

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

.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);
  display:flex;
}
.cardCategory a {
  display:flex;
  justify-content:center;
  align-content:center;
}

.cardCategory h5{
 margin: 0;
  align-self: center;}

.recommended-post .cardTitle {
    margin: 0;
    padding: 0 0 10px 0;
    color: #000;
    font-weight: 600;
    font-size:1.25rem;
  
}

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

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

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

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.recommended-post > span{
  margin-left:0;
  display:grid !important;
  grid-template-columns: repeat(auto-fill, minmax(calc(100% / 4), auto));
  
}
  
  .span12.blogger-feed.recommended-post > .hs_cos_wrapper{
    width:100%;
  }
  
.recommended-post .cardTitle {
    margin: 0;
    padding: 0 0 10px 0;
    color: #000;
    font-weight: bold;
    font-weight: 600;
}
  

}