
.precio h4 {
    display: none
}
.producto p {
    margin-bottom: 1em !important
}
.producto-interna p {
    margin-bottom: 1em !important
}
 /* ---- 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 #ff8f00
    
}

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

.button:focus,
.button:active,
.button.is-checked {
        background: linear-gradient(-47deg, #512007 0%, #8e3f17 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.webp") 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: #ff8f00;
}

.producto a {
    margin: 0 auto;
}

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

.producto-interna {
}

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


.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: #ff8f00;
    padding: 15px 35px;
    border-radius: 75px;
    margin-top: 90px;
}

.instagram{ 
  background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  }

.btn, .btn:active, .btn.sApp-btn:before, .bg-overlay::after, .benifits-item:after {
    background: linear-gradient(-47deg, #512007 0%, #8e3f17 100%);
}
.overlay-dark::after { 
    opacity: 0.30;
    z-index: -1;
    background: linear-gradient(-47deg, #512007 0%, #8e3f17 100%);
}

.download-area {
    background: rgba(0, 0, 0, 0) url("../img/comunicate.webp") no-repeat fixed center center / cover;
}

.element-item h3 {
    text-transform: uppercase
}
.producto-interna h3 {
    text-transform: uppercase
}



@media (max-width: 991px) {
.bg-catalogo {
    background: rgba(0, 0, 0, 0) url(../img/catalogo.webp) no-repeat center center / cover;
}
.download-area {
    background: rgba(0, 0, 0, 0) url(../img/comunicate.webp) no-repeat center center / cover;
}
}

*,
*::before,
*::after {
  box-sizing: border-box;
}