/* HOME PAGE CAROUSEL
======================== */

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  
.carousel-razon {
    background-color: white !important;
}
.carousel-images .carousel-caption {
    background-color: rgba(0, 0, 0, 0.75);
}
.carousel-razon .carousel-caption {
    position: relative;
    text-align: center;
}
.carousel-caption a {
      color: white;
      text-decoration: underline;
}
  
@media (min-width: 1280px) {
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      width: 100% !important;
      }
}
@media (min-width:660px){
}
@media (max-width:659px){
}