.elementor-kit-9{--e-global-color-primary:#522D72;--e-global-color-secondary:#888B8D;--e-global-color-text:#414141;--e-global-color-accent:#522D72;--e-global-color-be11349:#FFFFFF;--e-global-color-a4f1bac:#000000;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:14px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:14px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:700;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 a{color:var( --e-global-color-primary );font-family:"Poppins", Sans-serif;}.elementor-kit-9 h1{font-family:"Poppins", Sans-serif;font-weight:500;}.elementor-kit-9 h2{font-family:"Poppins", Sans-serif;}.elementor-kit-9 h3{font-family:"Poppins", Sans-serif;}.elementor-kit-9 h4{font-family:"Poppins", Sans-serif;}.elementor-kit-9 h5{font-family:"Poppins", Sans-serif;}.elementor-kit-9 h6{font-family:"Poppins", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */#navegacion a:link{
    color: white;
    font-size: 14px;
    font-weight: 300;
}
#navegacion a:hover{
    color: #522D72;
}

#productos {
        margin: 0px;
        padding: 0px;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

#productos a:hover{
    color: #c5c5c5;
    animation: pulse 1s infinite;
  display: inline-block;
}

#footer a:hover{
    color: #c5c5c5;
    animation: pulse 1s infinite;
  display: inline-block;
}

#footer a:link{
    color: #ffffff;
   
}/* End custom CSS */