.elementor-4836 .elementor-element.elementor-element-d1ff556{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4836 .elementor-element.elementor-element-52c35da .elementor-button{border-radius:3px 3px 3px 3px;padding:10px 10px 10px 10px;}/* Start custom CSS */@media (min-width:767px) and (max-width:1024px) {
.elementor-cta__button.elementor-size-xs {
    padding: 4px 9px !important;
    border: 1px solid !important;
}
}
.myPricing{
    --text: 'EL MÁS VENDIDO';
    --first-color: #d2b25b;
    --second-color: #666;
    position: relative;
}
.myPricing .myRibbon{
    position: absolute;
    top: -10px;
    left: -10px;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    text-shadow:  0 2px 2px rgba(0,0,0,0.35);
}
.myPricing .myRibbon::before{
    content: var(--text);
    position: absolute;
    width: 150%;
    height: 40px;
    background: var(--first-color);
    transform: rotate(-45deg) translateY(-20px);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.1em;
    box-shadow: 0 5px 10px rgba(0,0,0,0.25);
}
.myPricing .myRibbon::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background: var(--second-color);
    z-index: -1;
    box-shadow: 140px -140px var(--second-color);
}/* End custom CSS */