
  
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;    /* Set slide height here */
  height:400px;    /* Set slide height here */
}

/* Carousel dark indicators */
/* Add an extra .carousel parent class to increase specifity
   avoiding the use of !important flag. */


.carousel .carousel-indicators li {
  background-color: #fff;
  background-color: rgba(70,70,70,.25);
}

.carousel .carousel-indicators .active {
  background-color: #444;
}

/* Boton WhatsApp  */
@media only screen and (max-width: 767px) {
    .btn-whatsapp {
      position:fixed;
      width:94px;
      height:94px;
      bottom:75px;
      right:10px;
      text-align:center;
      z-index:100;
    }
  }

@media only screen and (max-width: 480px) {
    .btn-whatsapp {
      position:fixed;
      width:90px;
      height:90px;
      bottom:75px;
      right:10px;
      text-align:center;
      z-index:100;
    }
  }

.btn-whatsapp {
  position:fixed;
  width:90px;
  height:90px;
  bottom:25px;
  right:10px;
  text-align:center;
  z-index:100;
}

#redes {
   position:fixed;
   left: 95%;
   width:150px;
  transform: translate(-90%, 0);
}

.zoom:hover{
  display:inline-block;
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari */
  transform: scale(1.2);
}

.btn-whatsapp:hover {
  transform: scale(1.2);
}

.zoom:hover {
  transform: scale(1.3); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.icono-arg-whatsapp-telefono {
  color:green;
}
.icono-arg-twitter-pajaro {
  color:black;
}

.icono-arg-instagram{
  color:#cb2027;
}
.icono-arg-instagram-circular{
  color:#cb2027;
}
.icono-arg-twiter-circular {
  color:black;
}
