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

* {
  margin: 0;
  padding: 0;
  outline: none;
}

body{
	
}


h1{
	color: rgba(42,42,42,1.00);
	font-size: 37px;
	font-family: 'Barlow Condensed', sans-serif;
	margin-left: auto;
	margin-right: auto;
	font-weight: 300;
	margin-top: 140px;
	width: 90%;
	text-align: center;
	display: block;
}


#tarjeta {
  font-family: "Roboto", sans-serif;
 /* background: #353535;*/
  display: flex;
  justify-content:space-around;
  flex-wrap: wrap;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top:30px;
	margin-bottom: 200px;
	
}

.container {
  width: 100%;
  height: 650px;
  margin: 50px auto;
}

.card {
border-radius: 5px;
border: 1px solid rgba(138,138,138,0.10);
box-shadow: -3px 3px 5px rgba(138,138,138,0.20);
text-decoration: none;
	
}

.card-head {
  position: relative;
  height: 450px;
  background: #fa782e;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #000 8%, #BCBCBC 83%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #000 8%, #BCBCBC 83%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(-45deg, #000 8%, #BCBCBC 83%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#BCBCBC', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  border-radius: 5px 5px 0 0;
	overflow: hidden;
	text-decoration: none;
}

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


/*este configura cuadro frontal*/
.product-img {
  position: absolute;
  left: 0;
  margin-top: 0px;
  margin-left: 0px;
	width: 100%;
	height: auto;
	border-radius: 5px 5px 0 0;
	opacity: 0.8;
	transition: all .4s ease 0s;
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	text-align: center;

}

.product-img:hover {
  position: absolute;
  left: 0;
  margin-top: 0px;
  margin-left: 0px;
	width: 100%;
	height: auto;
	border-radius: 5px 5px 0 0;
	opacity: 0.6;
	opacity: 1.0;
	
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}




.product-detail {
  padding: 0 20px;
  font-size: 12px;
  color: #fff;
	text-decoration: none;
	
}

.product-detail h2 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0px;
  padding-bottom: 10px;
	padding-top: 25px;
  text-transform: uppercase;
	text-decoration: none;
	
}

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


/*area blanca de la tarjeta*/
.card-body {
  height: 200px;
  background: #fff;
  border-radius: 0 0 5px 5px;
	margin-top: 0px;
}

.product-title {
  padding: 10px 0px 0px 0px;
  display: block;
  font-size: 33px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: uppercase;
  padding-top: 15px;
  height: 100px;	
}


.product-title b {
  font-weight: 900;
  letter-spacing: 0px;
}


.badge {
  position: relative;
  font-size: 23px;
  font-weight: 700;
  color: #fff;
  background:rgba(0,0,0,1.00);
  padding: 2px 5px;
  border-radius: 4px;
  top: -2px;
  margin-left: 0px;
}


a{
text-decoration: none !important;
color: #fff;
}

.product-caption {
  display: block;
  padding: 0 20px;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
}

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

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

.product-desc{
 
  height: 100px;
  margin-top: 0px;
  padding-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 85%;
}



.product-properties  {
 
  height: auto;
  margin-top: 15px;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 85%;
}


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

.product-size p {
  font-size: 20px;
  padding: 0 0px;
  margin-top: 0px;
  padding-bottom: 5px;
  
}


.ul-size {
  margin-left: 15px;
}

.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: absolute;
  background: #11e95b;
  padding: 7px 20px;
  text-align: center;
  display: inline-block;
  font-size: 24px;
  font-weight: 200;
  color: #fff;
  border-radius: 7px;
  margin-top: -13px;
  margin-left: -5px;
  box-shadow: -10px 20px 15px -10px rgba(17, 233, 91, 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);
}








/*===============================1024px=========================*/


@media all and (min-width:1024px){

	
h1{
	color: rgba(42,42,42,1.00);
	font-size: 15px;
	font-family: 'Barlow Condensed', sans-serif;
	margin-left: auto;
	margin-right: auto;
	font-weight: 300;
	display: none;
}
	
	
#tarjeta {
  font-family: "Roboto", sans-serif;
 /* background: #353535;*/
  display: flex;
  justify-content:space-around;
  flex-wrap: wrap;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 200px;
	
}

.container {
  width: 300px;
  height: 470px;
  margin: 30px auto;
}

.card {
border-radius: 5px;
border: 1px solid rgba(138,138,138,0.10);
box-shadow: -3px 3px 5px rgba(138,138,138,0.20);
	text-decoration: none;
	
}

.card-head {
  position: relative;
  height: 290px;
  background: #fa782e;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #000 8%, #BCBCBC 83%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #000 8%, #BCBCBC 83%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(-45deg, #000 8%, #BCBCBC 83%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#BCBCBC', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  border-radius: 5px 5px 0 0;
	overflow: hidden;
	text-decoration: none;
}

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


/*este configura cuadro frontal*/
.product-img {
  position: absolute;
  left: 0;
  margin-top: 0px;
  margin-left: 0px;
	width: 100%;
	height: auto;
	border-radius: 5px 5px 0 0;
	opacity: 0.9;
	transition: all .4s ease 0s;
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	text-align: center;

}

.product-img:hover {
  position: absolute;
  left: 0;
  margin-top: 0px;
  margin-left: 0px;
	width: 100%;
	height: auto;
	border-radius: 5px 5px 0 0;
	
	opacity: 1.0;
	
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}




.product-detail {
  padding: 0 20px;
  font-size: 12px;
  color: #fff;
	text-decoration: none;
	
}

.product-detail h2 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0px;
  padding-bottom: 10px;
	padding-top: 25px;
  text-transform: uppercase;
	text-decoration: none;
	
}

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


/*area blanca de la tarjeta*/
.card-body {
  height: 180px;
  background: #fff;
  border-radius: 0 0 5px 5px;
	text-decoration: none;
}

.product-title {
  padding: 10px 0px 0px 0px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: uppercase;
	text-decoration: none;
	padding-top: 10px;
	height: 80px;
}

.product-title b {
  font-weight: 900;
  letter-spacing: 0px;
}

.badge {
  position: relative;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background:rgba(0,0,0,1.00);
  padding: 2px 5px;
  border-radius: 4px;
  top: -2px;
  margin-left: 0px;
  text-decoration: none;
}
	
	
a{
text-decoration: none !important;
color: #fff;
	}
	
	
.product-caption {
  display: block;
  padding: 0 20px;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
}

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

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

.product-desc{
 
  height: 80px;
  margin-top: 10px;
  padding-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 85%;
}



.product-properties  {
 
  height: auto;
  margin-top: -10px;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 85%;
}


.product-size h4 {
  font-size: 11px;
  padding: 0 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  
}

.product-size p {
  font-size: 14px;
  padding: 0 0px;
  margin-top: -20px;
  padding-bottom: 5px;
  
}


.ul-size {
  margin-left: 15px;
}

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