@charset "utf-8";
/* CSS Document */

* {
 margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}



.animado{
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	
}

.mostrarArriba{
	animation: mostrarArriba 1s;
}

@keyframes mostrarArriba{
	0% {
		transform: translateY(80px);
	}
	100%{
		transform: translateY(0px);
	}
}


#tarjeta {
  font-family: "Roboto", sans-serif;
  
  display: flex;
  justify-content:space-around;
  flex-wrap: wrap;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

.container {
  width: 330px;
  height: 500px;
  margin: 30px auto;
}

.card {
  border-radius: 8px;
  box-shadow: -8px 8px 2px rgba(0, 0, 0, 0.0);
	transition: all 0.2s ease-in-out .3s;
	-webkit-transition: all 0.2s ease-in-out .3s;
	-moz-transition: all 0.2s ease-in-out .3s;
	-o-transition: all 0.2s ease-in-out .3s; 
	-ms-transition: all 0.2s ease-in-out .3s;
}

.card:hover {
  border-radius: 8px;
  box-shadow: -8px 8px 2px rgba(0, 0, 0, 0.1);
}


.card-head {
  position: relative;
  height: 270px;
  background: #000;
 
  border-radius: 8px 8px 0 0;
}

.card-logo {
  width: 55px;
  margin: 20px;
}

.product-img {
  position: absolute;
  left: 0;
  margin-top: 0px;
  margin-left: 0px;
	width: 100%;
	height: 270px;
	border-radius: 8px 8px 0 0;
	opacity: 0.9;
}

.product-detail {
  padding: 0 0px;
  font-size: 12px;
  color: #fff;
	z-index: 101;
	  position: absolute;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.product-detail h2 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: uppercase;
	z-index: 101;
	background-color:rgba(0,0,0,0.70);
  padding: 8px 20px;
	width: 330px;
	height: 50px;
	border-radius: 8px 8px 0 0;
	
	
}

.back-text {
  display: inline-block;
  font-size: 97px;
  font-weight: 800;
  margin-left: -7px;
  margin-top: 60px;
  opacity: 0.5;
}

.card-body {
  height: 230px;
  background: #fff;
  border-radius: 0 0 8px 8px;
}

.product-title {
  padding: 20px 20px 5px 20px;
  display: block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.product-title b {
  font-size: 11px;
  letter-spacing: 0px;
	
}

a{
text-decoration: none;	
}


.badge {
  position: relative;
  font-size: 13px;
  font-weight: 900;
  color:rgba(0,0,0,1.00);
  background-color:rgba(249,221,31,1.00);

  padding: 8px 10px;
  border-radius: 0px;
  top: 200px;
  float: right;
  margin-right: 0px;
  margin-left: 0px;
  letter-spacing: 0px;
  z-index: 101;
	
}

.product-caption {
  display: block;
  padding-left: 20px;
	padding-right: 20px;
  font-size: 13px;
  font-weight: 500;
  /*text-transform: uppercase;*/
	margin-bottom: 15px;
	margin-top: -10px;
	line-height: 18px;
}

.product-rating {
  padding: 0 20px;
  font-size: 11px;
}

.product-rating i.grey {
  color: #acacab;
}

.product-size  {
 
  margin-top: 0;
  text-align: left;
}


.product-size h4 {
  font-size: 11px;
  padding: 0 21px;
  margin-top: -20px;
  padding-bottom: 0px;
  text-transform: uppercase;
	
}

.ul-size {
  
	margin-bottom: 10px;
	display: flex;
  justify-content:space-around;
  flex-wrap: wrap;
	width: 90%;
	float: left;
	
	
}

.product-size .ul-size .metros {
  float: left;
	padding-right: 17px;
 padding-left: 20px;
	position: relative;
}   


.product-size .ul-size .metros p{
  font-size: 12px;
  font-weight: 800;
	padding-left: 2px;
 
}



.product-size .ul-size .habitacion {
 padding-right: 15px;
 position: relative;
	float: left;
	text-align: center;
} 

.product-size .ul-size .habitacion p{
  font-size: 12px;
  font-weight: 800;
  /*padding-left: 20px;*/
	
}

.product-size .ul-size .wc {
 padding-right: 15px;
 position: relative;
	float: left;
	text-align: center;
}


.product-size .ul-size .wc p{
  font-size: 12px;
  font-weight: 800;
 
	
}

.product-size .ul-size .estacionamiento {
 
 position: relative;
	float: left;
	text-align: center;
}


.product-size .ul-size .estacionamiento p{
  font-size: 12px;
  font-weight: 800;
  
	
}


.ul-size li {
  list-style: none;
  float: left;
  margin-right: 20px;
}

.ul-size li a {
  display: inline-block;
  text-decoration: none;
  font-size: 11px;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  text-align: center;
  line-height: 23px;
  color: #000;
}

.ul-size li a.active {
  background: #f35e3d;
  color: #fff;
}

.product-size:before,
.product-size:after {
  content: "";
  display: block;
  clear: both;
}

.product-color h4 {
  font-size: 11px;
  padding: 0 21px;
  margin-top: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.ul-color {
  margin-left: 27px;
}

.ul-color li {
  list-style: none;
  float: left;
  margin-right: 20px;
}

.ul-color li a {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
}

.ul-color li a.orange {
  background: #f35e3d;
}

.ul-color li a.green {
  background: #11e95b;
}

.ul-color li a.yellow {
  background: #ffd414;
}

.ul-color li a.active:after {
  position: absolute;
  content: "";
  display: inline-block;
  border: 1px solid #f35e3d;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  margin-left: -5px;
  margin-top: -5px;
}

.product-price {
  position: relative;
  /*background-color:rgba(140,7,9,0.80);*/
	background-color:rgba(0,0,0,0.90);
  padding: 7px 20px;
  text-align: center;
  display: inline-block;
  font-size: 17px;
  font-weight: 200;
  color: #fff;
  border-radius: 0px;
  margin-top: 20px;
  margin-left: 0px;
	float: right;
	margin-right: -10px;
  box-shadow: -10px 7px 9px -1px rgba(0, 0, 0, 0.3);
}

.product-price b {
  margin-left: 5px;
}

.yt {
  position: fixed;
  padding: 7px 10px 3px 10px;
  top: 5px;
  right: 5px;
  background: rgba(0, 0, 0, 0.1);
}

.yt:hover {
  background: rgba(0, 0, 0, 0.2);
}
