
.proximamente{
   animation-name: parpadeo;
  animation-duration: 1.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

    -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 1.3s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.2; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.2; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.2; }
  100% { opacity: 1.0; }
}

a{ text-decoration: none; }
h1,h2 { font-family: 'ZCOOL XiaoWei' !important }
.font-zcool { font-family: 'ZCOOL XiaoWei' !important }

.yewel-title{ 
	font-size: 1.6em; 
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
	text-align: center;
	background-color: white;
	padding: 0 15px;
	position: relative;
	overflow: hidden;
}

.yewel-title:before, .yewel-title:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 48%;
    height: 1px;
    content: '\a0';
    background-color: #333;
}
.yewel-title:before {
    margin-left: -49%;
    text-align: right;
}

.yewel-title:after {
    margin-left: 1%;
}

/*MENU*/
@media(min-width: 768px){
  .site-header .toolbar .site-brand{
    display: none;
  }
  .site-header.navbar-stuck .toolbar .site-brand{
    display: flex;
  }
}

/*INICIO SLIDER*/
.hero-slider>.owl-carousel {
   min-height: auto !important;
}

.hero-slider>.owl-carousel.main{
  min-height: 480px;
}

.hero-slider .titles{
  left: 10%;
  bottom: 10%;
  z-index: 10;
}

.hero-slider .titles h5{
  margin-bottom: 3px;
  text-transform: uppercase;
  font-size: 15px;
  opacity: 0.4;
  transition: all .8s 100ms;
  font-size: 13px;
  /*cursor: pointer;*/
}

.hero-slider .titles h5.active{ 
  color: #F595BA ;
  /*font-size: 14px;*/
  opacity: 1;
}
.hero-slider .titles h5::before{
  content: '';
  display: inline-block;
  height: 16px;
  width: 1px;
  background-color: transparent;
  position: relative;
  right: 6px;
  top: 3px;
  transition: all .8s 100ms;
}

.hero-slider .titles h5.active::before{
  background-color: #F595BA;
}

.hero-slider .subtitles{
  bottom: 10%;
  right: 10%;
  z-index: 10;
  width: 30%;
}

.hero-slider .subtitles h3{
  color: black;
  text-transform: uppercase;
  /*color: #F595BA;*/
  font-weight: 100;
  font-size: 3.2em;
  margin-bottom: 0;
  text-align: right;
}

/*MENU*/
@media (min-width: 769px) {
  .site-logo img{
    left: 50%;width: auto;transform: translate(-50%,-50%);max-width: 200px;height: auto !important;top: 50%;
    position: absolute;
    /*top:0;*/
  }
}

@media(max-width: 768px){
  .site-header .site-branding .site-logo{
    width: unset;
  }

  .site-header .site-branding{
    min-height: 80px;
  }
}

/*INICIO CATEGORIAS*/
.category {
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  text-align: left;
}

.category * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.category:after {
  background-color: white;
  opacity: 0.6;
  top: 0;
  bottom: 0;
  content: '';
  left: -100%;
  position: absolute;
  width: 200px;
  box-shadow: 0 0 100px white;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.category > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  line-height: 1em;
  opacity: 1;
}

.category h3 {
	position: absolute;
	
	font-size: 2.6em;
	font-weight: 400;
	line-height: 1.1em;
	margin: 0;
	color: white;
	/*text-shadow: 1px 1px 4px #333;*/
	top: 62%;
	left: 0;
	text-align: center;
	width: 100%;
}

.category span {
	position: absolute;
    top: 85%;
    font-size: 0.65em;
    font-weight: 400;
    color: white;
    text-transform: uppercase;
    left: 50%;
    transform: translateX(-50%);
    padding: 2px 20px;
    background-color: rgba(255,255,255,.2);
    border: 1px solid white;
    letter-spacing: 3px;
    opacity: 0;
}

.category:hover > img{
  opacity: 0.4;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.category:hover h3{
	bottom: 30px;
}

.category:hover span{
	top: 75%;
	opacity: 1;
}

.category:hover:after {
  left: 200%;
}

.category:hover div{
  opacity: 1;
}

@media(max-width: 768px){
	.category h3{
		font-size: 2.4em;
	}
	.category span{
		top: 74%;
		font-weight: bold;
		opacity: 1;
	}
}

/*PRPODUCT CARD*/
.product-card:hover .quick-cart{
	bottom: 0;
}

.quick-cart{
	width: 100%;
	height: 40px !important;
	position: absolute;
	bottom: -47px;
	transition: all .4s;
}

.quick-cart select{
	flex:1;
	background-color: #f8f8f8;
	height: 40px !important;
	border:none;
	font-size: 11px;
	padding: 0 10px;
	text-transform: uppercase;
  display: inline-block;
  width: calc(50% - 20px);
  float: left;
}

.quick-cart select{
	border-right: 1px solid #888;
}

.quick-cart button{
	width: 40px;
  height: 40px;
  float: left;
}

.quick-cart select.form-control:focus{
	background-color: #f8f8f8 !important;
}

@media(max-width: 768px){
  .quick-cart{
    bottom: -1px;
  }
}

/*FOOTER*/
footer{overflow: hidden}
footer img{
  object-fit: cover;
}
footer .first{
  background-color: #eac4ce;
  opacity: .75;
}

footer .second{
  background-color: #f7b7c8;
  opacity: .75;
}

footer *{
  color: #111;
}

footer a:hover{
  color: black;
}

footer .widget-title{
  text-transform: uppercase;
}

footer .first a {
  border: 1px solid black;
  border-radius: 3px;
  padding: 2px 25px;
}

footer .first a:hover{
  color: black !important;
}

footer .first i {
  font-size: 16px;
  margin-right: 3px;
  margin-top: 2px;
  position: relative;
  top: 1.5px;
}

footer .second ul a{ display: inline-block; line-height: 7px }
footer .second ul a::after{
  content: '';
  display: inline-block;
  width: 1%;
  opacity: 0;
  height: 1px;
  background-color: black;
  transition: all .4s;
}

footer .second ul a:hover::after{
  width: 100%;
  opacity: 1;
}

/*BACKSTAGE*/
.back-container{
  position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

.back-video{
      position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

