/*
==============================
Page All
Section: Banner
==============================
*/

.banner {
  background-position:center center;
  background-repeat: no-repeat;
  background-size: cover;
  position:relative;
}
.banner-mobile {
  height:35vh;
}
.banner-mobile-tienda{
  height:26vh;
}

/* BANNER CONÓCENOS */
.banner-conocenos{
  height: 208px;
}

@media (min-width: 992px) {

  /* BANNER CONÓCENOS */
  .banner-conocenos{
    height: 460px;
  }
  /* BANNER TAXONOMIA */
  .banner-taxonomia-cat{
    max-height: 575px;
    min-height: 545px;
  }
}


