.elementor-kit-7{--e-global-color-primary:#295585;--e-global-color-secondary:#429FE0;--e-global-color-text:#6C6D6D;--e-global-color-accent:#295585;--e-global-color-d06012e:#EEEEEE;--e-global-color-96b925f:#FFFFFF;--e-global-color-b987a45:#E2E2E2;--e-global-typography-primary-font-family:"Khand";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Khand";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Raleway";--e-global-typography-text-font-size:1.05rem;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Khand";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-accent );font-family:"Khand", Sans-serif;font-size:1.2rem;font-weight:400;letter-spacing:0.4px;color:var( --e-global-color-96b925f );border-radius:39px 39px 39px 39px;padding:12px 25px 12px 25px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-primary );}.elementor-kit-7 a:hover{color:var( --e-global-color-secondary );}.elementor-kit-7 h1{font-size:3.8rem;font-weight:400;}.elementor-kit-7 h2{font-weight:500;}.elementor-kit-7 h3{font-weight:500;}.elementor-kit-7 h6{font-weight:500;line-height:1.4rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-7{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*---- Nav-bar -----*/

.navigation {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background:   ;
  padding: 20px;
  background: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}


.navigation.nav-hide {
  transform: translateY(-100%);
}


.c-producto img{  transform-origin: center;
  transition: transform 0.2s ease;}

.c-producto:hover img {
  transform: scale(1.15);
}

/*---- CARD tipo de productos-----*/
.card-fampro {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

/* Overlay */
.card-fampro::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.28);
  z-index: 4;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.card-fampro:hover::before {
  opacity: 1;
}

/* Imagen */
.img-fampro {
  aspect-ratio: 5 / 4;
  background-position: center;
  background-size: cover;
  transform: scale(1);
  transform-origin: center;
  transition: transform 0.6s ease;
}

.card-fampro:hover .img-fampro {
  transform: scale(1.15);
}

/* Título */
.tit-fampro {
  aspect-ratio: 19 / 7;
  position: relative;
  z-index: 3;
  transition:
    transform 0.4s ease,
    background-color 0.4s ease;
}

.card-fampro:hover .tit-fampro {
  transform: translateY(-25px);
}

/*---- imagesnes -----*/
.cuadradas {aspect-ratio: 8 / 5;}


.img-redonda, .cuadrado{aspect-ratio: 1 / 1;}


/*===== bullets -------*/
.acf-list {padding-inline-start:20px!important}
.acf-list li {
  color: #fff;
 
}/* End custom CSS */