.position, .main .card .card-excerpt {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.flex-center, footer .copyright-feed, .main .show-more, .main .card .card-excerpt, .main .card .card-date, .main .title-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-excerpt-active {
  opacity: 1 !important;
}


.main {
  height: auto;
}
.main .title-wrapper h1 {
  font-size: 3rem;
	font-family: 'Montserrat', sans-serif;
}
.main .card-one {
  background: url("../css/btn-proyectoventa/home-edificio-montemar1.jpg");
}
.main .card-two {
  background: url("../css/btn-proyectoventa/home-edificio-marpacifico1.jpg");
}
.main .card-three {
  background: url("../css/btn-proyectoventa/home-edificio-huasco1.jpg");
}
.main .card-four {
  background: url("#");
}

.main .card {
  position: relative;
  height: 500px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transition: all 0.5s ease-in-out;
}
.main .card:hover {
  background-size: 105%;
}
.main .card .card-date {
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  flex-direction: column;
  padding: 12px;
  width: auto;
  height: 20px;
  color: #fff;
  background: #00aaff;
	background: rgba(0, 170, 255, 0.70);
		font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 500
}
.main .card .card-date2 {
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  flex-direction: column;
  padding: 12px;
  width: auto;
  height: 20px;
  color: #fff;
  background: #00aaff;
	background: rgba(255, 0, 0, 0.90);
		font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 600;
}
.main .card .card-date .day {
  font-weight: 700;
  font-size: 20px;
}
.main .card .card-date .month {
  font-weight: 500;
  font-size: 14px;
	font-family: 'Montserrat', sans-serif;
}
.main .card .card-excerpt {
  height: 100%;
  width: auto;
  padding: 0 20px;
  background: rgba(0, 170, 255, 0.75);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.main .card .card-excerpt a {
  text-decoration: none;
  color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
  font-size: 18px;
	border: thin solid #FFFFFF;
	padding: 5px;
}
.main .card .card-excerpt a p span {
  color: #FFF;
	font-family: 'Montserrat', sans-serif;
  text-decoration: underline;
	font-weight: 600;
  font-size: 18px;
	border: thin solid #FFFFFF;
}
.main .card .card-title {
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-left: 10px;
	padding-top: 5px;
  padding-bottom: 5px;
}
.main .card .card-title a {
  text-decoration: none;
  color: #fff;
}
.main [class~=card]:last-of-type {
  margin-bottom: 16px;
}
.main .show-more {
  background: #F76E5F;
  color: #fff;
  font-weight: bold;
  height: 50px;
  width: 100%;
  text-transform: uppercase;
  margin: 16px 0;
  border-radius: 2px;
  outline: none;
  transition: all 0.14s ease 0s;
}
.main .show-more:hover {
  background: #444;
  text-decoration: none;
}
