.home-promo .slider, .home-promo .lateral {
  padding: 0px;
  cursor: pointer;
}

.home-promo .slider .slider-box {
  border-radius: 10px;
}

.home-promo .destacados {
  padding: 0px;
  cursor: pointer;
}

.home-promo .lateral .lateral-box {
  border-radius: 5px;
  padding: 0px 2px 0px 2px;
  max-height: 154px;
  overflow: hidden;
  border-radius: 10px;
}

.home-promo .lateral > .col-12 {
  padding: 0;
  margin-bottom: 8px;
}

.lateral-box .div-promo a {
  text-decoration: none;
}

.home-promo .destacados .destacados-box {
  padding: 0px 4px 0px 4px;
  margin-bottom: 5px;
  overflow: hidden;
  border-radius: 10px;
}

.home-promo .lateral .div-promo {
  position: absolute;
  width: 100%;
  right: 0px;
  bottom: 0;
  color: #FFFFFF;
  font-weight: bolder;
  font-size: 1rem;
  margin-bottom: 0px;
  margin-right: 0px;
  text-align: center;
}

.home-promo .destacados .div-promo {
  position: absolute;
  width: 70%;
  right: 1px;
  bottom: 0;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0px;
  margin-right: 0px;
}

/*.promociones-html .index-box{margin-bottom:0.75em;}
.promociones-html .index-box img{width:100%;height:200px;cursor:pointer; border-radius: 10px;}
.promociones-html .index-box img:hover{box-shadow:0 7px 15px rgba(0, 0, 0, 0.2);}*/
.promociones-html {
  background: #FFFFFF;
  padding: 0px;
  border-radius: 10px;
  margin: 0px;
  margin: auto;
}

.promociones-html .cuerpo {
  padding: 20px;
}

.promo-index {
  margin-bottom: 20px;
}
.promo-index .meta-info-block {
  color: #57C9E8;
}

.promo-index img {
  width: 100%;
  height: 250px;
  cursor: pointer;
}

.promo-index .card-block {
  border-top: 1px solid #BBBBBB;
}

.promo-index .card-title {
  cursor: pointer;
}

.div-anuncios-promo img {
  height: 250px;
  cursor: pointer;
}

.descripcion-promociones {
  background-color: #FFFFFF;
  padding: 15px;
  margin-top: 10px;
}

.promociones-sombras:hover {
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);
}

/*.destacado-zoom{-w ebkit-transition: -webkit-transform 0.4s ease;  -moz-transition: -moz-transform 0.4s ease;-o-transition: -o-transform 0.4s ease;transition: transform 0.4s ease;}
.destacado-zoom:hover {-webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05);-o-transform: scale(1.05);transform: scale(1.05);}*/
section.promociones-html {
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
section.promociones-html img:first-child {
  margin: auto;
}
section.promociones-html .banner {
  background-color: #FFFFFF;
  color: #444444;
  text-align: center;
  padding: 10px;
}

@media only screen and (max-width: 576px) {
  .home-promo .lateral img {
    width: 100%;
    height: 154px;
  }

  .home-promo .slider .promo-slider img {
    width: 100%;
    height: 100%;
  }

  .home-promo .slider .promo-lateral img {
    width: 100%;
    margin-top: 10px;
    height: 150px;
  }

  .home-promo .destacados img {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 577px) {
  .home-promo .lateral img {
    width: 100%;
    height: 154px;
  }

  .home-promo .slider img {
    width: 100%;
    height: 100%;
  }

  .home-promo .destacados img {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .home-promo .lateral img {
    width: 100%;
    height: 154px;
  }

  .home-promo .slider img {
    width: 100%;
    height: 100%;
  }

  .home-promo .destacados img {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 990px) {
  .lateral > .col-3 {
    padding: 0px;
    padding-right: 15px;
    margin: auto;
  }

  .lateral > .col-3:nth-child(4) {
    padding-right: 0px !important;
  }

  .home-promo .lateral img {
    /* max-width: 282px;*/
    max-height: 154px;
    border-radius: 5px;
  }

  .home-promo .slider {
    padding-right: 15px;
  }
  .home-promo .slider img {
    width: 100%;
    height: 315px;
    margin-bottom: 5px;
  }

  .home-promo .destacados img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .home-promo .lateral img {
    width: 100%;
    max-height: 154px;
  }

  .home-promo .slider img {
    width: 100%;
    height: 315px;
  }

  .home-promo .destacados img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 767px) {
  .home-promo .lateral .lateral-box {
    margin-top: 13px;
  }

  .col-12.destacados.row {
    max-height: 315px;
  }

  .col-12.slider.row {
    margin-bottom: 10px;
  }

  .destacados-box:first-child {
    padding-left: 0px !important;
  }

  .destacados-box:nth-child(3) {
    padding-right: 0px !important;
  }

  .home-promo .lateral .lateral-box:nth-child(n+4) {
    margin-top: 13px;
  }

  img.destacado-zoom.d-block.img-fluid {
    height: 315px;
  }
}
@media (min-width: 991px) {
  .home-promo .lateral .lateral-box:first-child {
    margin-top: 0px;
  }
}
@media (max-width: 991px) {
  .destacados.row {
    margin: 10px 0px 5px 0px;
  }

  .lateral-box {
    margin-bottom: 5px;
  }
}
.promociones-html .card {
  border: 0px;
  border-radius: 0.6rem !important;
}
.promociones-html .card:hover {
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);
}
.promociones-html .card-img-top {
  height: 150px;
}
.promociones-html .card-block {
  height: 175px;
  overflow-y: auto;
  border-top: 1px solid #F6F6F6;
}

/*# sourceMappingURL=promociones.css.map */
