@font-face {
  font-family: "elaparador.com.mx";
  src: url("../fonts/BerlinSansFB-Reg.ttf");
  src: 
  url("../fonts/BerlinSansFB-Reg.eot?#iefix") format("embedded-opentype"),
  url("../fonts/BerlinSansFB-Reg.svg#BerlinSansFB-Reg") format("svg"),
  url("../fonts/BerlinSansFB-Reg.woff") format("woff"),
  url("../fonts/BerlinSansFB-Reg.woff2") format("woff2");
  }
  
/* Pantallas grandes */
@media screen and (min-width: 1824px) {
  .back-img-el-aparador {
    font-size: 1.7rem;
  }
  .view-ninth p  {
    font-size: 1rem !important;
  }

}

/* Laptops, iPad-Pro */
@media only screen and (min-device-width : 1080px) and (max-device-width : 1368px) {
  .back-img-el-aparador {
    font-size: 1.8rem;
  }

  .view-ninth p  {
    font-size: 1.2rem !important;
  }

}

/* Tablet, iPad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1079px) {
  .back-img-el-aparador {
    font-size: 1.3rem;
  }

  .view-ninth p  {
    font-size: .8rem !important;
  }

}

/* smartphones */
@media screen and (max-width: 767px) {
  .back-img-el-aparador {
    font-size: 1rem;
  }
  .view-ninth p {
    font-size: .9rem !important;
  }
}

.container-el-aparador {
	width: 100%;
	/* padding-right: 15px; */
	/* padding-left: 15px; */
	margin-right: auto;
	margin-left: auto;
}

.img-el-aparador {
	background-image: url("../../comun/img/portada.webp");
	background-position: center;
  background-size: cover;
  position: relative;
}

.img-el-aparador2 {
	background-image: url("../../comun/img/portada.webp");
	background-position: center;
  background-size: cover;
  position: relative;
}

.back-img-el-aparador {
	background-color: rgb(0, 0, 0, 0.5);
  border-radius: 1.5em;
  color: white;
  width: 100%;
  height: auto;
  padding: 4%;
  margin-top: 10px;

}

.stroke {
  font-family: 'elaparador.com.mx';
  font-weight: normal;
  font-style: normal;  
  text-align:center;
  color: rgb(153, 0, 0);
  font-size: 1.5rem;
  letter-spacing: 0;
  text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
  -moz-text-stroke-width: .1px;
  -webkit-text-stroke-width: .1px;
  -moz-text-stroke-color: #000000;
  -webkit-text-stroke-color: #ffffff;

  }

.back-img-tienda {
	background-color: rgba(0, 0, 0, 0.4);
  border-radius: 1.5em;
  color: white;
  width: 90%;
  padding-top: 5%;
  padding-bottom: 5%;
  margin-top: 3%;
}

.text-orange {
  color: #fd7e14 !important;
}

a.text-orange:hover, a.text-orange:focus {
  color: #ffb375 !important;
}

.viñeta {
  width: 5.5rem;
  position: absolute;
  top: -1.5rem;
  right: -0.5rem;
  border-radius: 10rem 10rem 10rem 0rem;
  z-index: 1;
}

.viñeta-danger, .viñeta-warning, .viñeta-orange {
  background: #343a40a8;
}

.viñeta .fa{
  animation: vaiven 2s infinite;
}

@keyframes vaiven{
  15%{
    transform: translateX(-25%) rotate(-10deg);
  }
  30%{
    transform: translateX(20%) rotate(5deg);
  }
  45%{
    transform: translateX(-10%) rotate(-3deg);
  }
  60%{
    transform: translateX(5%) rotate(2deg);
  }
  75%{
    transform: translateX(-3%) rotate(-1deg);
  }  
}

.fire {
  animation: animation 1s ease-in-out infinite alternate;
  -moz-animation: animation 1s ease-in-out infinite alternate;
  -webkit-animation: animation 1s ease-in-out infinite alternate;
  -o-animation: animation 1s ease-in-out infinite alternate;
}

.burn {
  animation: animation .65s ease-in-out infinite alternate;
  -moz-animation: animation .65s ease-in-out infinite alternate;
  -webkit-animation: animation .65s ease-in-out infinite alternate;
  -o-animation: animation .65s ease-in-out infinite alternate;
}

@keyframes animation
{
0% {text-shadow: 0 0 20px #fefcc9,
  5px -5px 5px #feec85,
  -5px -5px 5px #ffae34,
  5px -5px 5px #ec760c,
  -5px -5px 5px #cd4606,
  0 -5px 5px #973716,
  5px -5px 5px #451b0e;}
/* 100% {text-shadow: 0 0 20px #fefcc9,
  10px -10px 30px #fefcc9,
  -20px -20px 40px #feec85,
  22px -42px 60px #ffae34,
  -22px -58px 50px #ec760c,
  0 -82px 80px #cd4606,
  10px -90px 80px  #973716;} */
}

@-moz-keyframes animation
{
0% {text-shadow: 0 0 20px #fefcc9,
  5px -5px 5px #feec85,
  -5px -5px 5px #ffae34,
  5px -5px 5px #ec760c,
  -5px -5px 5px #cd4606,
  0 -5px 5px #973716,
  5px -5px 5px #451b0e;}
/* 100% {text-shadow: 0 0 20px #fefcc9,
  10px -10px 30px #fefcc9,
  -20px -20px 40px #feec85,
  22px -42px 60px #ffae34,
  -22px -58px 50px #ec760c,
  0 -82px 80px #cd4606,
  10px -90px 80px  #973716;} */
}

@-webkit-keyframes animation
{
0% {text-shadow: 0 0 20px #fefcc9,
  5px -5px 5px #feec85,
  -5px -5px 5px #ffae34,
  5px -5px 5px #ec760c,
  -5px -5px 5px #cd4606,
  0 -5px 5px #973716,
  5px -5px 5px #451b0e;}
/* 100% {text-shadow: 0 0 20px #fefcc9,
  10px -10px 30px #fefcc9,
  -20px -20px 40px #feec85,
  22px -42px 60px #ffae34,
  -22px -58px 50px #ec760c,
  0 -82px 80px #cd4606,
  10px -90px 80px  #973716;} */
}

@-o-keyframes animation
{
0% {text-shadow: 0 0 20px #fefcc9,
  5px -5px 5px #feec85,
  -5px -5px 5px #ffae34,
  5px -5px 5px #ec760c,
  -5px -5px 5px #cd4606,
  0 -5px 5px #973716,
  5px -5px 5px #451b0e;}
/* 100% {text-shadow: 0 0 20px #fefcc9,
  10px -10px 30px #fefcc9,
  -20px -20px 40px #feec85,
  22px -42px 60px #ffae34,
  -22px -58px 50px #ec760c,
  0 -82px 80px #cd4606,
  10px -90px 80px  #973716;} */
}


.cajas{
  border-radius: .5rem !important;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

.box{
  border-radius: .5rem !important;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.box-sm{
  width: 100%;
  height: 100%;
  background: #CCC;
  overflow: hidden;
}

.box-xs{
  width: 100%;
  height: 110px;
  overflow: hidden;
}

.box img, .box-sm img, .box-xs img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(.96);
  transform: scale(.96);
  transition: all .5s ease-in-out;
}

.box:hover img, .box-sm:hover img, .box-xs:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all .5s ease-in-out;
}

@supports(object-fit: cover){
    .box img, .box-sm img, .box-xs img{
      height: 100%;
      object-fit: cover;
      object-position: center center;
    }
}

.precios{
  overflow: hidden;
  text-align: center;
  position: relative;
  height: auto; 
}

.precios .flyout{
  background: rgba( 255, 255, 255);
  bottom: -100%;
  height: 100%;
  left: 0%;
  text-align: center;
  position: absolute;
  transition: bottom 0.5s ease;
  width: 100%;
}

.precios:hover .flyout
{
  bottom: 0%;
}

.fab {
    padding: 7px;
    font-size: 3rem;
    width: 4rem;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
  }
  
  .fa:hover {
      opacity: 0.7;
  }
  
  .fa-facebook-f {
    background: #3B5998;
    color: white;
  }
  
  .fa-telegram {
    background: #007bff;
    color: white; 
  }
  
  .fa-twitter {
    background: #55ACEE;
    color: white;
  }
  
  .fa-google {
    background: #dd4b39;
    color: white;
  }
  
  .fa-linkedin {
    background: #007bb5;
    color: white;
  }
  
  .fa-youtube {
    background: #bb0000;
    color: white;
  }
  
  .fa-instagram {
    background: #125688;
    color: white;
  }
  
  .fa-pinterest {
    background: #cb2027;
    color: white;
  }
  
  .fa-snapchat-ghost {
    background: #fffc00;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  }
  
  .fa-skype {
    background: #00aff0;
    color: white;
  }
  
  .fa-android {
    background: #a4c639;
    color: white;
  }
  
  .fa-dribbble {
    background: #ea4c89;
    color: white;
  }
  
  .fa-vimeo {
    background: #45bbff;
    color: white;
  }
  
  .fa-tumblr {
    background: #2c4762;
    color: white;
  }
  
  .fa-vine {
    background: #00b489;
    color: white;
  }
  
  .fa-foursquare {
    background: #45bbff;
    color: white;
  }
  
  .fa-stumbleupon {
    background: #eb4924;
    color: white;
  }
  
  .fa-flickr {
    background: #f40083;
    color: white;
  }
  
  .fa-yahoo {
    background: #430297;
    color: white;
  }
  
  .fa-soundcloud {
    background: #ff5500;
    color: white;
  }
  
  .fa-reddit {
    background: #ff5700;
    color: white;
  }
  
  .fa-rss {
    background: #ff6600;
    color: white;
  }
  
  .fa-whatsapp {
    background: #06d755;
    color: white;
  }

  .fa-tiktok {
    /* color: white; */
    /* text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; */
    /* background: red; */
    background: black;
    color: white;
  
    filter: drop-shadow(2px 0px 0px #FD3E3E) drop-shadow(-2px -2px 0px #4DE8F4);
  
  }

  .quantity {
    float: left;
    margin-right: 15px;
    background-color: #eee;
    position: relative;
    width: 80px;
    overflow: hidden
}

.quantity input {
    margin: 0;
    text-align: center;
    width: 15px;
    height: 15px;
    padding: 0;
    float: right;
    color: #000;
    font-size: 20px;
    border: 0;
    outline: 0;
    background-color: #F6F6F6
}

.quantity input.qty {
    position: relative;
    border: 0;
    width: 100%;
    height: 40px;
    padding: 10px 25px 10px 10px;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    border-radius: 0;
    background-clip: padding-box
}

.quantity .minus, .quantity .plus {
    line-height: 0;
    background-clip: padding-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    /* -webkit-background-size: 6px 30px;
    -moz-background-size: 6px 30px; */
    color: #bbb;
    font-size: 20px;
    position: absolute;
    height: 50%;
    border: 0;
    right: 0;
    padding: 0;
    width: 25px;
    z-index: 3
}

.quantity .minus:hover, .quantity .plus:hover {
    background-color: #dad8da
}

.quantity .minus {
    bottom: 0
}
.shopping-cart {
    margin-top: 20px;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

/* Boton para buscar*/
.search {
  max-width: 250px;
  margin: 0 auto;
  position: relative;
  }
  .search input {
  width: 250px;
  padding: 10px;
  border: 1px solid #cecece;
  border-radius: 10px;
  }
  .search i {
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 6px;
  }

  /* Infografías */
.clr{
  clear: both;
}
.main{
  position:relative;
    width:680px;
    margin: 0 auto;
}
h1 span{
    display:block;
  font-size: 14px;
    font-family: Georgia, serif;
    font-style: italic;
  color:#b2891b;
  padding-top:10px;
}
/* Header Style */
.header{
  font-family:'Arial Narrow', Arial, sans-serif;
  line-height: 24px;
  font-size: 11px;
  background: #000;
  opacity: 0.9;
  text-transform: uppercase;
  z-index: 9999;
  position: relative;
  -moz-box-shadow: 1px 0px 2px #000;
  -webkit-box-shadow: 1px 0px 2px #000;
  box-shadow: 1px 0px 2px #000;
}
.header a{
  padding: 0px 10px;
  letter-spacing: 1px;
  color: #ddd;
  display: block;
  float: left;
}
.header a:hover{
  color: #fff;
}
.header span.right{
  float: right;
}
.header span.right a{
  float: none;
  display: inline;
}

.more{
  position:relative;
  clear:both;
  font-family:'Arial Narrow', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    padding: 5px 0px 10px;
    width: 540px;
    margin: 0 auto;
}
.more ul{
  display:block;
  text-align:center;
    height: 30px;
}
.more ul li{
  display: block;
    padding: 4px 2px;
    float:left;
}
.more ul li.selected a,
.more ul li.selected a:hover{
  background:#b2891b;
  color:#fff;
  text-shadow:none;
}
.more ul li a{
  color:#555;
    float:left;
  background:#fff;
    width:40px;
  padding: 2px 5px;
  -moz-box-shadow:1px 1px 2px #aaa;
  -webkit-box-shadow:1px 1px 2px #aaa;
  box-shadow:1px 1px 2px #aaa;
}
.more ul li a:hover{
  background:#000;
  color:#fff;
}

.view {
  width: 400px;
  height: 90%;
  /* margin: 10px 10px; */
  float: left;
  border: 10px solid #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 1px 1px 2px #e6e6e6;
  -moz-box-shadow: 1px 1px 2px #e6e6e6;
  box-shadow: 1px 1px 2px #e6e6e6;
  cursor: default;
  background: #fff url(../img/bgimg.jpg) no-repeat center center;
}
.view .mask,.view .content {
  width: 100%;
  /*height: 200px;*/
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.view img {
  width: 100%;
  display: block;
  position: relative;
}
.view h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 5px;
  background: rgba(0, 0, 0, 0.8);
  margin: 20px 0 0 0;
}
.view p {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #fff;
  padding: 5px 10px 10px;
  text-align: center;
}
.view a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 1px #000;
  -moz-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000;
}
.view a.info hover {
  -webkit-box-shadow: 0 0 5px #000;
  -moz-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
}

/* NINTH EXAMPLE*/
.view-ninth .mask-1, .view-ninth .mask-2 {
  background-color: rgba(0, 0, 0, 0.5);
  height: 361px;
  width: 361px;
  background: rgba(0, 0, 36, 0.5);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out 0.6s;
  -moz-transition: all 0.3s ease-in-out 0.6s;
  -o-transition: all 0.3s ease-in-out 0.6s;
  transition: all 0.3s ease-in-out 0.6s;
}
.view-ninth .mask-1 {
  left: auto;
  right: 0;
  -webkit-transform: rotate(56.5deg) translateX(-180px);
  -moz-transform: rotate(56.5deg) translateX(-180px);
  -o-transform: rotate(56.5deg) translateX(-180px);
  -ms-transform: rotate(56.5deg) translateX(-180px);
  transform: rotate(56.5deg) translateX(-180px);
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -o-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}
.view-ninth .mask-2 {
  top: auto;
  bottom: 0;
  -webkit-transform: rotate(56.5deg) translateX(180px);
  -moz-transform: rotate(56.5deg) translateX(180px);
  -o-transform: rotate(56.5deg) translateX(180px);
  -ms-transform: rotate(56.5deg) translateX(180px);
  transform: rotate(56.5deg) translateX(180px);
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}
.view-ninth .content {
  background: rgba(0, 0, 0, 0.9);
  height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  width: 100%;
  overflow: hidden;
  -webkit-transform: rotate(-33.5deg) translate(-112px, 166px);
  -moz-transform: rotate(-33.5deg) translate(-112px, 166px);
  -o-transform: rotate(-33.5deg) translate(-112px, 166px);
  -ms-transform: rotate(-33.5deg) translate(-112px, 166px);
  transform: rotate(-33.5deg) translate(-112px, 166px);
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: all 0.4s ease-in-out 0.3s;
  -moz-transition: all 0.4s ease-in-out 0.3s;
  -o-transition: all 0.4s ease-in-out 0.3s;
  transition: all 0.4s ease-in-out 0.3s;
}
.view-ninth h2 {
  background: transparent;
  margin-top: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.view-ninth a.info {
  display: none;
}
.view-ninth:hover .content {
  height: 90%;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  opacity: 0.9;
  top: 20px;
  -webkit-transform: rotate(0deg) translate(0, 0);
  -moz-transform: rotate(0deg) translate(0, 0);
  -o-transform: rotate(0deg) translate(0, 0);
  -ms-transform: rotate(0deg) translate(0, 0);
  transform: rotate(0deg) translate(0, 0);
}
.view-ninth:hover .mask-1, .view-ninth:hover .mask-2 {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.view-ninth:hover .mask-1 {
  -webkit-transform: rotate(56.5deg) translateX(1px);
  -moz-transform: rotate(56.5deg) translateX(1px);
  -o-transform: rotate(56.5deg) translateX(1px);
  -ms-transform: rotate(56.5deg) translateX(1px);
  transform: rotate(56.5deg) translateX(1px);
}
.view-ninth:hover .mask-2 {
  -webkit-transform: rotate(56.5deg) translateX(-1px);
  -moz-transform: rotate(56.5deg) translateX(-1px);
  -o-transform: rotate(56.5deg) translateX(-1px);
  -ms-transform: rotate(56.5deg) translateX(-1px);
  transform: rotate(56.5deg) translateX(-1px);
}

.slideInLeft{
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  max-width: 100%;
}
@-webkit-keyframes slideInLeft {
  0% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      visibility: visible;
  }
  100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      visibility: visible;
  }
  100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
}

.shake{
  width: 6rem;
  height: auto;
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  margin-top: -3.1rem;
}
@-webkit-keyframes shake {
  0%, 100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, 100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0);
  }
}