.carrusel-estilo-texto{
    position: absolute;
    right: 5%;
    bottom: 20px;
    left: 5%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
  }

.cuadro-margen{
    margin: 2rem;
}

.container-card-padding{
  padding: 2rem;
}

.contenedor{
  width: 100%;
  max-width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;

}
.card-articulo{
  height: 100%;
  max-height: 500px;
  overflow: hidden;
  max-width: 500px;
/*   padding-right: 3%;
  padding-top: 32px; */
}

.card-center{
  height: 200px;
/*   display: flex;
  align-items: center;
  justify-content: center; */
  margin-bottom: 50px;
}

.card-container-img{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;

}
.card-img{
  width: 100%;
  max-width: 400px;
  height: 100%;
  max-height: 200px;
}
.card-content{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(45, 27, 88, 0.8), rgba(255, 255, 255, 0));
}

.card-author{
  position: absolute;
  bottom: 0px;
  left: 15px;
}
.author-size{
  font-size: 0.8rem !important;
}
.card-description{
  height: 100%;
  max-height: 400px;
}

.card-category{
  color: #626A70 !important;
  font-size: 0.8rem !important;
}
.color-reloj{
  color: #D9D9D9 !important;
}

.c-area{
  display: flex;  
  align-items: center;
}

.etiquetaLab{
  
  font-size: 0.8vw !important;
  color: #fff !important;
  font-weight: 300 !important;
  padding: 0.1vw 0.8vw;    
}
.img-grande{
  width: 800px; 
  height: 700px; 
}

.color-IDEA{
  background-color: #4D2D73;
}
.color-planeo{
  background-color: #742885;
}
.color-rubrik{
  background-color: #18331C;
}



.paginacion {
	margin:20px 0;
}

.paginacion ul {
	list-style:none;
	text-align: center;
}

.paginacion ul li {
	display:inline-block;
	margin-right:10px;
}

.paginacion ul li a {
	display:block;
	padding:3px 10px;
	color:#170D2C;
	background:#F7F5FE;
	text-decoration: none;
  border: none;
}

.paginacion ul li a:hover {
	background:#7854CB;
  color: #F7F5FE;
  border-radius: 5px;
}

.paginacion ul li .pgActiva {
	background:#7854CB !important;
  color: #F7F5FE !important;
  border-radius: 5px;
}



  @media only screen and (max-width: 730px) and (min-width: 340px) {
    .carrusel-estilo-texto{        
        bottom: 0px;
      }
      .card-center{       
        margin-bottom: 10px;
      }
  }