.elementor-145894 .elementor-element.elementor-element-6735ed9 > .elementor-widget-container{margin:0px 0px 20px 0px;}.elementor-145894 .elementor-element.elementor-element-db332bd{margin-top:0px;margin-bottom:50px;padding:0px 0px 0px 0px;}.elementor-145894 .elementor-element.elementor-element-5550f6a > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-145894 .elementor-element.elementor-element-98983fa > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-145894 .elementor-element.elementor-element-622a6d3{margin-top:55px;margin-bottom:0px;}.elementor-145894 .elementor-element.elementor-element-9065ab4 > .elementor-element-populated{padding:0px 15px 0px 15px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-145894 .elementor-element.elementor-element-3f2505c{color:#000000;}@media(min-width:768px){.elementor-145894 .elementor-element.elementor-element-5550f6a{width:100%;}}/* Start custom CSS for html, class: .elementor-element-6735ed9 */.col-md-4{
    padding-left:0;
}
.menu-catn {
  display: flex;
  list-style: none;
  padding: 0px;
  margin: 0px;
  border-radius: 4px 4px 0 0;
}

.menu-catn .catn-li{
    background: #1C1C1E;
    padding: 1.5em 0px;
    width: 100%;
    text-align: center;
}

.menu-catn .catn-li:hover{
    background: #252525;
}

.catn-li i{
    color:#fff;
}

.menu-catn a {
  text-decoration: none;
  color: #fff;
}

.menu-catn a:active {
  color: #fed000;
}

/* Estilos del submenú */
.submenu {
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #e3e3e3;
  padding: 1em;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1;
  margin-left: 0px;
  margin-top: 0px;
  border-top:4px solid #252525;
}

.menu-catn .has-submenu:hover .submenu {
  display: block;
}

.submenu h3{
 color: #000;
 font-weight: 400;
 text-transform: uppercase;
 text-align: left;
}

.submenu a{
    display:flex;
}

.submenu li {
  display: flex;
  flex:33.33%;
  align-items: center;
  margin-bottom: 1em;
  padding:10px;
  background: #fff;
}

.submenu li:hover{
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.submenu img {
  max-width: 50px;
  height: auto;
  margin-right: 1em;
}

.submenu span {
  font-weight: 500;
  color: #000;
  padding-top: 10px
}


@media screen and (max-width: 768px) {
    .menu-catn {
        display: block;
    }
    
    .menu-catn .catn-li {
        cursor:pointer;
    }
    .submenu {
        display: none;
        width: 100%;
        position: absolute;
        top: auto !important;
        left: 0;
        background-color: #e3e3e3;
        padding: 1em;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        z-index: 1;
        margin-left: 0px;
        margin-top: 20px;
        border-top: 4px solid #252525;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f60308e */.category {
    display: flex;
    justify-content: center;
  }
  
  .category a {
    display: flex;
    align-items: center;
    padding: 12px 25px;
    margin: 0 5px;
    border-radius: 50px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  .category a:hover {
    background: #000;
    color:#fff;
  }
  
  .category a i {
    margin-right: 10px;
    font-size: 18px;
  }
  
  .category-active {
    background: #000;
    color: #fff !important;
    box-shadow: 0 4px 15px rgba(000, 119, 239, 0.3);
  }
  
  .category-active:hover {
    background: #fed000 !important;
    color: #000 !important;
  }/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-be7e15d */.list{
    
    display: none;
}/* End custom CSS */