@keyframes dotPulse{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:0}50%{opacity:1}to{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:0}}@-webkit-keyframes dotPulse{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:0}50%{opacity:1}to{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:0}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes wpb_btt{0%{transform:translate(0,10%);opacity:0}to{transform:translate(0,0);opacity:1}}.modal-window{--mw-zindex:999999;--mw-position:fixed;--mw-inset-top:auto;--mw-inset-right:auto;--mw-inset-bottom:auto;--mw-inset-left:auto;--mw-inset:var(--mw-inset-top) var(--mw-inset-right) var(--mw-inset-bottom) var(--mw-inset-left);--mw-width:662px;--mw-height:auto;--mw-bg-color:#fff;--mw-bg-img:none;--mw-padding:10px;--mw-font-size:16px;--mw-font-family:inherit;--mw-shadow:none;--mw-radius:5px;--mw-border:none;--mw-overlay:rgba(0,0,0,.7);--mw-scrollbar-width:thin;--mw-scrollbar-thin:6px;--mw-scrollbar-color:#4f4f4f;--mw-scrollbar-track:hsla(0,0%,100%,0);--mw-close-inset:0 0 auto auto;--mw-close-padding:6px 12px;--mw-close-size:12px;--mw-close-font:inherit;--mw-close-weight:400;--mw-close-style:normal;--mw-close-radius:0;--mw-close-color:#fff;--mw-close-h-color:#000;--mw-close-bg:#000;--mw-close-h-bg:#fff;--mw-close-box:24px;--mw-title-size:32px;--mw-title-line-height:36px;--mw-title-font:inherit;--mw-title-weight:400;--mw-title-style:normal;--mw-title-align:left;--mw-title-color:#383838;--mw-title-bg:hsla(0,0%,100%,0);--mw-flbtn-inset:50% -4px auto auto;--mw-flbtn-padding:14px 14px;--mw-flbtn-radius:4px;--mw-flbtn-size:1.2em;--mw-flbtn-color:#fff;--mw-flbtn-h-color:#fff;--mw-flbtn-bg:#383838;--mw-flbtn-h-bg:#797979;--mw-anime-duration:5s;--mw-anime-iteration:5;--mw-form-width:100%;--mw-form-padding:10px;--mw-form-margin:0 auto;--mw-form-border:1px solid #fff;--mw-form-radius:0px;--mw-form-bg:#fff;--mw-field-border-width:1px;--mw-field-border-color:#383838;--mw-field-radius:0px;--mw-field-size:16px;--mw-field-bg:#fff;--mw-field-color:#383838;--mw-field-input-height:36px;--mw-field-textarea-height:72px;--mw-form-btn-color:#fff;--mw-form-btn-bg:#e95645;--mw-form-btn-h-bg:#d45041;--mw-form-btn-size:16px;--mw-form-text-size:16px;--mw-form-text-color:#48c774}.modal-window div{box-sizing:border-box}.modal-window__wrapper{display:none;inset:0 0 0 0;overflow:auto;pointer-events:none;position:fixed;-webkit-user-select:text;-moz-user-select:text;user-select:text;visibility:visible;z-index:var(--mw-zindex)}.modal-window__title{background-color:var(--mw-title-bg);border-radius:var(--mw-radius) var(--mw-radius)0 0;color:var(--mw-title-color);font-family:var(--mw-title-font);font-size:var(--mw-title-size);font-style:var(--mw-title-style);font-weight:var(--mw-title-weight);line-height:var(--mw-title-line-height);margin-block-start:calc(var(--mw-padding)*-1);margin-inline:calc(var(--mw-padding)*-1);padding-inline:var(--mw-padding);position:relative;text-align:var(--mw-title-align)}.modal-window__content{background-color:var(--mw-bg-color);background-image:var(--mw-bg-img);background-repeat:no-repeat;background-size:cover;border:var(--mw-border);border-radius:var(--mw-radius);box-shadow:var(--mw-shadow);display:none;font-family:var(--mw-font-family);font-size:var(--mw-font-size);height:var(--mw-height);inset:var(--mw-inset);margin:auto;max-height:calc(100vh - var(--mw-inset-top));padding:var(--mw-padding);pointer-events:auto;position:var(--mw-position);width:var(--mw-width);z-index:calc(var(--mw-zindex) + 1)}.modal-window__content-wrapper{display:flex;flex-direction:column;height:calc(var(--mw-height) - var(--mw-padding)*2);max-height:calc(100vh - var(--mw-inset-top) - var(--mw-padding)*2);-webkit-user-select:text;-moz-user-select:text;user-select:text}.modal-window__content-main{flex:1;margin-inline:calc(var(--mw-padding)*-1);overflow-y:auto;padding-inline:var(--mw-padding);scrollbar-color:var(--mw-scrollbar-color) var(--mw-scrollbar-track);scrollbar-width:var(--mw-scrollbar-width)}.modal-window__content-main::-webkit-scrollbar{-webkit-appearance:none;background-color:var(--mw-scrollbar-track);width:var(--mw-scrollbar-thin)}.modal-window__content-main::-webkit-scrollbar-thumb{background-color:var(--mw-scrollbar-color);border-radius:4px}.modal-window__close{background-color:var(--mw-close-bg);border-radius:var(--mw-close-radius);color:var(--mw-close-color);cursor:pointer;display:none;font-family:var(--mw-close-font);font-size:var(--mw-close-size);font-style:var(--mw-close-style);font-weight:var(--mw-close-weight);inset:var(--mw-close-inset);padding:var(--mw-close-padding);position:absolute;transition:all .2s ease;z-index:calc(var(--mw-zindex) + 2)}.modal-window__close:focus,.modal-window__close:hover{background-color:var(--mw-close-h-bg);color:var(--mw-close-h-color)}.modal-window__close.-image,fieldset{padding:0}.modal-window__close.-image:after{align-items:center;content:"×";display:flex;height:var(--mw-close-box);justify-content:center;width:var(--mw-close-box)}html{-ms-overflow-style:scrollbar;font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:auto;-webkit-tap-highlight-color:#fff0}figure,footer,header,nav,section{display:block}body,h2,h4{font-weight:400}body,html{height:100%}body{background:#fff;scroll-behavior:smooth;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;-moz-font-smoothing:antialiased;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;line-height:1.7;color:#212529;text-align:left;background-color:#fff}h2,h4{margin-bottom:.5rem;line-height:1.2}h2,h4,p{margin-top:0}p,ul{margin-bottom:1rem}ul ul{list-style:circle;margin-bottom:0}b{font-weight:bolder}a{outline:0;text-decoration-skip:ink;color:#282828;text-decoration:none;background-color:#fff0}figure{margin:0;margin:0 0 1rem}img,label{display:inline-block}img,svg{vertical-align:middle}img{border:0;max-width:100%;height:auto;-ms-interpolation-mode:bicubic}svg{overflow:hidden}label{margin-bottom:.5rem}select{word-wrap:normal}html,input[type=checkbox]{box-sizing:border-box}fieldset{min-width:0;margin:0;border:0}::after,::before{box-sizing:inherit}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}@media (min-width:1490px){.container{max-width:1420px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.col-12,.col-6,.col-lg-10,.col-lg-3,.col-lg-4,.col-md-4,.col-md-6,.col-sm-6{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col-12,.col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}@media (min-width:576px){.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media (min-width:768px){.col-md-4,.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media (min-width:992px){.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-10,.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}}@media (min-width:768px){.justify-content-md-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}}a:focus{color:#282828}a:hover{color:#000;text-decoration:none}*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;text-rendering:optimizeLegibility}@media screen and (max-width:767px){body{-webkit-text-size-adjust:100%}}ul{margin-top:0;margin-left:0;padding-left:0;list-style:disc;margin-bottom:0}button{border-radius:0}button:focus{outline:5px auto -webkit-focus-ring-color}button,input{margin:0;font-family:inherit;font-size:inherit;line-height:inherit;overflow:visible}select{margin:0}button,select{text-transform:none}[type=submit],button{-webkit-appearance:button}[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=submit]::-moz-focus-inner{padding:0;border-style:none}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}h2{font-size:2rem}h4{font-size:1.5rem}.searchform fieldset{margin:0;padding:0;position:relative;border:0;z-index:1}.button,.products .product .product_after_title .button:after,.products .product .product_thumbnail.et-image-hover .product_thumbnail_hover{-moz-transition:all .5s cubic-bezier(.25,.46,.45,.94);-o-transition:all .5s cubic-bezier(.25,.46,.45,.94);-webkit-transition:all .5s cubic-bezier(.25,.46,.45,.94);transition:all .5s cubic-bezier(.25,.46,.45,.94)}#scroll_to_top,#scroll_to_top span,#side-cart .et-cart-empty,.et-form-container,.et_btn,.header-spacer,.minicart-counter,.mobile-menu .et-menu-toggle:after,.mobile-menu li .et-menu-toggle,.products .product .product_after_title .after_shop_loop_actions,.products .product .product_after_title .product_after_shop_loop_price,.products .product .product_thumbnail,.products .product .product_thumbnail img,.search-panel .search-clear,.search-panel .search-icon,.side-panel,.site-header .logo-holder,.site-header .logolink .logoimg,input[type=password],input[type=search],input[type=text]{-moz-transition:all .25s cubic-bezier(.25,.46,.45,.94);-o-transition:all .25s cubic-bezier(.25,.46,.45,.94);-webkit-transition:all .25s cubic-bezier(.25,.46,.45,.94);transition:all .25s cubic-bezier(.25,.46,.45,.94)}.et-banner img,.slick,.slick:after{-moz-transition:all .45s linear;-o-transition:all .45s linear;-webkit-transition:all .45s linear;transition:all .45s linear}.goya-lazyload .lazyload{opacity:.5}.et-loader:after{display:block;content:" ";position:absolute;top:50%;right:50%;left:auto;width:16px;height:16px;margin:-8px -8px 0 0;background-image:none;border-radius:100%;-webkit-animation:dotPulse .65s 0s infinite cubic-bezier(.21,.53,.56,.8);animation:dotPulse .65s 0s infinite cubic-bezier(.21,.53,.56,.8)}.animated{-webkit-animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animation{will-change:opacity,transform;opacity:0}.animation,.animation.bottom-to-top,.animation.scale{-moz-animation:none;-webkit-animation:none;animation:none}.animation.bottom-to-top{-moz-transform:translateY(50px);-ms-transform:translateY(50px);-webkit-transform:translateY(50px);transform:translateY(50px)}.animation.scale{-moz-transform:scale(.8,.8);-ms-transform:scale(.8,.8);-webkit-transform:scale(.8,.8);transform:scale(.8,.8)}#wrapper{display:flex;flex-direction:column;position:relative;min-height:100%;overflow:hidden;scroll-behavior:smooth}#wrapper [role=main]{flex:1}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){#wrapper [role=main]{flex:none}}.click-capture{position:absolute;z-index:603;top:0;right:0;width:0;height:0;background:rgb(192 192 192/.6);opacity:0;-moz-transition:opacity .45s cubic-bezier(.25,.46,.45,.94);-o-transition:opacity .45s cubic-bezier(.25,.46,.45,.94);-webkit-transition:opacity .45s cubic-bezier(.25,.46,.45,.94);transition:opacity .45s cubic-bezier(.25,.46,.45,.94)}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}.clearfix{*zoom:1}.align-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.text-center{text-align:center}ul.row{padding-left:0}.vc_row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}#wrapper,.wpb_column .vc_column-inner{width:100%}.wpb_row:not(.no-padding) .vc_column_container{padding-left:15px;padding-right:15px}.wpb_row.no-padding>.vc_column_container,.wpb_row>.vc_column_container>.vc_column-inner{padding-left:0;padding-right:0}.wpb_row .vc_column-inner:after,.wpb_row .vc_column-inner:before,.wpb_row.vc_row:after,.wpb_row.vc_row:before{display:block;content:"";clear:both}@media only screen and (max-width:575px){.container,.container-fluid{padding-right:20px;padding-left:20px}.wpb_row.no-padding{margin-left:-20px;margin-right:-20px}}.wpb_column.et-light-column{color:rgb(255 255 255/.7)}.side-menu.dark .side-panel-content .big-menu>li:hover .et-menu-toggle,.side-menu.dark .side-panel-content a,.wpb_column.et-light-column h2{color:#fff}.page-padding{padding-top:30px}.page .page-padding:not(.hero-header){padding-top:0}.page-wrapper-inner{position:relative;-webkit-flex:1 0 auto;-moz-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;min-height:600px;height:auto}p:last-child{margin-bottom:0}.hentry ul,figure,h2,h4,p{margin-bottom:28px}.screen-reader-text:focus{font-size:1em}.aligncenter{display:block;clear:both;margin-right:auto;margin-left:auto;text-align:center}.searchform,form{margin:0}.searchform fieldset input{margin-bottom:0}.search-button-group{position:relative;max-width:768px;display:flex;align-items:center}.search-button-group .search-field{width:100%;position:relative;border:0}.searchform .search-button-group button,.searchform .search-button-group button:hover{border:0;background:#fff0;color:inherit}.et_widget_social_media .intro-text{margin-bottom:10px}.et_widget_social_media .social_widget{display:block!important}@media all and (max-width:767px){.et_widget_social_media{text-align:center}}form fieldset{padding:0;margin:0;border:0}input.input-text,input[type=password],input[type=search],input[type=text]{background-color:#fff;-webkit-appearance:none}input.input-text,input[type=password],input[type=search],input[type=text],select{font-family:inherit;font-size:1em;line-height:1.6;outline:0;padding:.75rem;height:calc(2.15em + .975rem + 4px);color:#282828;background-clip:padding-box;border:2px solid #ddd;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px #fff inset}input.input-text:focus,input[type=password]:focus,input[type=search]:focus,input[type=text]:focus,select:focus{outline:0;border-color:currentColor;box-shadow:none}select{-moz-appearance:none;-webkit-appearance:none;background-color:#fff;background-image:url(/wp-content/themes/goya/assets/img/svg/chevron-down.svg);background-position:calc(100% - 12px) 48%;background-repeat:no-repeat;background-size:14px 14px;position:relative;padding-right:26px}select:-moz-focusring{color:#fff0;text-shadow:0 0 0#181818}option:not(:checked){color:#484848}input[type=checkbox]{clear:none;cursor:pointer;margin:-.25rem .25rem 0 0;outline:0;padding:0!important;text-align:center;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-font-smoothing:inherit;transition:.05s border-color ease-in-out;display:inline-flex;align-items:center;justify-content:center;min-width:16px;width:16px;height:16px;background-color:#fff0;border:2px solid #aaa;margin-right:8px;position:relative}label:hover input[type=checkbox]{border-color:#000}input[type=checkbox]:checked{background:#282828;border-color:#282828!important}input[type=checkbox]:checked:before{float:left;vertical-align:middle;width:1rem;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:block;height:9px;width:5px;border:1px solid #fff;border-width:0 1px 1px 0;transform:rotate(45deg);position:absolute;top:0;left:4px}input[type=checkbox]:disabled,input[type=checkbox]:disabled:hover{background:#ddd;border-color:#ccc;cursor:not-allowed}.button,button[type=submit]{display:inline-block;line-height:1.6;font-size:inherit;color:#fff;padding:.75rem 1.75rem;border:2px solid #fff0;text-align:center;opacity:1;background:#282828;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;will-change:transform}.button:active,.button:focus,.button:hover,button[type=submit]:active,button[type=submit]:focus,button[type=submit]:hover{color:#fff;opacity:.82}.button:active,.button:focus,button:active,button:focus{outline:0}.button.outlined{border:2px solid currentColor}.button.outlined,.button.outlined:active,.button.outlined:focus,.button.outlined:hover{color:#282828;opacity:1;background:0 0}.form-actions,.form-actions:last-child,.form-group,.form-row{margin-bottom:20px}.form-row-wide{clear:both}.form-row label,.woocommerce-form__label{display:inline-block;line-height:1.4;margin-bottom:0}.woocommerce-form__label-for-checkbox{cursor:pointer;display:block;padding:10px;line-height:1.6}.form-row label .required{text-decoration:none;border-bottom:0 none;opacity:1}.form-row .input-text{display:block;width:100%}.floating-labels .form-row>label:not(.woocommerce-form__label-for-checkbox){display:none}.social-icons li,.widget .social_widget .social-icons li{display:inline;padding-left:10px}.social-icons li:first-child,.widget .social_widget .social-icons li:first-child{padding-left:0}.social-icons li a{font-size:18px;padding:.45em;vertical-align:middle}@media only screen and (max-width:767px){.social-icons li a{font-size:22px}}.site-header{position:absolute;top:0;left:0;width:100%;height:90px;z-index:602;color:#282828;-moz-transition:height .15s linear,box-shadow .18s linear,background-color .15s cubic-bezier(.2,.06,.05,.95);-o-transition:height .15s linear,box-shadow .18s linear,background-color .15s cubic-bezier(.2,.06,.05,.95);-webkit-transition:height .15s linear,box-shadow .18s linear,background-color .15s cubic-bezier(.2,.06,.05,.95);transition:height .15s linear,box-shadow .18s linear,background-color .15s cubic-bezier(.2,.06,.05,.95);-webkit-tap-highlight-color:#fff0;transition-delay:.2s}.header-sticky .site-header{position:fixed}.header-spacer{height:90px}.site-header .logo-holder{height:100%}.site-header .logolink{display:flex;flex-direction:column;position:relative;align-items:center;justify-content:center;height:100%}.site-header .logolink .logoimg,.site-header .logolink img{display:block;max-width:none;width:auto}.site-header .logolink .logoimg.bg--dark{opacity:0;display:none}.site-header a{text-decoration:none}.site-header a.icon{display:inline-flex;align-items:center}.et-menu-account-btn.account-text svg,.quick_search .text{display:none}.header-full-width:not(.checkout-distraction-free) .site-header .container{max-width:none}@media (min-width:576px){.header-full-width .et-header-menu>li.menu-item-mega-parent>.sub-menu,.header-full-width:not(.checkout-distraction-free) .site-header .container{padding-left:30px;padding-right:30px}}@media (min-width:1490px){.header-full-width .et-header-menu>li.menu-item-mega-parent>.sub-menu,.header-full-width:not(.checkout-distraction-free) .site-header .container{padding-right:40px;padding-left:40px}}.site-header,.site-header .header-main{display:flex;flex-direction:column}.site-header .header-main{flex-grow:1;align-items:center;justify-content:center;height:100%}.site-header .container,.site-header .et-header-menu,.site-header .et-header-menu>li,.site-header .header-items,.site-header .navigation{height:100%}.site-header .header-contents{position:relative}.header-items,.site-header .header-contents{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%}.header-left-items{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;text-align:left;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.header-center-items{text-align:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.header-right-items{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;text-align:right;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.header-left-items>*{margin-right:24px}.header-left-items>:last-child{margin-right:0}.header-center-items>*{margin:0 17px}.logo-center .header-center-items>*{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.logo-center .header-center-items .logo-holder{-webkit-box-flex:initial;-webkit-flex:initial;-ms-flex:initial;flex:initial;text-align:center}.header-right-items>*{margin-left:24px}.header-right-items>:first-child{margin-left:0}.header-mobile{height:100%;display:none}.header-mobile.logo-center .logo-holder{justify-content:center}.header-mobile.logo-center .hamburger-menu,.header-mobile.logo-center .mobile-header-icons{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.mobile-header-icons{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.mobile-header-icons>*{margin-left:25px}.side-panel{display:flex;flex-direction:column;position:fixed;top:0;height:100%;width:100%;z-index:600;padding:0;background:#fff;right:0;will-change:transform;-webkit-transition:opacity .25s ease,ease;transition:opacity .25s ease,transform .25s ease;opacity:0}.side-panel .panel-header-inner,.side-panel header{display:flex;justify-content:space-between;align-items:center;height:70px}.side-panel header{background:#f8f8f8;background:rgb(0 0 0/.02);color:#282828;padding:0 50px}.side-panel .panel-header-inner{flex-shrink:0;padding:0}.side-panel .side-panel-title{margin:0;display:inline-flex}.side-panel .et-close{border-radius:50%;background:rgb(255 255 255/.7);border:9px solid #fff0;color:#777;width:36px;height:36px;display:inline-flex;justify-content:center;align-items:center;position:relative}.side-panel .et-close:after,.side-panel .et-close:before{background-color:#777}.side-panel.dark .panel-header-inner .et-close{background:rgb(255 255 255/.1)}.side-panel.dark .panel-header-inner .et-close:after,.side-panel.dark .panel-header-inner .et-close:before{background-color:rgb(255 255 255/.5)}.side-panel .side-panel-content{position:relative;padding:35px 50px 50px;flex:1}@media only screen and (max-width:575px){.side-panel .side-panel-content{padding:20px 35px 25px}.side-panel header{padding:0 35px}}@media only screen and (min-width:576px){.side-panel{width:400px}#side-cart{width:460px}}.hamburger-menu,.menu-toggle,.menu-toggle .bars{display:inline-flex;align-items:center}.menu-toggle{padding:6px 0;background:0 0!important;border:0;outline:0}.menu-toggle .name{margin-left:10px;display:none}.side-menu{width:100%;max-width:460px;z-index:604;right:auto;left:0;-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-webkit-transform:translateX(-100%);transform:translateX(-100%);overflow:hidden}.side-menu.side-panel header{justify-content:center;background:#fff0}.side-menu.no-bar:not(.dark) .et-close{background:rgb(0 0 0/.05)}.side-menu.no-bar .side-panel-content{padding-top:0}.side-menu .container{padding:0;min-height:100%;display:flex;flex-direction:column}.side-menu .bottom-extras{margin-top:auto;width:100%}.mobile-menu{list-style:none;margin:0 0 20px;padding:0}.mobile-menu li{margin:0;list-style:none}.mobile-menu li .et-menu-toggle{display:none}.mobile-menu li.menu-item-has-children>.et-menu-toggle{display:flex;justify-content:center;align-items:center;position:absolute;width:36px;height:36px;border-radius:50px;text-align:center;right:0;top:5px;cursor:pointer}.mobile-menu li.menu-item-has-children>.et-menu-toggle:after{content:"";font-family:"et-icon"}.mobile-menu li a{position:relative;display:block;padding:.7em 0;text-decoration:none;color:#444}.big-menu>li>.sub-menu li,.mobile-menu li,.mobile-menu li.menu-item-has-children{position:relative}.mobile-menu .sub-menu{display:none;list-style:none;margin:0;padding:0 0 13px 13px;animation:.85s fadeIn}.big-menu>li.menu-item-has-children>.et-menu-toggle:after,.mobile-menu.menu-sliding>.menu-item-has-children>.et-menu-toggle:after{content:""}.menu-sliding>li{font-size:1.1em;text-transform:uppercase;overflow:hidden}.side-menu .bottom-extras>div{padding:10px 0;margin-bottom:0}.side-menu .bottom-extras .account-menu li,.side-menu .bottom-extras .quick_cart,.side-menu .bottom-extras .social-icons{display:flex;align-items:center;padding:.7em 0}.side-menu .bottom-extras .social-icons{flex-wrap:wrap}.side-menu .bottom-extras .account-menu li a{display:flex;width:100%}@media only screen and (max-width:991px){#fullscreen-menu{display:none}}.side-menu .bottom-extras{border-top:1px solid #ddd;border-top-color:rgb(0 0 0/.1);padding-top:10px}.side-menu .bottom-extras .menu-divider{border-top:1px solid #ddd;border-top-color:rgb(0 0 0/.1);padding:0;margin:10px 0}.side-menu .bottom-extras .account-menu .text,.side-menu .bottom-extras .quick_cart .text{display:inline;flex-grow:1;margin-right:auto}.side-menu .bottom-extras .account-menu svg,.side-menu .bottom-extras .quick_cart svg{height:20px;width:20px;order:5}.side-menu .bottom-extras .minicart-counter{margin-right:4px}@media only screen and (min-width:992px){#mobile-menu:not(.desktop-active){visibility:hidden;opacity:0}.side-mobile-menu .bottom-extras .quick_cart,.side-mobile-menu .mobile-search{display:none}}.side-fullscreen-menu .bottom-extras{font-size:.9em}.side-fullscreen-menu .big-menu,.side-fullscreen-menu .bottom-extras{width:25%}.side-fullscreen-menu .big-menu{margin:20px 0}.big-menu>li{border:0;display:flex;justify-content:space-between;margin-bottom:10px}.big-menu li a{padding:8px 10px;line-height:inherit;color:#444}.big-menu>li>a{padding:5px 0;font-size:1.15em}.big-menu>li:not(.title-item)>a{text-transform:uppercase;letter-spacing:.1em}.big-menu li.menu-item-has-children{position:static}.big-menu>li.menu-item-has-children>.et-menu-toggle{position:relative;cursor:default}.big-menu>li>.sub-menu{border:0;position:absolute;width:75%;min-height:50vh;left:25%;top:0;padding:25px 0 0 5%;margin-left:-1px;max-height:100%;flex-flow:inherit;-ms-flex-wrap:wrap;flex-wrap:wrap;scrollbar-width:none;-ms-overflow-style:none}.big-menu>li>.sub-menu::-webkit-scrollbar{width:0;height:0}.big-menu>li>.sub-menu:before{content:" ";left:3%;top:0;width:1px;background:#f2f2f2;background:linear-gradient(0deg,#fff0 0,rgb(0 0 0/.1) 50%);float:left;position:absolute;height:100%}.big-menu>li:hover>.sub-menu{display:-webkit-box;display:-ms-flexbox}.big-menu>li.menu-item-mega-parent>.sub-menu>li{margin-bottom:20px;-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;padding-left:15px;padding-right:15px}.big-menu li>.sub-menu>li .et-menu-toggle{display:none}.side-menu.dark{background-color:#333}.side-menu.dark .side-panel-content{color:rgb(255 255 255/.7)}.side-menu.dark .bottom-extras,.side-menu.dark .side-panel-content .big-menu>li>.sub-menu:before{border-color:rgb(255 255 255/.1)}.side-menu.dark .side-panel-content .big-menu>li:hover .et-menu-toggle{background-color:rgb(255 255 255/.1)}.side-menu.dark .big-menu>li>.sub-menu:before{background:linear-gradient(0deg,#fff0 0,rgb(255 255 255/.3) 50%)}@media only screen and (max-width:991px){.side-menu .mobile-menu.big-menu{display:none}}@media only screen and (min-width:992px){.side-fullscreen-menu{max-width:100%}}@media only screen and (max-width:1199px){.side-fullscreen-menu .container{max-width:100%;padding:0}}.search-panel{-moz-transform:translateX(100%);-ms-transform:translateX(100%);-webkit-transform:translateX(100%);transform:translateX(100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-webkit-transform:translateY(-100%);transform:translateY(-100%)}.search-panel.side-panel{width:100%;height:auto;padding-bottom:0}.search-panel header,.search-panel header .panel-header-inner{background:#fff0;height:auto;border:0;padding:0;justify-content:flex-end}.search-panel header .panel-header-inner{padding:30px 0 20px;font-size:1.1em}.search-panel .et-close{background:rgb(0 0 0/.05);margin:0 1em}.search-panel .side-panel-content{padding:0 15px 25px}.search-panel .search-button-group{position:relative;max-width:768px;margin:0 auto 30px;display:flex;align-items:center;border-bottom:2px solid currentColor}.goya-search .search-button-group select{border:0;background-color:#fff0;width:200px;max-width:50%;padding-right:32px;background-position:calc(100% - 10px) 48%}.goya-search .search-field{width:100%;margin:0;display:block;border:0;border-radius:0;background:#fff0;height:auto;box-sizing:border-box;padding:15px 0;position:relative}.goya-search .woocommerce-product-search .search-field{margin-left:30px}.goya-search .woocommerce-product-search [type=submit]{display:none}.goya-search [type=submit] svg{vertical-align:middle}.search-button-group .search-clear,.search-button-group .search-icon{position:absolute;left:0;margin:0;width:20px;height:20px;opacity:0}.search-button-group .search-icon{opacity:.5;display:flex;align-items:center}.search-button-group .search-clear:after,.search-button-group .search-clear:before{height:2px}.search-panel .side-panel-title{display:none}.side-panel-mobile .search-button-group .search-icon{width:16px;height:16px}.side-panel-mobile .search-panel .search-field{font-weight:400}.side-panel-mobile .search-panel .wc-category-select,.slick>div{display:none}@media (min-width:768px){.search-panel .side-panel-content{padding:35px 15px 50px}}@media only screen and (min-width:992px){.search-panel .search-field{font-size:2em}}.side-menu .search-panel.mobile-search{transform:none;position:relative;top:auto;opacity:1;background-color:#fff0}.minicart-counter.et-count-zero{background:#fff0;margin-left:0;font-size:12px}@media only screen and (max-width:767px){.header-transparent-mobiles.page-header-transparent:not(.page-title-visible) .header-spacer{display:none}}@media only screen and (min-width:768px){.page-header-transparent:not(.page-title-visible) .header-spacer{display:none}}.et-header-menu{display:flex;list-style:none}.et-header-menu>li{display:inline-flex;padding-left:24px;margin-left:-1px;align-items:center}.et-header-menu>li:first-child{padding-left:0}.et-header-menu>li a{padding:10px 0;position:relative}.et-header-menu>li>a{white-space:nowrap;display:inline-flex;align-items:center}.big-menu .sub-menu,.et-header-menu .sub-menu,.et-header-menu>li>.sub-menu{visibility:hidden;opacity:0;transition:all .18s cubic-bezier(.2,.06,.05,.95);transition-delay:.2s}.big-menu .sub-menu,.et-header-menu>li>.sub-menu{text-align:initial;display:block}.et-header-menu .sub-menu{padding:30px 0;margin:0;list-style:none;position:absolute;top:100%;left:-3px;z-index:10;text-align:inherit;line-height:1.5}.big-menu>li:hover>.sub-menu,.et-header-menu li:hover>.sub-menu{visibility:visible;opacity:1}.big-menu>li:hover>.sub-menu,.big-menu>li>.sub-menu,.et-header-menu>li.menu-item-mega-parent>.sub-menu{display:flex}.et-header-menu>li.menu-item-mega-parent>.sub-menu>li{margin-bottom:30px}.megamenu-fullwidth .et-header-menu>li.menu-item-mega-parent>.sub-menu{flex-wrap:wrap;width:100%}.megamenu-fullwidth .et-header-menu>li.menu-item-mega-parent>.sub-menu>li{max-width:20%;width:100%}.megamenu-fullwidth .et-header-menu>li.menu-item-mega-parent.menu-item-mega-column-3>.sub-menu>li{max-width:33.333333%}.megamenu-fullwidth .et-header-menu>li.menu-item-mega-parent>.sub-menu li,.products .product .product_thumbnail img{width:100%}.menu-item-mega-parent>.sub-menu>li>a{text-transform:uppercase;font-size:.9em;letter-spacing:.1em;margin-bottom:5px}.et-header-menu>li.menu-item-mega-parent:hover>.sub-menu{display:flex;visibility:visible;transition:all .18s cubic-bezier(.2,.06,.05,.95);opacity:1;transition-delay:0s}.et-header-menu li.menu-item-has-children{position:relative;align-items:center}.et-header-menu li.menu-item-mega-parent{position:static}.et-header-menu>li>.sub-menu:before{content:"";position:absolute;top:0;left:-10px;background-color:#fff;width:calc(100% + 20px);height:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;border:1px solid rgb(0 0 0/.1);-webkit-box-shadow:0 15px 30px -10px rgb(0 0 0/.06);-moz-box-shadow:0 15px 30px -10px rgb(0 0 0/.06);box-shadow:0 15px 30px -10px rgb(0 0 0/.06);z-index:-1}.et-header-menu>li.menu-item-mega-parent>.sub-menu{padding:50px 0 20px}.et-header-menu>li.menu-item-mega-parent>.sub-menu:before{left:0;width:100%}.megamenu-fullwidth .et-header-menu>li.menu-item-mega-parent>.sub-menu:before{width:200vw;transform:translateX(-50%)}.megamenu-column-animation .et-header-menu>li.menu-item-mega-parent>.sub-menu>li{opacity:0;transform:translateY(60px)}.megamenu-column-animation .et-header-menu>li.menu-item-mega-parent:hover>.sub-menu>li{opacity:1;transform:none}.megamenu-column-animation .et-header-menu>li.menu-item-mega-parent>.sub-menu>li:nth-child(1){transition:transform .65s cubic-bezier(.165,.84,.44,1) .075s,opacity .65s cubic-bezier(.165,.84,.44,1) .15s}.megamenu-column-animation .et-header-menu>li.menu-item-mega-parent>.sub-menu>li:nth-child(2){transition:transform .65s cubic-bezier(.165,.84,.44,1) .195s,opacity .65s cubic-bezier(.165,.84,.44,1) .27s}.megamenu-column-animation .et-header-menu>li.menu-item-mega-parent>.sub-menu>li:nth-child(3){transition:transform .65s cubic-bezier(.165,.84,.44,1) .255s,opacity .65s cubic-bezier(.165,.84,.44,1) .33s}.megamenu-column-animation .et-header-menu>li.menu-item-mega-parent>.sub-menu>li:nth-child(4){transition:transform .65s cubic-bezier(.165,.84,.44,1) .315s,opacity .65s cubic-bezier(.165,.84,.44,1) .39s}.megamenu-column-animation .et-header-menu>li.menu-item-mega-parent>.sub-menu>li:nth-child(5){transition:transform .65s cubic-bezier(.165,.84,.44,1) .375s,opacity .65s cubic-bezier(.165,.84,.44,1) .45s}.megamenu-column-animation .et-header-menu>li.menu-item-mega-parent>.sub-menu>li:nth-child(6){transition:transform .65s cubic-bezier(.165,.84,.44,1) .435s,opacity .65s cubic-bezier(.165,.84,.44,1) .51s}.megamenu-column-animation .et-header-menu>li.menu-item-mega-parent>.sub-menu>li:nth-child(7){transition:transform .65s cubic-bezier(.165,.84,.44,1) .495s,opacity .65s cubic-bezier(.165,.84,.44,1) .57s}.megamenu-column-animation .et-header-menu>li.menu-item-mega-parent>.sub-menu>li:nth-child(8){transition:transform .65s cubic-bezier(.165,.84,.44,1) .555s,opacity .65s cubic-bezier(.165,.84,.44,1) .63s}.megamenu-column-animation .et-header-menu>li.menu-item-mega-parent>.sub-menu>li:nth-child(9){transition:transform .65s cubic-bezier(.165,.84,.44,1) .615s,opacity .65s cubic-bezier(.165,.84,.44,1) .69s}.megamenu-column-animation .et-header-menu>li.menu-item-mega-parent>.sub-menu>li:nth-child(10){transition:transform .65s cubic-bezier(.165,.84,.44,1) .675s,opacity .65s cubic-bezier(.165,.84,.44,1) .75s}.megamenu-column-animation .et-header-menu>li.menu-item-mega-parent>.sub-menu>li:nth-child(11){transition:transform .65s cubic-bezier(.165,.84,.44,1) .735s,opacity .65s cubic-bezier(.165,.84,.44,1) .81s}.megamenu-column-animation .et-header-menu>li.menu-item-mega-parent>.sub-menu>li:nth-child(12){transition:transform .65s cubic-bezier(.165,.84,.44,1) .795s,opacity .65s cubic-bezier(.165,.84,.44,1) .87s}.et-header-menu li>.sub-menu>li{display:block;width:240px;padding:0 27px}.et-header-menu .sub-menu li:last-child{margin-bottom:0}.et-header-menu .sub-menu li a:before{bottom:-3px}.footer-widgets{padding:50px 0}.footer-widgets .widgettitle{margin-bottom:10px;padding:10px 0;text-transform:uppercase;letter-spacing:.1em;font-weight:inherit}.footer-bar .container{padding-top:30px;padding-bottom:20px}.footer-bar-border-1,.footer-widgets{border-top:1px solid rgb(0 0 0/.1)}@media all and (min-width:992px){.footer-bar .container,.footer-bar .footer-items{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.footer-bar .container{position:relative}.footer-bar .footer-items{margin-bottom:0}.footer-bar .footer-left,.footer-bar .footer-right{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.footer-bar .footer-center{text-align:center;-webkit-box-pack:center;align-items:center;margin:0 20px}.footer-bar .footer-right{text-align:right;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.footer-bar .footer-left>*{margin-right:24px}.footer-bar .footer-left>:last-child{margin-right:0}.footer-bar .footer-right>*{margin-left:24px}.footer-bar .footer-right>:first-child{margin-left:0}}#side-cart.side header .container,.footer-bar .menu{padding:0}.footer-bar .menu li{display:inline-flex}.footer-bar .menu>li>a{display:inline-block;vertical-align:middle;margin:0 21px 0 0}.footer-bar .menu>li:last-child a{margin-right:0;margin-left:0}@media all and (max-width:991px){.footer-bar{text-align:center}.footer-bar .copyright{padding-top:14px}.footer-bar .menu>li{float:none;display:inline-block}.footer-bar .footer-bar-content,.footer-bar .menu{float:none}}@media all and (min-width:768px){.footer-widgets .widget:last-child{margin-bottom:0}.footer-toggle-widgets.footer-widgets .widgettitle+div{display:block!important}}@media all and (max-width:767px){.footer-toggle-widgets.footer-widgets .widget{margin-bottom:10px}.footer-bar .menu>li{display:block}.footer-bar .menu>li:last-child{border-bottom:0 none}.footer-bar .menu>li>a{display:block;padding:7px 0;margin:0}}#scroll_to_top{position:fixed;bottom:-50px;right:15px;z-index:100;transform:rotate(-90deg)}#scroll_to_top span{width:50px;height:50px;border-radius:100%;background:rgb(255 255 255/.2);border:2px solid rgb(0 0 0/.1);display:flex;align-items:center;justify-content:center}#scroll_to_top:hover span{border-color:inherit}@media only screen and (max-width:767px){#scroll_to_top{display:none}}.widget{margin-bottom:46px}.widgettitle{font-size:inherit;letter-spacing:.1em;color:inherit;text-transform:uppercase;margin-bottom:20px;position:relative;display:block;margin-top:0;-moz-transition:all .3s linear;-o-transition:all .3s linear;-webkit-transition:all .3s linear;transition:all .3s linear}.widget ul{margin:0;padding:0;list-style:none}.widget ul li{display:block;margin:0 0 15px}.widget ul li.menu-item{margin-bottom:10px}.widget ul li:last-of-type{margin-bottom:0}.mfp-hide{display:none!important}button::-moz-focus-inner{padding:0;border:0}.et-close:after,.et-close:before,.remove:after,.remove:before{content:"";position:absolute;height:2px;width:100%;top:50%;left:0;margin-top:-1px;background-color:#282828;transform-origin:50% 50%;opacity:1;-moz-transition:-moz-transform ease .25s;-webkit-transition:-webkit-transform ease .25s;-o-transition:-o-transform ease .25s;-ms-transition:-ms-transform ease .25s;transition:transform ease .25s}.et-close:before,.remove:before{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.et-close:after,.remove:after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}button svg{pointer-events:none}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-moz-user-select:-moz-none;-ms-user-select:none;-webkit-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:#fff0}.slick>div:first-child{display:block}.slick{position:relative;overflow:hidden}.slick:after{z-index:99}.page-title{font-size:2.2rem}@media only screen and (min-width:768px){.page-title{font-size:2.3rem}}@media only screen and (min-width:1200px){.page-title{font-size:2.6rem}}@media only screen and (min-width:1490px){.page-title{font-size:3rem}}.big-menu .sub-menu li a,.et-header-menu .sub-menu li a,.et-header-menu>li>a,.et-login-wrapper a,.footer-bar .menu li a,.widget .menu-item a{position:relative;display:inline-block;padding:.3em 0;-webkit-backface-visibility:hidden}.et-banner-text .et-banner-link.link,.widget:not(.widget_shopping_cart):not(.woocommerce):not(.wcapf-ajax-term-filter):not(.et_widget_social_media) a{position:relative;display:inline-block;-webkit-backface-visibility:hidden}.big-menu .sub-menu li a,.et-header-menu .sub-menu li a{padding:.4em 0}.et-banner-text .et-banner-link.link,.widget:not(.widget_shopping_cart):not(.woocommerce):not(.wcapf-ajax-term-filter):not(.et_widget_social_media) a{padding:.1em 0}.big-menu .sub-menu>li>a:after,.big-menu>li>a:after,.et-banner-text .et-banner-link.link:after,.et-header-menu .sub-menu>li>a:after,.et-header-menu>li>a:after,.et-login-wrapper a:after,.footer-bar .menu li a:after,.widget .menu-item>a:after{content:"";height:2px;width:0;background-color:currentColor;position:absolute;bottom:0;left:0;-webkit-transition:width .25s;transition:width .25s}.et-main-products a:after,.widget.et_widget_social_media a:after{display:none}.big-menu .sub-menu>li>a:hover:after,.big-menu>li:hover>a:after,.et-banner-text .et-banner-link.link:hover:after,.et-header-menu .sub-menu>li>a:hover:after,.et-header-menu>li:hover>a:after,.et-login-wrapper a:hover:after,.footer-bar .menu li a:hover:after,.widget .menu-item>a:hover:after,.widget:not(.woocommerce) a:hover:after{width:100%}.et-main-products a{padding-top:0;padding-bottom:0}.et-close,.minicart-counter.et-count-zero,.remove:hover,a.remove:hover{color:#b9a16b}.accent-color:not(.fancy-tag) .wpb_wrapper>h1,.accent-color:not(.fancy-tag) .wpb_wrapper>h2,.accent-color:not(.fancy-tag) .wpb_wrapper>h3,.accent-color:not(.fancy-tag) .wpb_wrapper>h4,.accent-color:not(.fancy-tag) .wpb_wrapper>h5,.accent-color:not(.fancy-tag) .wpb_wrapper>h6{color:#b9a16b}.et-loader:after,.minicart-counter{background-color:#b9a16b}@font-face{font-display:swap;font-family:"et-icon";src:url(/wp-content/themes/goya/assets/icons/theme-icons/fonts/et-icon.ttf?h4xavc)format("truetype"),url(/wp-content/themes/goya/assets/icons/theme-icons/fonts/et-icon.woff?h4xavc)format("woff"),url(/wp-content/themes/goya/assets/icons/theme-icons/fonts/et-icon.svg?h4xavc#et-icon)format("svg");font-weight:400;font-style:normal;font-display:block}.et-icon{font-family:"et-icon"!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.et-maximize-2:before{content:""}.et-shopping-bag:before{content:""}.et-facebook:before{content:""}.et-instagram:before{content:""}.badge{display:block;font-size:.75em;font-weight:400;color:#777;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;padding:.1em .7em;line-height:1.5em;text-align:center;letter-spacing:normal}.products .badge{position:absolute;top:5%;left:5%;z-index:2}.badge.out-of-stock{background:#fff;color:#585858}.remove,a.remove{width:16px;height:16px;color:#fff0;text-indent:-9999px}.price{display:block}.price>span{display:inline-flex;vertical-align:middle}.price>.amount{color:#282828;background:#fff0;text-decoration:none}.required{opacity:.4;border:0}@media only screen and (max-width:575px){.products .product.col-6:nth-child(odd){padding-right:7.5px}.products .product.col-6:nth-child(even){padding-left:7.5px}}.products .product{display:flex;margin-bottom:30px;flex-direction:column}.products .product .product_thumbnail{position:relative;width:100%;overflow:hidden;margin-bottom:0}.products .product .product_thumbnail img.lazyload{background-color:rgb(0 0 0/.1)}.products .product .product_thumbnail>a{display:block;overflow:hidden;position:relative}.products .product .caption{padding-top:1em}.et-listing-style2 .button .text,.et-listing-style3 .button .text,.et-tooltip .text{background-color:rgb(51 51 51/.9);font-size:12px;line-height:1;-webkit-border-radius:3px;border-radius:3px;position:absolute;top:auto;right:130%;visibility:hidden;opacity:0;pointer-events:none;white-space:nowrap;padding:8px 9px;color:#fff;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 7px 15px rgb(0 0 0/.3);-webkit-transition:opacity .3s linear,right .3s linear;transition:opacity .3s linear,right .3s linear}.et-listing-style2 .button:hover .text,.et-listing-style3 .button:hover .text,.et-tooltip:hover .text{right:120%;visibility:visible;opacity:1}.et-listing-style2 .button .text:after,.et-listing-style3 .button .text:after,.et-tooltip .text:after{position:absolute;top:50%;margin-top:-5px;right:-10px;content:"";width:0;height:0;border-style:solid;border-width:5px;border-color:#fff0 #fff0 #fff0 rgb(51 51 51/.9)}@media screen and (min-width:768px){.products .product .product_thumbnail img{width:100%;-moz-transform:scale(1,1);-ms-transform:scale(1,1);-webkit-transform:scale(1,1);transform:scale(1,1);transform-origin:center center}}.products .product .product_thumbnail.et-image-hover{position:relative}.products .product .product_thumbnail.et-image-hover .product_thumbnail_hover{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;-moz-background-size:cover;-o-background-size:cover;-webkit-background-size:cover;background-size:cover;background-position:center}.products .product .product-title{margin:0 0 5px}.products .product .product-title h2{font-family:inherit;font-size:inherit;font-weight:400;margin:0}.products .product_after_title{position:relative;overflow:hidden}.product .product-excerpt,.products .product .product-title h2:before,.products .product_after_title .button:not(.added_to_cart) .icon{display:none}.products .product_after_title>div>.price{line-height:25px}.products .product_after_title .price>.amount{color:#848485}.products .after_shop_loop_actions{background:#fff0;opacity:1;bottom:auto;box-shadow:none}.products .after_shop_loop_actions .button,.products .button{width:auto;text-transform:none;letter-spacing:0;text-align:left;border:0;background:#fff0;border-radius:0;color:#777;padding:2px 0;font-weight:400}.products .add_to_cart_button:hover,.products .button:hover{color:#282828;border-color:#282828}.products .after_shop_loop_actions{display:flex}.products .actions-wrapper a .icon{-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;display:inline-flex}.products .actions-wrapper a:hover .icon{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}.products .actions-wrapper .icon,.products .caption .icon{color:#777}.products .actions-wrapper a:hover .icon,.products .caption a:hover .icon{color:#282828}.et-listing-style2 .product-title,.et-listing-style3 .product-title{display:block;text-transform:none;position:relative}.et-listing-style2 .actions-wrapper{position:absolute;width:160px;height:54px;bottom:20px;left:50%;margin-left:-80px;background:#fff;box-shadow:0 5px 15px 0 rgb(0 0 0/.15);opacity:0;transform:scale(.85);-webkit-transition:all .22s ease-in-out;-moz-transition:all .22s ease-in-out;transition:all .22s ease-in-out;z-index:9999;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px}.et-listing-style2 .actions-inner{align-items:center;justify-content:center;display:flex;height:100%}.et-listing-style2 .button{padding:0}.et-listing-style2 .button,.et-listing-style2 .et-quickview-btn{background:#fff0;font-size:18px;display:inline-flex;float:none;position:relative;top:auto;left:auto;right:auto;width:100%;height:100%;align-items:center;justify-content:center;margin:0}.et-listing-style2 .actions-inner>:not(:first-child),.et-listing-style2 .actions-inner>:not(:first-child):hover{border-left:1px solid rgb(0 0 0/.1)}.et-listing-style2 .button .text,.et-listing-style2 .et-tooltip .text,.et-listing-style2 .product_after_title .after_shop_loop_actions>.button,.et-listing-style3 .product_after_title .after_shop_loop_actions .add_to_cart_button{display:none!important}.et-listing-style3 .actions-wrapper{position:absolute;top:5%;right:5%}.et-listing-style3 a .icon{border-radius:50%;background:rgb(255 255 255/.7);width:36px;height:36px;display:flex;align-items:center;justify-content:center;opacity:0;-webkit-transition:all .22s ease-in-out;-moz-transition:all .22s ease-in-out;transition:all .22s ease-in-out}.et-listing-style3:hover a .icon{opacity:1}#et-quickview,.et-listing-style3 a:hover .icon{background:#fff}.et-listing-style3 .actions-wrapper .button,.et-listing-style3 .et-quickview-btn{position:relative;display:block;margin:0 0 10px;padding:0;background:#fff0;opacity:1}@media only screen and (max-width:767px){.et-listing-style2 .actions-wrapper,.et-listing-style3 .actions-wrapper .button,.et-listing-style3 .et-quickview-btn{display:none}}#et-quickview{position:relative;display:none;max-width:960px;margin:0 auto;box-shadow:0 40px 60px 0 rgb(0 0 0/.2)}@media (max-width:991px){#et-quickview{max-width:550px}}@media all and (max-width:576px){#et-quickview{height:100%;overflow-y:auto}}#side-cart{-moz-transform:translateX(100%);-ms-transform:translateX(100%);-webkit-transform:translateX(100%);transform:translateX(100%)}.minicart-counter{display:inline-flex;justify-content:center;align-items:center;height:17px;width:17px;line-height:17px;background:#b9a16b;color:#fff;border-radius:50px;font-size:10px;text-align:center;margin-left:4px;font-family:Arial,Helvetica,sans-serif}.minicart-counter.et-count-zero,.quick_cart .text{display:none}.side-panel .side-panel-title .minicart-counter{margin-top:-5px;background:#fff0;color:inherit;font-size:.8em}#side-cart .side-panel-content{position:relative;display:flex;height:100%;max-height:100%;overflow:hidden;padding:35px 25px 50px}#side-cart .widget_shopping_cart_content{flex:1;z-index:10}#side-cart .widget_shopping_cart_content,#side-cart .widget_shopping_cart_content>div{overflow:hidden;height:100%;display:flex;flex-direction:column}#minicart-loader{position:absolute;top:45px;left:60px;z-index:0;display:none}#minicart-loader .et-loader{position:relative;font-size:16px;font-weight:400;padding-left:24px}#minicart-loader .et-loader:after{top:7px;width:12px;height:12px;right:auto;left:0;margin:0}#side-cart .et-cart-empty{padding:6vh 0}.cart-panel-summary{padding:10px 25px 0}.woocommerce-mini-cart__buttons{margin:0}.woocommerce-mini-cart__buttons .button:not(.checkout){background:#fff0;border:2px solid currentColor}.woocommerce-mini-cart__buttons .button{width:100%;padding:8px 12px}@media only screen and (max-width:575px){.woocommerce-mini-cart__buttons{padding-top:15px}}@media only screen and (min-width:768px){#et-cart-panel-continue{max-width:420px}}.woocommerce-cart:not(.panel-open-menu) .woocommerce-cart-form>h1{z-index:1001;font-family:inherit;float:left}.woocommerce-Price-amount{white-space:nowrap}.et-cart-empty{text-align:center;padding:9vh 0}.empty-circle{background:rgb(0 0 0/.03);height:80px;width:80px;display:inline-flex;justify-content:center;align-items:center;border-radius:50%}.et-cart-empty svg{height:30px;width:30px}.et-cart-empty p{max-width:300px;margin:18px auto 20px}.woocommerce-form-login{animation:1.2s fadeIn}@media only screen and (max-width:991px){.woocommerce-form-login{margin-left:auto;margin-right:auto}}.et-login-popup-wrap{position:relative;width:auto;max-width:480px;margin:0 auto;padding:40px 10px;overflow:hidden;background:#fff;box-shadow:0 40px 60px 0 rgb(0 0 0/.2)}.et-login-popup-wrap .et-login-wrapper .et-form-container{border:0;padding:0}.et-form-container{display:flex;justify-content:center;align-items:center;padding-bottom:30px}.et-form-container h2{margin-bottom:20px;padding:2vh 0;text-align:center;font-size:2.1rem}.et-form-container #et-login-form{padding:0 1px;width:100%;will-change:opacity;max-width:420px;animation:.48s et-fadeIn;opacity:1;display:block}.login p{margin-bottom:18px}.form-row .woocommerce-form-login__rememberme{margin:0;padding:0}.et-login-wrapper .form-actions{text-align:center}.login .button{display:block;width:100%;padding:.75rem 1.75rem;line-height:1.6}.login{width:100%}.login .lost_password{float:right}@media all and (min-width:576px){.login-single-column .et-form-container{max-width:460px;margin:0 auto;border:1px solid #ddd;padding:40px;border-radius:3px}.et-login-popup-wrap{padding:40px}}@media only screen and (max-width:575px){.login .lost_password{display:block;float:none}}.wpb_text_column{clear:both}.wpb_wrapper .vc_separator{margin-bottom:0}.et-banner,.vc_sep_pos_align_center{text-align:center}.et-banner{position:relative;width:100%;overflow:hidden;margin:0}.et-banner .et-banner-content{position:absolute;top:0;left:0;z-index:2;width:100%;height:100%}.et-banner .et-banner-content-inner{position:relative;height:100%}.et-banner.content-full .et-banner-content-inner{max-width:100%}.et-banner img{max-width:100%;display:inline-block;width:100%;height:auto;-moz-transform:scale(1,1);-ms-transform:scale(1,1);-webkit-transform:scale(1,1);transform:scale(1,1);backface-visibility:hidden;transform-origin:center center}.et-banner img.lazyload{opacity:0}.et-banner.hover-zoom:hover img{-moz-transform:scale(1.05,1.05);-ms-transform:scale(1.05,1.05);-webkit-transform:scale(1.05,1.05);transform:scale(1.05,1.05)}.et-banner-image{width:100%;height:100%!important;background-repeat:no-repeat;background-position:50% 50%;-webkit-background-size:cover;-moz-background-size:cover;-ms-background-size:cover;-o-background-size:cover;background-size:cover}.et-banner-alt-image{display:none!important}.et-banner-text{position:absolute;right:0;left:0;z-index:10;width:50%;margin:0 auto;padding-right:15px;padding-left:15px;text-align:left}.et-banner.content-full .et-banner-text{padding-left:10%;padding-right:10%}.et-banner-text.h_right{right:0;left:auto;padding-left:0!important}.et-banner-text.h_left{right:auto;left:0;padding-right:0!important}.et-banner-text.v_center{bottom:50%;-webkit-transform:translateY(50%);-moz-transform:translateY(50%);-ms-transform:translateY(50%);-o-transform:translateY(50%);transform:translateY(50%)}.et-banner-text.align_center{text-align:center}.et-banner-text.align_right{text-align:right}.et-banner-text .et-banner-title{line-height:1.1;margin-bottom:0}.et-banner-text .et-banner-title.medium{font-size:1.8rem}.et-banner-text .et-banner-title.xxlarge{font-size:4.2rem}.et-banner-text .et-banner-subtitle{display:block;color:inherit;margin-top:1.4rem;margin-bottom:0;font-weight:400;font-size:1rem;text-transform:uppercase;letter-spacing:.2em}.et-banner-text .et-banner-subtitle.tag_style{letter-spacing:.1em;padding:0 10px;margin-bottom:1.4rem;border-radius:3px;line-height:1.9em;display:inline-flex;align-items:center;text-transform:uppercase;font-size:11.4px;font-weight:600;background:rgb(0 0 0/.8);color:#fff}.et-banner-text .et-banner-link{margin-top:1.4rem;margin-bottom:0}.et-banner-text .et-banner-link.link,.et-banner-text .et-banner-link.link:hover{font-size:1.2rem;border-radius:0;border:0}.et-banner-text .et-banner-link.solid{border:0}.et-banner .et-banner-title.color-light,.et-banner.text-color-light .et-banner-title{color:#fff;text-shadow:0 0 7px rgb(0 0 0/.25)}.et-banner.text-color-light,.et-banner.text-color-light .et-banner-subtitle{color:#777;color:rgb(255 255 255/.8)}.et-banner.text-color-light .et-banner-subtitle.tag_style{color:#282828;background-color:rgb(255 255 255/.9)}.et-banner .et-banner-link.color-light,.et-banner .et-banner-link.color-light:hover,.et-banner.text-color-light .et-banner-link,.et-banner.text-color-light .et-banner-link:hover{color:#fff}.et-banner.text-color-light .et-banner-content:before{background:rgb(0 0 0/.1);position:absolute;top:0;bottom:0;left:0;right:0;content:" "}.et-banner .et-banner-link.color-light.solid,.et-banner .et-banner-link.color-light.solid:hover{color:#282828}@media all and (max-width:1199px){.et-banner-text .et-banner-title.xxlarge{font-size:3.8rem}.et-banner-text .et-banner-link{padding:.55rem 1.25rem}}@media all and (max-width:991px){.et-banner-text .et-banner-title.medium{font-size:1.6rem}.et-banner-text .et-banner-title.xxlarge{font-size:2.4rem}}@media all and (min-width:768px){.et-banner.has-alt-image .et-banner-image.et-banner-alt-image{background-image:none!important}}@media all and (max-width:767px){.et-banner.has-alt-image .et-banner-image{display:none}.et-banner.has-alt-image .et-banner-image:not(.et-banner-alt-image){background-image:none!important}.et-banner.has-alt-image .et-banner-alt-image{display:inline-block!important}.et-banner.has-alt-image div.et-banner-alt-image{display:block!important}.et-banner-text.h_center{width:80%}.et-banner-text .et-banner-title.medium{font-size:1.4rem}.et-banner-text .et-banner-title.xxlarge{font-size:1.8rem}}@media all and (max-width:575px){.et-banner-text{padding-right:20px;padding-left:20px}.et-banner-text .et-banner-title.medium{font-size:1.1rem}.et-banner-text .et-banner-title.xxlarge{font-size:1.6rem}.et-banner-text .et-banner-subtitle.tag_style{font-size:10px}}.et-banner-slider{overflow:hidden}.et_btn{display:inline-flex;align-items:center;justify-content:center;position:relative}.et_btn.solid{color:#fff;border-color:#fff0;background-color:#181818}.et_btn.solid:hover{color:#fff;opacity:.82}.et_btn.solid.color-light{background-color:#fff;color:#282828}.et_btn.link{position:relative;display:inline-block;padding:0 0 4px}.et_btn.link:after{content:"";height:2px;width:0;background-color:currentColor;position:absolute;bottom:0;left:0;-webkit-transition:width .25s;transition:width .25s}.et_btn.link,.et_btn.link:hover{background:0 0;color:inherit;text-transform:none;letter-spacing:0}.et-image-inner{text-align:center}.vc_row:after,.vc_row:before{content:" ";display:table}.vc_row:after{clear:both}.et_btn.link:hover:after,.vc_column_container{width:100%}.vc_row{margin-left:-15px;margin-right:-15px}.vc_col-lg-6,.vc_col-md-4,.vc_col-md-9,.vc_col-sm-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px;box-sizing:border-box}@media (min-width:768px){.vc_col-sm-12{float:left;width:100%}}@media (min-width:992px){.vc_col-md-4,.vc_col-md-9{float:left}.vc_col-md-9{width:75%}.vc_col-md-4{width:33.33333333%}}@media (min-width:1200px){.vc_col-lg-6{float:left;width:50%}}@font-face{font-display:swap;font-family:vcpb-plugin-icons;src:url(/wp-content/plugins/js_composer/assets/fonts/vc_icons_v3/fonts/vcpb-plugin-icons.eot?r52kw2);src:url(/wp-content/plugins/js_composer/assets/fonts/vc_icons_v3/fonts/vcpb-plugin-icons.eot?r52kw2#iefix)format("embedded-opentype"),url(/wp-content/plugins/js_composer/assets/fonts/vc_icons_v3/fonts/vcpb-plugin-icons.ttf?r52kw2)format("truetype"),url(/wp-content/plugins/js_composer/assets/fonts/vc_icons_v3/fonts/vcpb-plugin-icons.woff?r52kw2)format("woff"),url(/wp-content/plugins/js_composer/assets/fonts/vc_icons_v3/fonts/vcpb-plugin-icons.svg?r52kw2#vcpb-plugin-icons)format("svg");font-weight:400;font-style:normal;font-display:block}.wpb_text_column :last-child,.wpb_text_column p:last-child{margin-bottom:0}.wpb_content_element{margin-bottom:35px}.wpb-content-wrapper{margin:0;padding:0;border:0;overflow:unset;display:block}.vc_row.vc_row-flex{box-sizing:border-box;display:flex;flex-wrap:wrap}.vc_row.vc_row-flex>.vc_column_container{display:flex}.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner{flex-grow:1;display:flex;flex-direction:column;z-index:1}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner>*{min-height:1em}}.vc_row.vc_row-flex::after,.vc_row.vc_row-flex::before{display:none}.vc_row.vc_row-o-equal-height>.vc_column_container{align-items:stretch}.vc_row.vc_row-o-content-middle>.vc_column_container>.vc_column-inner{justify-content:center}.vc_column-inner::after,.vc_column-inner::before{content:" ";display:table}.vc_column-inner::after{clear:both}.vc_column_container{padding-left:0;padding-right:0}.vc_column_container>.vc_column-inner{box-sizing:border-box;padding-left:15px;padding-right:15px;width:100%}.vc_separator{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center}.vc_separator .vc_sep_holder{height:1px;position:relative;flex:1 1 auto;min-width:10%}.vc_separator .vc_sep_holder .vc_sep_line{height:1px;border-top:1px solid #ebebeb;display:block;position:relative;top:1px;width:100%}.vc_separator.vc_separator_no_text:not(.vc_sep_shadow) .vc_sep_holder_l{width:100%}.vc_separator.vc_separator_no_text:not(.vc_sep_shadow) .vc_sep_holder_r{display:none}.vc_separator .vc_icon_element:not(.vc_icon_element-have-style)+h4{padding-left:0}.vc_separator.vc_sep_color_grey .vc_sep_line{border-color:#ebebeb}.vc_sep_width_100{width:100%}.vc_sep_pos_align_center{margin-left:auto;margin-right:auto}@font-face{font-display:swap;font-family:vc_grid_v1;src:url(/wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.eot?-9hbgac);src:url(/wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.eot?#iefix-9hbgac)format("embedded-opentype"),url(/wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.woff?-9hbgac)format("woff"),url(/wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.ttf?-9hbgac)format("truetype"),url(/wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.svg?-9hbgac#vc_grid_v1)format("svg");font-weight:400;font-style:normal}.bottom-to-top{animation:wpb_btt .7s 1 cubic-bezier(.175,.885,.32,1.275)}:root{--direction-multiplier:1}.screen-reader-text{top:-10000em}:root{--page-title-display:block}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.animated{animation-duration:1.25s}@media (prefers-reduced-motion:reduce){.animated{animation:none}}.elementor-kit-5921{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-aa47213c.woff2)format("woff2");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-60dc2a88.woff2)format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-88769a1e.woff2)format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-0585f5a7.woff2)format("woff2");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-244686ad.woff2)format("woff2");unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-58e5057a.woff2)format("woff2");unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-c012394d.woff2)format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-b8c55b0e.woff2)format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-6fa0783f.woff2)format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-aa47213c.woff2)format("woff2");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-60dc2a88.woff2)format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-88769a1e.woff2)format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-0585f5a7.woff2)format("woff2");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-244686ad.woff2)format("woff2");unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-58e5057a.woff2)format("woff2");unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-c012394d.woff2)format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-b8c55b0e.woff2)format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-6fa0783f.woff2)format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-aa47213c.woff2)format("woff2");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-60dc2a88.woff2)format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-88769a1e.woff2)format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-0585f5a7.woff2)format("woff2");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-244686ad.woff2)format("woff2");unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-58e5057a.woff2)format("woff2");unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-c012394d.woff2)format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-b8c55b0e.woff2)format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-6fa0783f.woff2)format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-aa47213c.woff2)format("woff2");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-60dc2a88.woff2)format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-88769a1e.woff2)format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-0585f5a7.woff2)format("woff2");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-244686ad.woff2)format("woff2");unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-58e5057a.woff2)format("woff2");unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-c012394d.woff2)format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-b8c55b0e.woff2)format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-6fa0783f.woff2)format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-aa47213c.woff2)format("woff2");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-60dc2a88.woff2)format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-88769a1e.woff2)format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-0585f5a7.woff2)format("woff2");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-244686ad.woff2)format("woff2");unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-58e5057a.woff2)format("woff2");unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-c012394d.woff2)format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-b8c55b0e.woff2)format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-6fa0783f.woff2)format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-aa47213c.woff2)format("woff2");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-60dc2a88.woff2)format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-88769a1e.woff2)format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-0585f5a7.woff2)format("woff2");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-244686ad.woff2)format("woff2");unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-58e5057a.woff2)format("woff2");unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-c012394d.woff2)format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-b8c55b0e.woff2)format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-6fa0783f.woff2)format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-aa47213c.woff2)format("woff2");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-60dc2a88.woff2)format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-88769a1e.woff2)format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-0585f5a7.woff2)format("woff2");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-244686ad.woff2)format("woff2");unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-58e5057a.woff2)format("woff2");unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-c012394d.woff2)format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-b8c55b0e.woff2)format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-6fa0783f.woff2)format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-aa47213c.woff2)format("woff2");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-60dc2a88.woff2)format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-88769a1e.woff2)format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-0585f5a7.woff2)format("woff2");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-244686ad.woff2)format("woff2");unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-58e5057a.woff2)format("woff2");unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-c012394d.woff2)format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-b8c55b0e.woff2)format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-6fa0783f.woff2)format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-aa47213c.woff2)format("woff2");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-60dc2a88.woff2)format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-88769a1e.woff2)format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-0585f5a7.woff2)format("woff2");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-244686ad.woff2)format("woff2");unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-58e5057a.woff2)format("woff2");unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-c012394d.woff2)format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-b8c55b0e.woff2)format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-6fa0783f.woff2)format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-1dba1bc2.woff2)format("woff2");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-c4482425.woff2)format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-a1dc56af.woff2)format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-20c48c4e.woff2)format("woff2");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-3603e9b2.woff2)format("woff2");unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-31b09f96.woff2)format("woff2");unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-bf5e5259.woff2)format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-41d25e69.woff2)format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-fb5169d9.woff2)format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-1dba1bc2.woff2)format("woff2");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-c4482425.woff2)format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-a1dc56af.woff2)format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-20c48c4e.woff2)format("woff2");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-3603e9b2.woff2)format("woff2");unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-31b09f96.woff2)format("woff2");unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-bf5e5259.woff2)format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-41d25e69.woff2)format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-fb5169d9.woff2)format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-1dba1bc2.woff2)format("woff2");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-c4482425.woff2)format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-a1dc56af.woff2)format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-20c48c4e.woff2)format("woff2");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-3603e9b2.woff2)format("woff2");unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-31b09f96.woff2)format("woff2");unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-bf5e5259.woff2)format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-41d25e69.woff2)format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-fb5169d9.woff2)format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-1dba1bc2.woff2)format("woff2");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-c4482425.woff2)format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-a1dc56af.woff2)format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-20c48c4e.woff2)format("woff2");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-3603e9b2.woff2)format("woff2");unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-31b09f96.woff2)format("woff2");unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-bf5e5259.woff2)format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-41d25e69.woff2)format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-fb5169d9.woff2)format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-1dba1bc2.woff2)format("woff2");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-c4482425.woff2)format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-a1dc56af.woff2)format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-20c48c4e.woff2)format("woff2");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-3603e9b2.woff2)format("woff2");unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-31b09f96.woff2)format("woff2");unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-bf5e5259.woff2)format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-41d25e69.woff2)format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-fb5169d9.woff2)format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-1dba1bc2.woff2)format("woff2");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-c4482425.woff2)format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-a1dc56af.woff2)format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-20c48c4e.woff2)format("woff2");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-3603e9b2.woff2)format("woff2");unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-31b09f96.woff2)format("woff2");unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-bf5e5259.woff2)format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-41d25e69.woff2)format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-fb5169d9.woff2)format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-1dba1bc2.woff2)format("woff2");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-c4482425.woff2)format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-a1dc56af.woff2)format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-20c48c4e.woff2)format("woff2");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-3603e9b2.woff2)format("woff2");unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-31b09f96.woff2)format("woff2");unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-bf5e5259.woff2)format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-41d25e69.woff2)format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-fb5169d9.woff2)format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-1dba1bc2.woff2)format("woff2");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-c4482425.woff2)format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-a1dc56af.woff2)format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-20c48c4e.woff2)format("woff2");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-3603e9b2.woff2)format("woff2");unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-31b09f96.woff2)format("woff2");unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-bf5e5259.woff2)format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-41d25e69.woff2)format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-fb5169d9.woff2)format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-1dba1bc2.woff2)format("woff2");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-c4482425.woff2)format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-a1dc56af.woff2)format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-20c48c4e.woff2)format("woff2");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-3603e9b2.woff2)format("woff2");unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-31b09f96.woff2)format("woff2");unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-bf5e5259.woff2)format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-41d25e69.woff2)format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/roboto-fb5169d9.woff2)format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:100;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-83dfed57.woff2)format("woff2");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:100;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-f7c1acf8.woff2)format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:100;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-f5125d80.woff2)format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:100;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-7335a6ac.woff2)format("woff2");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:100;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-a3e20834.woff2)format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:100;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-ecf35e38.woff2)format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:100;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-09b550e6.woff2)format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:200;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-83dfed57.woff2)format("woff2");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:200;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-f7c1acf8.woff2)format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:200;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-f5125d80.woff2)format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:200;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-7335a6ac.woff2)format("woff2");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:200;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-a3e20834.woff2)format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:200;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-ecf35e38.woff2)format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:200;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-09b550e6.woff2)format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:300;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-83dfed57.woff2)format("woff2");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:300;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-f7c1acf8.woff2)format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:300;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-f5125d80.woff2)format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:300;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-7335a6ac.woff2)format("woff2");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:300;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-a3e20834.woff2)format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:300;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-ecf35e38.woff2)format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:300;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-09b550e6.woff2)format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:400;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-83dfed57.woff2)format("woff2");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:400;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-f7c1acf8.woff2)format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:400;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-f5125d80.woff2)format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:400;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-7335a6ac.woff2)format("woff2");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:400;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-a3e20834.woff2)format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:400;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-ecf35e38.woff2)format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:400;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-09b550e6.woff2)format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:500;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-83dfed57.woff2)format("woff2");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:500;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-f7c1acf8.woff2)format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:500;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-f5125d80.woff2)format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:500;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-7335a6ac.woff2)format("woff2");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:500;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-a3e20834.woff2)format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:500;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-ecf35e38.woff2)format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:500;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-09b550e6.woff2)format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:600;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-83dfed57.woff2)format("woff2");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:600;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-f7c1acf8.woff2)format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:600;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-f5125d80.woff2)format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:600;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-7335a6ac.woff2)format("woff2");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:600;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-a3e20834.woff2)format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:600;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-ecf35e38.woff2)format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:600;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-09b550e6.woff2)format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:700;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-83dfed57.woff2)format("woff2");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:700;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-f7c1acf8.woff2)format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:700;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-f5125d80.woff2)format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:700;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-7335a6ac.woff2)format("woff2");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:700;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-a3e20834.woff2)format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:700;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-ecf35e38.woff2)format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:700;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-09b550e6.woff2)format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:800;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-83dfed57.woff2)format("woff2");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:800;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-f7c1acf8.woff2)format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:800;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-f5125d80.woff2)format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:800;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-7335a6ac.woff2)format("woff2");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:800;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-a3e20834.woff2)format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:800;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-ecf35e38.woff2)format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:800;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-09b550e6.woff2)format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:900;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-83dfed57.woff2)format("woff2");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:900;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-f7c1acf8.woff2)format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:900;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-f5125d80.woff2)format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:900;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-7335a6ac.woff2)format("woff2");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:900;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-a3e20834.woff2)format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:900;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-ecf35e38.woff2)format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:900;font-display:swap;src:url(https://blackseller.com.mx/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-09b550e6.woff2)format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute!important;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#fff;border-radius:3px;box-shadow:0 0 2px 2px rgb(0 0 0/.6);clip-path:none;color:#2b2d2f;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}@font-face{font-display:swap;font-family:"revicons";src:url(/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.eot?5510888);src:url(/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.eot?5510888#iefix)format("embedded-opentype"),url(/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.woff?5510888)format("woff"),url(/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.ttf?5510888)format("truetype"),url(/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.svg?5510888#revicons)format("svg");font-weight:400;font-style:normal;font-display:swap}