.card-home{
    content: '';
    position: absolute;
    inset: 0;
    background: #00000080;
    z-index: 1;
    pointer-events: none;
    border-radius: 8px;
}

.marron{
    color: #C49054;
}

.emojis-thin i{
    font-weight: 100 !important;
}

.fa-screwdriver:before{
    content: "\f7d9" !important;
}

.fa-caret-down:before{
    content: "\f078" !important;
    font-weight: 300;
}

.fa-caret-right:before{
    content: "\f054" !important;
    font-weight: 300;
}

.fa-arrow-right:before{
    font-weight: 300;
}

.eicon-caret-down:before{
    content: "\f078" !important;
    font-family: 'Font Awesome 7 PRO' !important;
    font-weight: 300;
}

.imagen-productos .elementor-widget-wrap{
    border-radius: 10px;
}

.disabled-a a{
    pointer-events: none;
}

@media (max-width: 768px) {
    .elementor-nav-menu--dropdown.elementor-nav-menu__container{
    position: fixed;
    top: 38px;
    width: 100vw;
    height: fit-content;
    left: 0px;
}    
 
}