body {
  background: #EFF0F1;
}

.cards-list {
  z-index: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
/*
.cards-list {
  z-index: 0;
  width: 60%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

*/

hr.new5 {
	border: 1px solid #d1e7fd;
	border-radius: 1px;
	}

/*
.cards-list {
  z-index: 0;
  width: 80%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
*/
h1 {
 text-align: center;
 margin-top: 2em;
 font-weight: normal;
 font-size: 22px;
}


h2 {
  font: 18px sans-serif;
  margin-top: 50px;
  text-align: center;
}
h2.linea {
  position: relative;
  z-index: 1;
}
h2.linea:before {
  border-top: 2px solid #ffffff;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 80%;
  z-index: -1;
}
h2.linea span {

  background: #EFF0F1;
  padding: 0 15px;
}


.center {
	margin-top: 8em;
	text-align: center;
	color: #cccfd0;
}

.linko {
	margin-top: 2em;
	text-align: center;
	color: #999;
	text-decoration: none; 
}			

.container {
  margin: 30px auto;
  max-width: 100%;
  display: block;
  text-align: center;
}
.containerpeque {
  margin: 10px 0px 0px 0px;
  max-width: 100%;
  display: block;
  text-align: center;
  background: #fbfbfb;

}
			
.card {
  margin: 30px 20px;
  width: 150px;
  height: 150px;
  border-radius: 10px;
box-shadow: 0px 5px 3px 0px rgba(191, 193, 194, 0.05), 0px 5px 3px 0px rgba(191, 193, 194, 0.05);
  cursor: pointer;
  transition: 0.4s;
}

.card .card_image {
  width: inherit;
  height: inherit;
  border-radius: 10px;
}

.card .card_image img {
  width: inherit;
  height: inherit;
  border-radius: 10px;
  object-fit: cover;
}

.card .card_title {
  text-align: center;
  border-radius: 0px 0px 40px 40px;
  font-family: sans-serif;
  font-weight: normal;
  font-size: 16px;
  margin-top: -5px;
  height: 20px;
}

.card:hover {
  transform: scale(0.9, 0.9);
  box-shadow: 0px 5px 3px 0px rgba(191, 193, 194, 0.05), 
    0px 5px 3px 0px rgba(191, 193, 194, 0.05);
}

.title-white {
  color: white;
}

.title-black {
  color: black;
}

@media all and (max-width: 500px) {
  .card-list {
    /* On small screens, we are no longer using row direction but column */
    flex-direction: column;
  }
}


/*
.card {
  margin: 30px auto;
  width: 300px;
  height: 300px;
  border-radius: 40px;
  background-image: url('https://image.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.25), -5px -5px 30px 7px rgba(0,0,0,0.22);
  transition: 0.4s;
}
*/
