
 /* ---- isotope ---- */

.button {
  display: inline-block;
  padding: 10px 18px;
  margin: 5px;
  background: #EEE;
   border-radius: 50px !important;
  background: linear-gradient(-47deg, #f6f6f6 0%, #fff 100%);
  color: #222;
  font-size: 15px;
  cursor: pointer;
  outline: none;
  transition: 0.3s;
    border: 1px solid #ff6671
    
}

.button:hover {
  color: #ff6671;
  outline: none
}

.button:focus,
.button:active,
.button.is-checked {
    background: linear-gradient(-47deg, #ff6671 0%, #e93a3d 100%);
    color: #fff;
    outline: none;
}

.button.is-checked {
  color: white;
 }

.button:active {
 }

/* ---- button-group ---- */

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

 
.section-heading > h2::after {
    display: none
}

.bg-catalogo {
    background: rgba(0, 0, 0, 0) url("../img/catalogo.jpg") no-repeat fixed center center / cover;
}

.navbar-brand img {
    height: 70px
}


@media (max-width: 768px) {
    h2 {
        font-size: 34px;
     }
}

.bg-overlay::after {
    opacity: 0.74;
    z-index: -1;
}

h3 {
    font-size: 26px;
}

.producto {
    margin-bottom: 2em;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 20px #f1f1f1;
}

.producto img {
    border-radius: 20px 20px 0px 0px;
}

.producto h4 {
    color: #ff0000;
}

.producto a {
    margin: 0 auto;
}

.productos img {
    border-radius: 20px;
    margin-bottom: 2em
     
}

.producto-interna {
}

.producto-interna h4 {
    color: #ff0000;
}

.producto-interna a { 
}

.btn {
    padding: 14px 20px;
    border-radius: 36px;
    display: block;
    width: fit-content;
}

.btn-whatsapp {
    background: linear-gradient(-47deg, #4aa586 0%, #67ccaa 100%);    
}


#scrollUp {
    left: 2%;
    height: 45px;
    width: 45px;
    border-radius: 40px;
}

.wp-fijo {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #4aa586;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    padding: 15px;
    z-index: 500000000000000;

}

.height-emulator {
    float: left;
    height: 400px;
}

 .productos-wrapper {
  position: relative;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.slick-prev:hover,
.slick-next:hover {
  background: rgba(0, 0, 0, 0.8);
}


.navbar-toggler:focus,
.navbar-toggler:active {
  outline: none;
  box-shadow: none;
}

.breadcrumb-area {
    height: 500px;
    z-index: 1;
}

.breadcrumb-content h2 {
	    background-color: #f10001;
    padding: 5px 25px;
    border-radius: 35px;
	    margin-top: 90px;
}