<!DOCTYPE html>
<html class="no-js" lang="es">
<head><meta charset="UTF-8" /><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",(e=>{this.persisted=e.persisted})),window.addEventListener("DOMContentLoaded",(()=>{this._preconnect3rdParties()})),this.delayedScripts={normal:[],async:[],defer:[]},this.allJQueries=[]}_addUserInteractionListener(e){document.hidden?e._triggerListener():(this.triggerEvents.forEach((t=>window.addEventListener(t,e.userEventHandler,{passive:!0}))),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler))}_removeUserInteractionListener(){this.triggerEvents.forEach((e=>window.removeEventListener(e,this.userEventHandler,{passive:!0}))),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"))}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick")}_onTouchEnd(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach((e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))}))}_renameDOMAttribute(e,t,n){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(n,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((t=>{if(t.hasAttribute("src")){const n=new URL(t.src).origin;n!==location.origin&&e.push({src:n,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}})),e=[...new Map(e.map((e=>[JSON.stringify(e),e]))).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(e){}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._replayClicks()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((e=>{e.hasAttribute("src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)}))}async _transformScript(e){return await this._littleBreath(),new Promise((t=>{const n=document.createElement("script");[...e.attributes].forEach((e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type"),n.setAttribute(t,e.nodeValue))})),e.hasAttribute("src")?(n.addEventListener("load",t),n.addEventListener("error",t)):(n.text=e.text,t());try{e.parentNode.replaceChild(n,e)}catch(e){t()}}))}async _loadScriptsFromList(e){const t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var n=document.createDocumentFragment();e.forEach((e=>{if(e.src){const i=document.createElement("link");i.href=e.src,i.rel=t,"preconnect"!==t&&(i.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(i.crossOrigin=!0),e.crossOrigin&&(i.crossOrigin=e.crossOrigin),n.appendChild(i)}})),document.head.appendChild(n)}_delayEventListeners(){let e={};function t(t,n){!function(t){function n(n){return e[t].eventsToRewrite.indexOf(n)>=0?"rocket-"+n:n}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},eventsToRewrite:[]},t.addEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)})}(t),e[t].eventsToRewrite.push(n)}function n(e,t){let n=e[t];Object.defineProperty(e,t,{get:()=>n||function(){},set(i){e["rocket"+t]=n=i}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>t,set(n){if(n&&n.fn&&!e.allJQueries.includes(n)){n.fn.ready=n.fn.init.prototype.ready=function(t){e.domReadyFired?t.bind(document)(n):document.addEventListener("rocket-DOMContentLoaded",(()=>t.bind(document)(n)))};const t=n.fn.on;n.fn.on=n.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map((e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e)).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach((t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]}))}return t.apply(this,arguments),this},e.allJQueries.push(n)}t=n}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach((e=>e(window).trigger("rocket-jquery-load"))),await this._littleBreath();const e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){const e=new Map;document.write=document.writeln=function(t){const n=document.currentScript,i=document.createRange(),r=n.parentElement;let o=e.get(n);void 0===o&&(o=n.nextSibling,e.set(n,o));const s=document.createDocumentFragment();i.setStart(s,0),s.appendChild(i.createContextualFragment(t)),r.insertBefore(s,o)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise((e=>setTimeout(e))):new Promise((e=>requestAnimationFrame(e)))}static run(){const e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script>
	

	
	

	<meta name="viewport" content="width=device-width,initial-scale=1">

	<!-- Stylesheets -->
	<link rel="stylesheet" type="text/css" media="all" href="https://www.unimat.com.mx/mat/wp-content/themes/mural/style.css" />

	<link rel="profile" href="https://gmpg.org/xfn/11" />
	<link rel="pingback" href="" />
    
    <style>
    	#menu-bg .searchform { display: none; }
    	.videoWrapper {
	margin:15px 0 5px 0;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#wpcf7-f2721-p1329-o1 input, #wpcf7-f2721-p1329-o1 textarea{
    width: 100%;
    box-sizing: border-box;
}
.color{
    max-width: 20%;
    float: left;
    padding: 0 10px 0 0;
    box-sizing: border-box;
    text-align: center;
    min-height: 120px;
}
.color img{
    max-width: 100%;
}
.otro-producto{
    padding: 25px 0 0 0;
    border-bottom: 1px solid #ddd;
}
.boton-izq, .boton-der{
    background: #e10706;
    color: #fff !important;
    padding: 10px 25px;
    border-radius: 3px;
    margin-left: calc(50% - 85px);
    margin-bottom: 30px;
    display: inline-block;
    text-align: center;
    border: none !important;
    transition: ease all 0.5s;
}
.boton-izq:hover, .boton-der:hover{
    opacity:0.7;
}
/* Remove right margin from top menu search field */
#menu-bg .searchform input {
    margin-right: 0;
}
.breadcrumbs{ position:absolute; top:70px; left:35px; color:#ccc;}
.breadcrumbs a{ color:#ffffff;}
.breadcrumbs a:hover{ color:#b10c2e;}
}
.tabla table {width:100%;margin-bottom:50px !important;}
.tabla td {border-top: 1px solid #ffffff;padding: 3px 10px;}
.tabla thead td {color:#e9d9db;background-color:#be000e;}
.tabla thead th {color:#ffffff;background-color:#bf4f4f;padding: 3px 10px;}
#superior-header-container{
height:auto;
}#superior-header {
    overflow: visible;
    height: 90px;
}
/* MAIN */
body, h2.slider-title, h3#reply-title, h3#reply-title small, h3#comment-title, h3#related-work-title, h3#related-posts-title, h3#author-info-title, h3.info-box-title, h4.price-column-title, .product a h3, .upsells.products h2, .related.products h2, #content .woocommerce_tabs h2, #container #content .woocommerce-tabs h2 {
    font-family: "Oxygen", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}
body{
    background: none;
    background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Oxygen", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}
a {
    color: #555555;
}
body {
    color: #555555;
    font-size: 13px;
    line-height: 21px;
}
/* HEADER */
#header-container {
    background: url(skin_superior_header_bar_container_bgimage.jpg) repeat scroll top center;
    height: 90px;
}
#header {
    height: 200px;
}
#logo {
    float: none;
    text-align: center;
}
#menu-bg {
    top: auto;
    bottom:0px;
    height: 65px;
    width: 100%;
    background-color: #262626;
}
.menu {
    float: left;
}
.menu a {
    color: #fff;
    background-color:#262626;
    transition:all ease 0.5s;
}
.menu a:hover {
    color: #262626;
    background-color:#fff;
}
#header .menu .nav > li > a {
    padding: 23px 15px 21px 15px;
    border-right: 1px solid #888;
    font-family: "Oxygen", sans-serif;
    font-size: 18px;
    text-transform: none;
    font-weight: lighter;
}
.nav li:hover ul {
    top:65px;
}
#menu-bg .mobile-menu{
    display:none !important;
}
.page-template-template_fullwidth .breadcrumbs {
    display: none;
}
#sub-header-container {
    margin-top: 30px;
}
.page-template-template_fullwidth #sub-header-container {
    height: 20px !important;
    margin-top: 0px !important;
}
#sub-header {
    padding: 10px;
    box-sizing: border-box;
}
.page-template-template_fullwidth #sub-header {
    height: 30px !important;
    padding: 0 !important;
}
.page-template-template_fullwidth #sub-header {
    background: none !important;
}
@media only screen and (min-width: 768px){
    .page-template-template_fullwidth #sub-header {
        margin: 24px auto 0 auto !important;
        box-sizing: border-box !important;
    }
}
@media only screen and (max-width: 767px){
    #header {
        overflow: visible !important;
    }
    #menu-bg {
        top: 50px !important;
        z-index: 999;
    }
    #superior-header-left{
        margin-top:50px !important;
    }
    #header #logo{
        margin-bottom:0 !important;
    }
    #superior-header-right .widget {
        margin-top:0 !important;
    }
    #horario-top{
        min-height:46px;
    }
    .home #content-container{
        margin-top: -40px;
    }
    #sub-header-container {
        margin-top: 0;
    }
    .page-template-template_fullwidth #sub-header-container {
        margin-top: -30px;
    }
}
#separador-header{
    padding-top:80px;
}
#superior-header-left{
    width: 25%;
    float: left;
}
#superior-header-right{
    width: 75%;
    float: right;
}
#superior-header-right .widget {
    width:100%;
    margin-bottom: 0px;
    max-height:150px;
}
.nav > li {
    background-color: rgba(38, 38, 38, 0.6);
}
.menu > ul > li.current_page_item > a, .menu > ul > li.current_page_parent > a, .menu > ul > li.current_page_ancestor > a, .menu > ul > li.current-menu-item > a, .menu > ul > li.current-menu-ancestor > a {
    color: #fff;
}
#header .menu .nav > li > a:hover{
    color: #262626 !important;
}
/* header - horario*/
#horario{
     max-height:150px;
    font-weight:lighter;
}
#horario-top{
    padding: 2px 20px;
    text-align: center;
    font-size: 14px;
}
#horario-top p{
    font-size: 15px;
    color: #333;
    font-weight: bolder;
    letter-spacing: 2px;
}
#horario-left{
    width: calc(100% - 200px);
    float: left;
    text-align: center;
    padding: 15px 5px 0;
    box-sizing: border-box;
}
#horario-left p{
    font-size: 24px;
    color: #cc0000;
    margin-bottom: 7px;
}
#horario-right{
    width:200px;
    float:right;
}
#horario-right p{
    margin-bottom: 3px;
    text-align: right;
}
#horario-right a{
    color: #333;
    font-size: 18px;
    font-weight: normal;
}
#horario-right h3{
    padding: 0;
    color: #cc0000;
    margin-bottom: 0;
    font-size: 20px;
    text-align: right;
    font-weight: 400;
}
#sub-header h1 {
    font-family: "Oxygen", sans-serif;
    font-size: 32px;
    line-height: 32px;
}
/*CONTENT*/
#content{
  width:1020px;
  max-width:100%;
}
.txt-intro {
    padding-top:0 !important;
}
.txt-intro h2{
    line-height: 36px;
    text-transform: none;
    font-size: 32px;
    color: #cc0000;
    margin-bottom: 0;
    font-weight: 500;
}
.boton-ver-mas a{
display: inline-block;
    text-align: center;
    background-color: #c60001;
    padding: 10px 35px;
    box-sizing: border-box;
    border-radius: 10px;
    background-image: url(https://www.unimat.com.mx/mat/wp-content/uploads/2017/07/header-bg-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 30px;
    margin-bottom: 25px;
    color: #fff;
    font-family: "Oxygen", sans-serif;
    font-weight: lighter;
    line-height: 16px;
    font-size: 14px;
    height: 52px;
    max-height: 52px;
}
.boton-ver-mas a:hover{
    text-decoration:none;
    background-color:#ce2424;
}
.post-left-wrapper {
    padding-right: 20px;
    box-sizing: border-box;
}
.post-left-wrapper li {
    list-style-type: none;
}
.post-left-wrapper ul li {
    border-bottom: 1px solid #ddd;
}
.post-left-wrapper h2{
    color: #ffffff;
    background: transparent url(../../../images/dot_bg_black.png) repeat scroll left top;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 30px 0 30px 0;
    padding: 5px 12px;
    position: relative;
    overflow: hidden;
}
/* Content - Portfolio */
.portfolio-item img{
    width:100%;
}
.portfolio-item .portfolio-info {
    position: relative !important;
    text-align: center;
    padding-top: 10px !important;
    min-height: 50px;
}
.portfolio-3-columns-list .portfolio-title {
    line-height: 24px;
    text-align: center;
    font-size: 24px;
}
.portfolio-item .portfolio-title {
    color: #272727;
}
.div-left{
    float:left;
    width:50%;
}
.div-left img{
    margin-right:0px !important;
}
.sub-div-left{
    float:left;
    width:50%;
    text-align:center;
}
.sub-div-right{
    float:right;
    width:50%;
    text-align:center;
}
.div-right{
    float:right;
    width:50%;
    padding-left:20px;
    box-sizing: border-box;
}
.div-right ul{
    margin-bottom: 15px;
}
.div-right li{
    list-style-image: url(https://www.unimat.com.mx/mat/wp-content/uploads/2017/07/product-list.png);
    margin-bottom: 5px;
}
.div-right table{
    margin-top:15px;
}

element.style {
    margin-left: -1%;
    margin-right: -1%;
}
.portfolio-3-columns-list {
    margin-left: -1%;
    margin-right: -1%;
}
.portfolio-3-columns-list li {
    width: 31.2%;
    height: auto !important;
    padding: 1%;
}
.titulo-producto{
    text-align: center;
    font-size: 24px;
    padding-top: 10px;
    min-height:50px;
}
.portfolio-4-columns-list li {
    height: auto !important;
    padding-bottom: 30px;
}
.portfolio-item .portfolio-info {
    background-color: transparent;
    position: absolute;
    height: 100% !important;
    padding: 0;
    top: 0 !important;
    width: 100%;
}
.portfolio-item .portfolio-info > p{
position: absolute;
    height: 100%;
    width: 100%;
    margin: 0;
}
.portfolio-item .triangle, .portfolio-item .portfolio-excerpt{
    display:none;
}
.portfolio-item p{
    margin:0 !important;
}
.portfolio-item > a{
    border-bottom: none;
}
.portfolio-4-columns-list .portfolio-title {
    font-size: 18px;
    line-height: 20px;
    font-family: "Oxygen", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    text-transform: none;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    padding-top: 100%;
}
/* Content form */
input[type="text"], input[type="email"], textarea{
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1)!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #666;
    background-color: #eee;
    margin-bottom:10px;
}
select{
-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1)!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    box-sizing: border-box;
    border: 1px solid #666;
    background-color: #eee;
    margin-bottom:10px;
}
input[type="submit"]{
    background: #e10706 !important;
    color: #fff !important;
    padding: 5px 15px !important;
    border: none !important;
}
#content-container .wpcf7 p{
    margin: 0 !important;
    font-weight:bold;
}
@media only screen and (max-width: 1019px){
    .portfolio-3-columns-list li {
        width: 48% !important;
    }
}
@media only screen and (max-width: 767px){
    .titulo-producto {
        font-size: 18px;
    }
}
/* FOOTER */
#footer-widgets {
    color: #8C8989;
    background-color: #363839;
}
#footer-widgets .triangle {
    border-top: 16px solid #363839;
}
#footer-widgets a{
    color: #BFBFBF;
    font-weight: normal;
}
#footer-widgets a:hover{
    border:none;
}
#footer-widgets h4{
    color: #BFBFBF;
}
#footer-widgets h4 i {
    font-size:48px;
}
#footer-widgets .contact-info-container p i {
    font-size:16px;
    margin-right:5px;
}
#footer-widgets .botones-social i {
    font-size:24px;
    margin-right:15px;
}
#footer-widgets .widget {
    margin-bottom: 30px;
}
#content-bottom-separator, #footer-widgets-bottom-separator {
    border-bottom: none;
}
#footer-widgets .widget li {
    border-bottom: 1px solid #505152;
    padding: 8px 0;
}
.contact-info-container{
    font-size:12px;
}
.footer-column input, .footer-column textarea, .footer-column select {
    padding: 5px !important;
    max-height: 130px;
}
.footer-column  .wpcf7-form p{
    margin-bottom:10px !important;
}
#wpcf7-f2721-p1329-o1 .wpcf7-submit, .footer-column .wpcf7-submit{
    background: #e10706 !important;
    color: #fff !important;
    padding: 5px !important;
    border:none !important;
}
#wpcf7-f2721-o1 input, #wpcf7-f2721-o1 textarea, #wpcf7-f2721-p101-o2 input, #wpcf7-f2721-p101-o2 textarea {
    width: 100%;
    box-sizing: border-box;
}
#footer-widgets input, #footer-widgets textarea, #footer-widgets select{
    max-width:100%;
}
.boton-footer{
    border: 1px solid #ddd;
    padding:10px 30px;
    transition:all ease 0.5s;
}
.boton-footer:hover{
    border: 1px solid #fff !important;
    background-color:#474747;
}
/* RESPONSIVE */
@media only screen and (max-width: 1019px){
    #menu-bg {
        border-left: 1px solid #888;
    }
    #logo {
        margin-top: 0px;
    }
    #logo img {
        max-height: 130px;
    }
    #superior-header-left {
        width: 25%;
    }
    #superior-header-right {
        width: 75%;
    }
    #horario-top p {
        margin: 0px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px){
    #header {
        height: auto !important;
    }
    #header-container {
        height: 210px;
    }
    #superior-header-left, #superior-header-right, #horario-left, #horario-right   {
        width: 100%;
        float:none;
    }
    #superior-header-right .widget {
        margin-top: 40px;
    }
    #superior-header-right .widget, #horario {
        max-height: none;
    }
    #horario-top, #horario-left, #horario-right, #horario-right p, #horario-right h3  {
        text-align:center;
    }
    #separador-header {
        padding-top: 80px;
    }
   #sub-header h1 {
        font-size: 24px;
        line-height: 24px;
    }
    .div-left, .div-right{
        float:none;
        width:100%;
    }
}
		.post-meta .author { display: none!important; }.post-meta .post-comment-link { display: none!important; }
		.portfolio-detail .post-meta .published { display: none!important; }
		#content-bottom-separator { border-bottom: 1px dotted #d7d7d7;}	</style>
	
		<script type="rocketlazyloadscript" data-rocket-type='text/javascript'>
		/* <![CDATA[ */  
		var unisphere_globals = {
	 		searchLocalized: 'search...', 
		 	jsFolderUrl: 'https://www.unimat.com.mx/mat/wp-content/themes/mural/js',
		 	themeVersion: '1.7',
		 	cufonFonts: ''
	 	}; 
		/* ]]> */ 
	</script>
	
	<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />

	<!-- This site is optimized with the Yoast SEO plugin v22.6 - https://yoast.com/wordpress/plugins/seo/ -->
	<title>⓿ ¿Qué es el Service Mat o bar mat?</title>
	<link rel="canonical" href="https://www.unimat.com.mx/mat/productos/jarras-de-cafe/que-es-el-service-mat-o-bar-mat/" />
	<meta property="og:locale" content="es_ES" />
	<meta property="og:type" content="article" />
	<meta property="og:title" content="⓿ ¿Qué es el Service Mat o bar mat?" />
	<meta property="og:description" content="El service mat o bar mat es el tapete para bares, discotecas y restaurantes ideal para escurrir vasos y tazas después de lavarlos Bar Mat &#8211; Tapete para Barra &nbsp; • Antibacterial • No guarda olores • Antiderrapante • Muy resistente y flexible • No&hellip;" />
	<meta property="og:url" content="https://www.unimat.com.mx/mat/productos/jarras-de-cafe/que-es-el-service-mat-o-bar-mat/" />
	<meta property="og:site_name" content="Fabricante de tapetes, alfombras, topes de estacionamiento y pisos de Hule" />
	<meta property="article:published_time" content="2022-08-04T11:26:05+00:00" />
	<meta property="og:image" content="https://www.unimat.com.mx/mat/wp-content/uploads/2022/02/Barmats-01.jpg" />
	<meta property="og:image:width" content="800" />
	<meta property="og:image:height" content="332" />
	<meta property="og:image:type" content="image/jpeg" />
	<meta name="author" content="altamira" />
	<meta name="twitter:card" content="summary_large_image" />
	<meta name="twitter:label1" content="Escrito por" />
	<meta name="twitter:data1" content="altamira" />
	<meta name="twitter:label2" content="Tiempo de lectura" />
	<meta name="twitter:data2" content="1 minuto" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"Article","@id":"https://www.unimat.com.mx/mat/productos/jarras-de-cafe/que-es-el-service-mat-o-bar-mat/#article","isPartOf":{"@id":"https://www.unimat.com.mx/mat/productos/jarras-de-cafe/que-es-el-service-mat-o-bar-mat/"},"author":{"name":"altamira","@id":"https://www.unimat.com.mx/mat/#/schema/person/0d84e7ec1af60eed1d416cabe6f65729"},"headline":"¿Qué es el Service Mat o bar mat?","datePublished":"2022-08-04T11:26:05+00:00","dateModified":"2022-08-04T11:26:05+00:00","mainEntityOfPage":{"@id":"https://www.unimat.com.mx/mat/productos/jarras-de-cafe/que-es-el-service-mat-o-bar-mat/"},"wordCount":54,"publisher":{"@id":"https://www.unimat.com.mx/mat/#organization"},"image":{"@id":"https://www.unimat.com.mx/mat/productos/jarras-de-cafe/que-es-el-service-mat-o-bar-mat/#primaryimage"},"thumbnailUrl":"https://www.unimat.com.mx/mat/wp-content/uploads/2022/02/Barmats-01.jpg","articleSection":["Jarras de café"],"inLanguage":"es"},{"@type":"WebPage","@id":"https://www.unimat.com.mx/mat/productos/jarras-de-cafe/que-es-el-service-mat-o-bar-mat/","url":"https://www.unimat.com.mx/mat/productos/jarras-de-cafe/que-es-el-service-mat-o-bar-mat/","name":"⓿ ¿Qué es el Service Mat o bar mat?","isPartOf":{"@id":"https://www.unimat.com.mx/mat/#website"},"primaryImageOfPage":{"@id":"https://www.unimat.com.mx/mat/productos/jarras-de-cafe/que-es-el-service-mat-o-bar-mat/#primaryimage"},"image":{"@id":"https://www.unimat.com.mx/mat/productos/jarras-de-cafe/que-es-el-service-mat-o-bar-mat/#primaryimage"},"thumbnailUrl":"https://www.unimat.com.mx/mat/wp-content/uploads/2022/02/Barmats-01.jpg","datePublished":"2022-08-04T11:26:05+00:00","dateModified":"2022-08-04T11:26:05+00:00","breadcrumb":{"@id":"https://www.unimat.com.mx/mat/productos/jarras-de-cafe/que-es-el-service-mat-o-bar-mat/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https://www.unimat.com.mx/mat/productos/jarras-de-cafe/que-es-el-service-mat-o-bar-mat/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https://www.unimat.com.mx/mat/productos/jarras-de-cafe/que-es-el-service-mat-o-bar-mat/#primaryimage","url":"https://www.unimat.com.mx/mat/wp-content/uploads/2022/02/Barmats-01.jpg","contentUrl":"https://www.unimat.com.mx/mat/wp-content/uploads/2022/02/Barmats-01.jpg","width":800,"height":332,"caption":"service mat o bar mat"},{"@type":"BreadcrumbList","@id":"https://www.unimat.com.mx/mat/productos/jarras-de-cafe/que-es-el-service-mat-o-bar-mat/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https://www.unimat.com.mx/mat/"},{"@type":"ListItem","position":2,"name":"¿Qué es el Service Mat o bar mat?"}]},{"@type":"WebSite","@id":"https://www.unimat.com.mx/mat/#website","url":"https://www.unimat.com.mx/mat/","name":"Fabricante de tapetes, alfombras, topes de estacionamiento y pisos de Hule","description":"Tapetes, pisos de caucho y hule, pasto artificial, Topes de estacionamiento, Señalización Vial","publisher":{"@id":"https://www.unimat.com.mx/mat/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.unimat.com.mx/mat/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"es"},{"@type":"Organization","@id":"https://www.unimat.com.mx/mat/#organization","name":"Unimat","url":"https://www.unimat.com.mx/mat/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https://www.unimat.com.mx/mat/#/schema/logo/image/","url":"https://www.unimat.com.mx/mat/wp-content/uploads/2013/09/logoylema.jpg","contentUrl":"https://www.unimat.com.mx/mat/wp-content/uploads/2013/09/logoylema.jpg","width":265,"height":85,"caption":"Unimat"},"image":{"@id":"https://www.unimat.com.mx/mat/#/schema/logo/image/"}},{"@type":"Person","@id":"https://www.unimat.com.mx/mat/#/schema/person/0d84e7ec1af60eed1d416cabe6f65729","name":"altamira","image":{"@type":"ImageObject","inLanguage":"es","@id":"https://www.unimat.com.mx/mat/#/schema/person/image/","url":"https://secure.gravatar.com/avatar/b310220437932bda39e1497a25ce9967?s=96&d=mm&r=g","contentUrl":"https://secure.gravatar.com/avatar/b310220437932bda39e1497a25ce9967?s=96&d=mm&r=g","caption":"altamira"}}]}</script>
	<!-- / Yoast SEO plugin. -->


<link rel='dns-prefetch' href='//www.youtube.com' />
<link rel='dns-prefetch' href='//apis.google.com' />
<link rel='dns-prefetch' href='//use.fontawesome.com' />

<link rel="alternate" type="application/rss+xml" title="Fabricante de tapetes, alfombras, topes de estacionamiento y pisos de Hule &raquo; Feed" href="https://www.unimat.com.mx/mat/feed/" />
<link rel="alternate" type="application/rss+xml" title="Fabricante de tapetes, alfombras, topes de estacionamiento y pisos de Hule &raquo; Feed de los comentarios" href="https://www.unimat.com.mx/mat/comments/feed/" />
<style id='wp-emoji-styles-inline-css' type='text/css'>

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
</style>
<link rel='stylesheet' id='wp-block-library-css' href='https://www.unimat.com.mx/mat/wp-includes/css/dist/block-library/style.min.css?ver=6.5.3' type='text/css' media='all' />
<style id='classic-theme-styles-inline-css' type='text/css'>
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
</style>
<style id='global-styles-inline-css' type='text/css'>
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
.wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
.wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
</style>
<link rel='stylesheet' id='contact-form-7-css' href='https://www.unimat.com.mx/mat/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.9.4' type='text/css' media='all' />
<link rel='stylesheet' id='jquery-rating-style-css' href='https://www.unimat.com.mx/mat/wp-content/plugins/contact-form-7-star-rating/jquery.rating/jquery.rating.css?ver=4.11' type='text/css' media='all' />
<link rel='stylesheet' id='jquery-wpcf7-rating-style-css' href='https://www.unimat.com.mx/mat/wp-content/plugins/contact-form-7-star-rating/css/jquery.wpcf7-starrating.css?ver=1.5' type='text/css' media='all' />
<link rel='stylesheet' id='megamenu-css' href='https://www.unimat.com.mx/mat/wp-content/uploads/maxmegamenu/style.css?ver=d82909' type='text/css' media='all' />
<link rel='stylesheet' id='dashicons-css' href='https://www.unimat.com.mx/mat/wp-includes/css/dashicons.min.css?ver=6.5.3' type='text/css' media='all' />
<link rel='stylesheet' id='custom-image-sizes-css' href='https://www.unimat.com.mx/mat/wp-content/themes/mural/css/custom-image-sizes.css?ver=6.5.3' type='text/css' media='all' />
<link rel='stylesheet' id='skin-css' href='https://www.unimat.com.mx/mat/wp-content/themes/mural/css/skins/Unimat/skin.css?ver=6.5.3' type='text/css' media='all' />
<link rel='stylesheet' id='mobile-css' href='https://www.unimat.com.mx/mat/wp-content/themes/mural/css/mobile.css?ver=6.5.3' type='text/css' media='screen' />
<link rel='stylesheet' id='bfa-font-awesome-css' href='https://use.fontawesome.com/releases/v5.15.4/css/all.css?ver=2.0.3' type='text/css' media='all' />
<link rel='stylesheet' id='bfa-font-awesome-v4-shim-css' href='https://use.fontawesome.com/releases/v5.15.4/css/v4-shims.css?ver=2.0.3' type='text/css' media='all' />
<style id='bfa-font-awesome-v4-shim-inline-css' type='text/css'>

			@font-face {
				font-family: 'FontAwesome';
				src: url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.eot'),
				url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.eot?#iefix') format('embedded-opentype'),
				url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.woff2') format('woff2'),
				url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.woff') format('woff'),
				url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.ttf') format('truetype'),
				url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.svg#fontawesome') format('svg');
			}

			@font-face {
				font-family: 'FontAwesome';
				src: url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.eot'),
				url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.eot?#iefix') format('embedded-opentype'),
				url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.woff2') format('woff2'),
				url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.woff') format('woff'),
				url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.ttf') format('truetype'),
				url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.svg#fontawesome') format('svg');
			}

			@font-face {
				font-family: 'FontAwesome';
				src: url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.eot'),
				url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.eot?#iefix') format('embedded-opentype'),
				url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.woff2') format('woff2'),
				url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.woff') format('woff'),
				url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.ttf') format('truetype'),
				url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.svg#fontawesome') format('svg');
				unicode-range: U+F004-F005,U+F007,U+F017,U+F022,U+F024,U+F02E,U+F03E,U+F044,U+F057-F059,U+F06E,U+F070,U+F075,U+F07B-F07C,U+F080,U+F086,U+F089,U+F094,U+F09D,U+F0A0,U+F0A4-F0A7,U+F0C5,U+F0C7-F0C8,U+F0E0,U+F0EB,U+F0F3,U+F0F8,U+F0FE,U+F111,U+F118-F11A,U+F11C,U+F133,U+F144,U+F146,U+F14A,U+F14D-F14E,U+F150-F152,U+F15B-F15C,U+F164-F165,U+F185-F186,U+F191-F192,U+F1AD,U+F1C1-F1C9,U+F1CD,U+F1D8,U+F1E3,U+F1EA,U+F1F6,U+F1F9,U+F20A,U+F247-F249,U+F24D,U+F254-F25B,U+F25D,U+F267,U+F271-F274,U+F279,U+F28B,U+F28D,U+F2B5-F2B6,U+F2B9,U+F2BB,U+F2BD,U+F2C1-F2C2,U+F2D0,U+F2D2,U+F2DC,U+F2ED,U+F328,U+F358-F35B,U+F3A5,U+F3D1,U+F410,U+F4AD;
			}
		
</style>
<link rel='stylesheet' id='cf7cf-style-css' href='https://www.unimat.com.mx/mat/wp-content/plugins/cf7-conditional-fields/style.css?ver=2.4.10' type='text/css' media='all' />
<!--n2css--><script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.unimat.com.mx/mat/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.unimat.com.mx/mat/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.youtube.com/player_api?ver=6.5.3" id="ytplayerapi-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://www.unimat.com.mx/mat/wp-content/cache/min/1/js/plusone.js?ver=1728035346" id="google_plus-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://www.unimat.com.mx/mat/wp-content/cache/min/1/mat/wp-includes/js/swfobject.js?ver=1728035346" id="swfobject-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://www.unimat.com.mx/mat/wp-content/cache/min/1/mat/wp-content/themes/mural/js/scripts.js?ver=1728035346" id="scripts-js" defer></script>
<link rel="https://api.w.org/" href="https://www.unimat.com.mx/mat/wp-json/" /><link rel="alternate" type="application/json" href="https://www.unimat.com.mx/mat/wp-json/wp/v2/posts/4111" /><link rel='shortlink' href='https://www.unimat.com.mx/mat/?p=4111' />
<link rel="alternate" type="application/json+oembed" href="https://www.unimat.com.mx/mat/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.unimat.com.mx%2Fmat%2Fproductos%2Fjarras-de-cafe%2Fque-es-el-service-mat-o-bar-mat%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://www.unimat.com.mx/mat/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.unimat.com.mx%2Fmat%2Fproductos%2Fjarras-de-cafe%2Fque-es-el-service-mat-o-bar-mat%2F&#038;format=xml" />
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
           var ajaxurl = "https://www.unimat.com.mx/mat/wp-admin/admin-ajax.php";
         </script><link rel="icon" href="https://www.unimat.com.mx/mat/wp-content/uploads/2013/09/cropped-logo-unimat-32x32.png" sizes="32x32" />
<link rel="icon" href="https://www.unimat.com.mx/mat/wp-content/uploads/2013/09/cropped-logo-unimat-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://www.unimat.com.mx/mat/wp-content/uploads/2013/09/cropped-logo-unimat-180x180.png" />
<meta name="msapplication-TileImage" content="https://www.unimat.com.mx/mat/wp-content/uploads/2013/09/cropped-logo-unimat-270x270.png" />
		<style type="text/css" id="wp-custom-css">
			#header {
height: 220px;
}

.video-responsive {
position: relative;
padding-bottom: 56.25%; /* 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 0;
overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.linea{
	display:block;
}


.boton-descarga {
border: 1px solid #c40813; 
padding: 10px;
background-color: #c40813; 
color: #ffffff; 
border-radius: 10px;
text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.boton-descarga:hover {
	color: #ffffff;
	text-decoration: underline; 
}

.descarga-catalogo {
  float:left;
	position: absolute
}

.header-container {
/* background: url(skin_superior_header_bar_container_bgimage.jpg) repeat scroll top center; */
background-color: #ffffff; 
}

.body {
/* background: url('skin_body_bgimage.png') repeat scroll top center; */
background-color: #ffffff;
}
@media (min-width:900px){
.product-left{
	width:60%;
	float:left;
}
.product-right{
	width:35%;
	float:right;
}
}
.product-table thead{
	    color: #fff;
    background-color: #ff5b5a;
}
/* Custom posts */
.postid-3479 .post-left-wrapper, .postid-3479 #secondary{
	display:none;
}
.postid-3479 .post-right-wrapper, .postid-3479 #primary {
    float: none;
    width: 100%;
}
.postid-3479 .post-title {
    margin: 0 0 10px 0;
    color: #b50025;
}
.entrada-imagen{
	float:left;
	padding-right:15px;
	width: calc(50% - 15px);
}
.entrada-texto{
	float:left;
	width:50%;
}
.entrada-boton {
    color: #fff;
    background-color: #b50025;
    text-align: center;
    padding: 10px 60px;
    display: inline-block;
    border-radius: 10px;
    line-height: 1.2em;
    font-weight: 400;
}
.entrada-boton:hover {
	color:#fff;
	background-color:#333 !important;
}
.entrada-boton strong {
	font-size:24px;
}
@media (max-width:767px){
	.entrada-imagen{
	  float:none;
	  padding-right:0px;
	  width: 100%;
  }
  .entrada-texto{
	  float:none;
	  width:100%;
  }
}



.postid-3558 .post-left-wrapper, .postid-3558 #secondary{
	display:none;
}
.postid-3558 .post-right-wrapper, .postid-3558 #primary {
    float: none;
    width: 100%;
}
.postid-3558 .post-title {
    display:none;
}

.postid-3558 .entrada-boton strong
{
	font-size: 20px;
}



.postid-3598 .post-left-wrapper, .postid-3598 #secondary{
	display:none;
}
.postid-3598 .post-right-wrapper, .postid-3598 #primary {
    float: none;
    width: 100%;
}
.postid-3598 .post-title {
    display:none;
}

.postid-3598 .entrada-boton strong
{
	font-size: 20px;
}



.postid-3606 .post-left-wrapper, .postid-3606 #secondary{
	display:none;
}
.postid-3606 .post-right-wrapper, .postid-3606 #primary {
    float: none;
    width: 100%;
}
.postid-3606 .post-title {
    display:none;
}


.postid-3606 .entrada-boton strong
{
	font-size: 20px;
}

.portfolio-3-columns-list-with-sidebar .portfolio-title {
display: block;
background-color: rgba(255,255,255,0.6);
padding: 5px 10px;
font-size: 18px;
}


/* Botón Descarga Catálogo */

.bot-catalogo {
	background:#cc0000; 
	padding-top: 12px; 
	padding-bottom: 1px; 
	color:#ffffff; 
	line-height: 10px;
	border-radius:10px;
	float:left;
	width:25%;
}
.bot-catalogo a {
	color:#ffffff; 
}
.bot-catalogo a:hover {
	color:#fcd428; 
}
.bot-catalogo-cat{
    text-align: center;
    font-size: 24px;
    float: right;
    margin: 10px;
		background:#cc0000; 
	  color:#ffffff; 
	  border-radius:10px;
}
.bot-catalogo-cat a{
    padding: 5px 30px 10px;
    line-height: 1.2em;
    color: #ffffff;
    display: block;
}

.bot-catalogo-cat a:hover {
	color:#fcd428; 
	border-bottom:none !important;
}
.bot-catalogo-cat span{
	font-size: 18px;
	font-weight:normal;
}
@media (max-width:767px){
	.bot-catalogo-cat a{
    padding: 0 20px 5px;
    line-height: 1.1em;
 }
}
@media (max-width:767px){
	.bot-catalogo {
		float:none;
		width:100%;
	}
}

.txt-intro {
	float:left; 
	width:75%;
	padding-top:8px;
}

@media (max-width:767px){
	.txt-intro {
		float:none;
		width:100%;
		padding-bottom:5px;
	}
}
/* Content - Valoraciones */
.valoraciones{
	max-width:600px;
	margin:auto;
	text-align:center;
	padding:40px;
	border:1px solid #eee;
	margin-bottom:50px;
}
.texto-valoraciones p{
	font-size: 24px;
    margin-bottom: 20px;
}
.formulario-valoraciones p{
	font-size: 18px;
    margin: 10px 0;
}
.formulario-valoraciones div.rating-cancel, .formulario-valoraciones div.star-rating, .formulario-valoraciones div.rating-cancel a, .formulario-valoraciones div.star-rating a{
	width:30px;
	height:30px;
}
.formulario-valoraciones div.star-rating, .formulario-valoraciones div.star-rating a {
    background: url(https://livingreen.com.mx/wp-contenido/uploads/2022/01/estrellas.png) no-repeat 0 0px;
}
.formulario-valoraciones div.star-rating-on a {
    background-position: 0 -30px!important;
}
.formulario-valoraciones div.star-rating-hover a {
    background-position: 0 -60px!important;
}
.formulario-valoraciones input, .formulario-valoraciones textarea{
    width: 100%;
    max-width: 400px;
    border-radius: 5px;
    padding: 15px 10px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}
.formulario-valoraciones input[type="submit"]{
    width: 200px;
    margin-left: 60px;
    color: #fff;
    background: #607f2c;
    border: 1px solid #607f2c;
	transition:all ease 0.5s;
	font-size:16px;
}
.formulario-valoraciones .boton-google{
	font-size:16px;
	width: 200px;
    color: #fff;
    background: #607f2c;
    border: 1px solid #607f2c;
	border-radius: 5px;
    padding: 15px 10px;
	transition:all ease 0.5s;
	    margin-top: 20px;
    display: inline-block;
}
.formulario-valoraciones input[type="submit"]:hover, .formulario-valoraciones .boton-google:hover{
    color: #607f2c;
    background: #fff;
}
.texto-mini{
    font-size: 0.8em;
    font-weight: lighter;
    display: inline-block;
    text-align: center;
}
.tabla-pasto th{
    text-align: center;
}
.texto-pasto p, .texto-pasto li{
	font-size: 1.2em;
}
.texto-pasto ul{
	padding-left:40px;
}
/* Ficha aislante acustico */
.clear{
	clear:both;
}
.subtitulo-rojo{
	color:#b50025;
}
.aviso-gris{
	  padding: 20px 20px 1px 20px;
    background-color: #ddd;
}
.tabla-producto{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}
.tabla-producto tbody td{
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}
.tabla-producto tbody tr:nth-child(odd){
    background-color: #ddd;
}
.tabla-producto thead{
	background-color:#666;
	color:#fff;
}
.listado-rojo{
	list-style:none;
	padding-left:0;
}
.listado-rojo li{
	list-style:none;
	padding-left:25px;
}
.listado-rojo li:before{
font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    text-align: center;
    border-radius: 50%;
    background-color: #e10706;
    color: #fff;
    font-size: 8px;
    margin-left: -25px;
    margin-right: 8px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    padding: 5px 7px;
}

.alerta{
	padding-left:50px;
}
.alerta:before{
font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f071";
    text-align: center;
    font-size: 24px;
    margin-left: -50px;
    margin-right: 8px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.info-adicional{
	margin-top:40px;
}
@media (min-width:768px){
	.columna-izq{
		float:left;
	}
	.columna-der{
		float:right;
	}
	.columna-40{
		width:40%;
	}
	.columna-55{
		width:55%;
	}
	.columna-separacion{
		padding-top:80px;
	}
}
/* Ficha Alfombras */
.titulo-producto-adicional{
	margin-top:30px;
}
.titulo-colores{
	margin-bottom:5px;
	font-size:16px;
}
.imagen{
	margin-bottom:0;
}
.colores-producto .color p{
	font-size:10px;
	font-weight:bold;
	line-height:12px;
}		</style>
		<style type="text/css">/** Mega Menu CSS: fs **/</style>
<!--END head-->
<meta name="geo.region" content="MX" />
<meta name="geo.placename" content="Ciudad de M&eacute;xico" />
<meta name="country" content="mexico">
<meta name="geo.position" content="19.432608;-99.133208" />
<meta name="ICBM" content="19.432608, -99.133208" />
<script type="rocketlazyloadscript">
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-41573908-20', 'auto');
  ga('send', 'pageview');

</script>

<!--	Botón horario - Inicio -->
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">window.addEventListener('DOMContentLoaded', function() {
	jQuery( document ).ready(function() {	
		jQuery( ".boton-horario" ).mouseover(function() {
				jQuery('#info-horario').addClass("horario-visible");	     
		});	   
	});
	jQuery( document ).ready(function() {	
		jQuery( ".boton-horario" ).mouseleave(function() {
			setTimeout(function ()
			{
					jQuery('#info-horario').removeClass("horario-visible");
			}, 3000);
		});	   
	});
	jQuery( document ).ready(function() {	
		jQuery( ".boton-horario" ).click(function() {
			if(jQuery('#info-horario').hasClass('horario-visible')){
				jQuery('#info-horario').removeClass("horario-visible"); 
			}else{
				jQuery('#info-horario').addClass('horario-visible');	
			}
		});	   
	});
});</script>
<!--	Botón horario - Fin -->
</head>

<!--BEGIN body-->
<body data-rsssl=1 class="post-template-default single single-post postid-4111 single-format-standard mega-menu-header-menu skin-Unimat">

	
	<!--BEGIN #container-->
	<div id="container">	

		<!--BEGIN #header-container-->
		<div id="header-container">

			<div id="full-menu-bg">&nbsp;</div>

			<!--BEGIN #header-->
			<div id="header">
                <div id="horario-top">
                	<p>Horarios de atención, de Lunes a Jueves: 8AM a 7PM y Viernes de 8AM a 6PM</p>
                </div>

				<div id="superior-header-left">
			
                    <!--BEGIN #logo-->
                    <div id="logo">
                        <a href="https://www.unimat.com.mx/mat" title="Fabricante de tapetes, alfombras, topes de estacionamiento y pisos de Hule" class="no-underline">
                                                            <img src="https://www.unimat.com.mx/mat/wp-content/uploads/2013/09/Logo-UNIMAT-1.png" alt="Fabricante de tapetes, alfombras, topes de estacionamiento y pisos de Hule" />
                                                    </a>
                    <!--END #logo-->
                    </div>
						            		            </div>
				
				<!--BEGIN #menu-bg-->
	            <div id="superior-header-right">
					<div id="text-5" class="widget widget_text">			<div class="textwidget"><div id="horario">
<div id="horario-left">
<p>Calidad y precios bajos,</p>
<p>nuestro compromiso</p>
</div>
<div id="horario-right">
<p><a href="tel:5527940100">55-2794-0100</a></p>
<p><a href="tel:5552365420">55-5236-5420</a></p>
<p><a href="tel:8008492089">800-849-2089</a></p>
<h3>Servicio <strong>EXPRESS</strong></h3>
</div>
<div style="clear:both;">&nbsp;</div>
</div>
                    

</div>
		</div>		            	            </div>
                <div id="menu-bg">
                    
                        
<form method="get" class="searchform" action="https://www.unimat.com.mx/mat">
	<input class="search" name="s" type="text" value="" />
	    <button class="search-btn" type="submit">Search</button>
</form>
                    <div id="mega-menu-wrap-header_menu" class="mega-menu-wrap"><div class="mega-menu-toggle"><div class="mega-toggle-blocks-left"></div><div class="mega-toggle-blocks-center"></div><div class="mega-toggle-blocks-right"><div class='mega-toggle-block mega-menu-toggle-animated-block mega-toggle-block-0' id='mega-toggle-block-0'><button aria-label="Toggle Menu" class="mega-toggle-animated mega-toggle-animated-slider" type="button" aria-expanded="false">
                  <span class="mega-toggle-animated-box">
                    <span class="mega-toggle-animated-inner"></span>
                  </span>
                </button></div></div></div><ul id="mega-menu-header_menu" class="mega-menu max-mega-menu mega-menu-horizontal mega-no-js" data-event="hover_intent" data-effect="fade_up" data-effect-speed="200" data-effect-mobile="disabled" data-effect-speed-mobile="0" data-mobile-force-width="false" data-second-click="go" data-document-click="collapse" data-vertical-behaviour="standard" data-breakpoint="768" data-unbind="true" data-mobile-state="collapse_all" data-hover-intent-timeout="300" data-hover-intent-interval="100"><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-has-children mega-align-bottom-left mega-menu-flyout mega-menu-item-1438' id='mega-menu-item-1438'><a class="mega-menu-link" href="#" aria-haspopup="true" aria-expanded="false" tabindex="0">Acerca de Unimat<span class="mega-indicator"></span></a>
<ul class="mega-sub-menu">
<li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-1457' id='mega-menu-item-1457'><a class="mega-menu-link" href="https://www.unimat.com.mx/mat/perfil-de-la-compania/">Perfil de la compañia</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-1455' id='mega-menu-item-1455'><a class="mega-menu-link" href="https://www.unimat.com.mx/mat/garantia-de-productos/">Garantía de Productos</a></li></ul>
</li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-has-children mega-menu-megamenu mega-align-bottom-left mega-menu-grid mega-menu-item-1579' id='mega-menu-item-1579'><a class="mega-menu-link" href="#" aria-haspopup="true" aria-expanded="false" tabindex="0">Productos<span class="mega-indicator"></span></a>
<ul class="mega-sub-menu">
<li class='mega-menu-row' id='mega-menu-1579-0'>
	<ul class="mega-sub-menu">
<li class='mega-menu-column mega-menu-columns-3-of-6' id='mega-menu-1579-0-0'>
		<ul class="mega-sub-menu">
<li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-has-children mega-menu-item-4346' id='mega-menu-item-4346'><a class="mega-menu-link" href="#">TAPETES ANTIFATIGA<span class="mega-indicator"></span></a>
			<ul class="mega-sub-menu">
<li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-1483' id='mega-menu-item-1483'><a class="mega-menu-link" href="https://www.unimat.com.mx/mat/tapetes-antifatiga/">Tapetes Antifatiga</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-4347' id='mega-menu-item-4347'><a class="mega-menu-link" href="https://www.unimat.com.mx/mat/productos/portfolio-category/tapetes-especiales/">Tapetes Caucho Antifatiga</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-4348' id='mega-menu-item-4348'><a class="mega-menu-link" href="https://www.unimat.com.mx/mat/productos/portfolio-category/tapetes-para-cocina/">Tapetes para Cocinas Industriales</a></li>			</ul>
</li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-portfolio_category mega-menu-item-1565' id='mega-menu-item-1565'><a class="mega-menu-link" href="https://www.unimat.com.mx/mat/productos/portfolio-category/alfombras-modulares/">ALFOMBRAS MODULARES</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-portfolio_category mega-menu-item-1566' id='mega-menu-item-1566'><a class="mega-menu-link" href="https://www.unimat.com.mx/mat/productos/portfolio-category/piso-antiderrapante/">PISOS ANTIDERRAPANTES</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-has-children mega-menu-item-4349' id='mega-menu-item-4349'><a class="mega-menu-link" href="#">PISOS DEPORTIVOS<span class="mega-indicator"></span></a>
			<ul class="mega-sub-menu">
<li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-4350' id='mega-menu-item-4350'><a class="mega-menu-link" href="https://www.unimat.com.mx/mat/productos/portfolio-category/piso-multiusos/">Piso Deportivo 6mm</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-portfolio_category mega-menu-item-3415' id='mega-menu-item-3415'><a class="mega-menu-link" href="https://www.unimat.com.mx/mat/productos/portfolio-category/piso-para-gimnasio/">Piso para Gimnasio</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-portfolio_category mega-menu-item-1570' id='mega-menu-item-1570'><a class="mega-menu-link" href="https://www.unimat.com.mx/mat/productos/portfolio-category/piso-para-ninos/">Piso para Niños</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-portfolio_category mega-menu-item-1575' id='mega-menu-item-1575'><a class="mega-menu-link" href="https://www.unimat.com.mx/mat/productos/portfolio-category/tapetes-area-de-alberca/">Tapetes Area de Alberca</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-2550' id='mega-menu-item-2550'><a class="mega-menu-link" href="https://www.unimat.com.mx/mat/productos/portfolio-category/tapetes-para-yoga/">Tapetes para Yoga</a></li>			</ul>
</li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-has-children mega-menu-item-4351' id='mega-menu-item-4351'><a class="mega-menu-link" href="#">TAPETES DE ENTRADA<span class="mega-indicator"></span></a>
			<ul class="mega-sub-menu">
<li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-portfolio_category mega-menu-item-1577' id='mega-menu-item-1577'><a class="mega-menu-link" href="https://www.unimat.com.mx/mat/productos/portfolio-category/tapetes-de-entrada/">Tapetes de Entrada</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-portfolio_category mega-menu-item-1576' id='mega-menu-item-1576'><a class="mega-menu-link" href="https://www.unimat.com.mx/mat/productos/portfolio-category/tapetes-con-logotipo/">Tapetes con Logotipo</a></li>			</ul>
</li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-2551' id='mega-menu-item-2551'><a class="mega-menu-link" href="https://www.unimat.com.mx/mat/productos/portfolio-category/tapetes-promocionales/">TAPETES PROMOCIONALES</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-portfolio_category mega-menu-item-1761' id='mega-menu-item-1761'><a class="mega-menu-link" href="https://www.unimat.com.mx/mat/productos/portfolio-category/pasto-sintetico/">PASTO ARTIFICIAL</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-has-children mega-menu-item-4352' id='mega-menu-item-4352'><a class="mega-menu-link" href="#">ANTIESTÁTICOS Y DIELÉCTRICOS<span class="mega-indicator"></span></a>
			<ul class="mega-sub-menu">
<li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-portfolio_category mega-menu-item-1574' id='mega-menu-item-1574'><a class="mega-menu-link" href="https://www.unimat.com.mx/mat/productos/portfolio-category/tapetes-antiestaticos/">Piso Antiestático</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-portfolio_category mega-menu-item-1567' id='mega-menu-item-1567'><a class="mega-menu-link" href="https://www.unimat.com.mx/mat/productos/portfolio-category/piso-dielectrico/">Piso Dieléctrico</a></li>			</ul>
</li>		</ul>
</li><li class='mega-menu-column mega-menu-columns-3-of-6' id='mega-menu-1579-0-1'>
		<ul class="mega-sub-menu">
<li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-has-children mega-menu-item-4353' id='mega-menu-item-4353'><a class="mega-menu-link" href="#">ECUESTRE<span class="mega-indicator"></span></a>
			<ul class="mega-sub-menu">
<li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-portfolio_category mega-menu-item-1572' id='mega-menu-item-1572'><a class="mega-menu-link" href="https://www.unimat.com.mx/mat/productos/portfolio-category/tapete-para-ganado/">Tapetes para Ganado</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-portfolio_category mega-menu-item-4569' id='mega-menu-item-4569'><a class="mega-menu-link" href="https://www.unimat.com.mx/mat/productos/portfolio-category/piso-ecuestre/">Piso Ecuestre</a></li>			</ul>
</li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-portfolio_category mega-menu-item-4570' id='mega-menu-item-4570'><a class="mega-menu-link" href="https://www.unimat.com.mx/mat/productos/portfolio-category/pisos-tipo-madera/">PISO TIPO MADERA</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-has-children mega-menu-item-4354' id='mega-menu-item-4354'><a class="mega-menu-link" href="#">VIALIDAD Y ESTACIONAMIENTO<span class="mega-indicator"></span></a>
			<ul class="mega-sub-menu">
<li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-4355' id='mega-menu-item-4355'><a class="mega-menu-link" href="https://www.unimat.com.mx/mat/productos/portfolio-category/topes-de-estacionamiento/">Reductores de velocidad</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-4356' id='mega-menu-item-4356'><a class="mega-menu-link" href="https://unimattraffic.com/senalamiento-vial/">Vialidad y Estacionamiento</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-portfolio_category mega-menu-item-4573' id='mega-menu-item-4573'><a class="mega-menu-link" href="https://www.unimat.com.mx/mat/productos/portfolio-category/boyas-metalicas/">Boyas Viales</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-portfolio_category mega-menu-item-4572' id='mega-menu-item-4572'><a class="mega-menu-link" href="https://www.unimat.com.mx/mat/productos/portfolio-category/conos-viales/">Conos Viales</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-portfolio_category mega-menu-item-4571' id='mega-menu-item-4571'><a class="mega-menu-link" href="https://www.unimat.com.mx/mat/productos/portfolio-category/bolardos-y-delimitadores-de-carril/">Bolardos y Delimitadores de Carril</a></li>			</ul>
</li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-has-children mega-menu-item-4357' id='mega-menu-item-4357'><a class="mega-menu-link" href="#">ACÚSTICO Y VIBRACIONES<span class="mega-indicator"></span></a>
			<ul class="mega-sub-menu">
<li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-portfolio_category mega-menu-item-1758' id='mega-menu-item-1758'><a class="mega-menu-link" href="https://www.unimat.com.mx/mat/productos/portfolio-category/aislantes-acusticos/">Aislante Acústico de Hule</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-portfolio_category mega-menu-item-1759' id='mega-menu-item-1759'><a class="mega-menu-link" href="https://www.unimat.com.mx/mat/productos/portfolio-category/control-de-vibraciones/">Control de Vibraciones</a></li>			</ul>
</li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-portfolio_category mega-menu-item-4574' id='mega-menu-item-4574'><a class="mega-menu-link" href="https://www.unimat.com.mx/mat/productos/portfolio-category/rampas-para-anden/">RAMPAS PARA ANDÉN DE CARGA</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-portfolio_category mega-menu-item-1573' id='mega-menu-item-1573'><a class="mega-menu-link" href="https://www.unimat.com.mx/mat/productos/portfolio-category/tapetes-sanitizantes/">TAPETES SANITIZANTES</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-portfolio_category mega-menu-item-1571' id='mega-menu-item-1571'><a class="mega-menu-link" href="https://www.unimat.com.mx/mat/productos/portfolio-category/tapete-cuarto-limpio/">TAPETE CUARTO LIMPIO</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-portfolio_category mega-menu-item-1760' id='mega-menu-item-1760'><a class="mega-menu-link" href="https://www.unimat.com.mx/mat/productos/portfolio-category/hule-faldon-alta-abrasion/">HULE FALDÓN ALTA ABRASIÓN</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-portfolio_category mega-menu-item-4576' id='mega-menu-item-4576'><a class="mega-menu-link" href="https://www.unimat.com.mx/mat/productos/portfolio-category/senalizaciones/">SEÑAL PISO MOJADO</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-portfolio_category mega-menu-item-4575' id='mega-menu-item-4575'><a class="mega-menu-link" href="https://www.unimat.com.mx/mat/productos/portfolio-category/escritorios-para-computadora/">ESCRITORIAS PARA COMPUTADORA</a></li>		</ul>
</li>	</ul>
</li></ul>
</li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-align-bottom-left mega-menu-flyout mega-menu-item-1713' id='mega-menu-item-1713'><a class="mega-menu-link" href="https://www.unimat.com.mx/mat/cotizacion-y-muestras/" tabindex="0">Cotización y muestras</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-align-bottom-left mega-menu-flyout mega-menu-item-1709' id='mega-menu-item-1709'><a class="mega-menu-link" href="https://www.unimat.com.mx/mat/contacto/" tabindex="0">Contacto</a></li></ul></div>                  <!--END #menu-bg-->
                  </div>
		
			<!--END #header-->
			</div>
			
		<!--END #header-container-->
		</div>
		<div id="separador-header">&nbsp;</div>
		
	<!--BEGIN #sub-header-container-->
	<div id="sub-header-container"  style="" class="no-description">

		<!--BEGIN #sub-header-->
		<div id="sub-header" class="image" style="background: transparent url('https://www.unimat.com.mx/mat/wp-content/themes/mural/css/skins/Unimat/skin_sub_header_bar_bgimage.jpg') repeat scroll top center;">
			
						<div class="breadcrumbs" xmlns:v="http://rdf.data-vocabulary.org/#">
			    <!-- Breadcrumb NavXT 7.3.0 -->
<span style="color:white">NAVEGAR:</span> <span typeof="v:Breadcrumb"><a rel="v:url" property="v:title" title="Ir a Fabricante de tapetes, alfombras, topes de estacionamiento y pisos de Hule." href="https://www.unimat.com.mx/mat" class="home">Inicio</a></span> &gt; <span typeof="v:Breadcrumb"><a rel="v:url" property="v:title" title="Ir a los archivos de la categoría Jarras de café." href="https://www.unimat.com.mx/mat/productos/category/jarras-de-cafe/" class="taxonomy category">Jarras de café</a></span> &gt; <span typeof="v:Breadcrumb"><a rel="v:url" property="v:title" title="Ir a ¿Qué es el Service Mat  o bar mat?." href="https://www.unimat.com.mx/mat/productos/jarras-de-cafe/que-es-el-service-mat-o-bar-mat/" class="post post-post current-item">¿Qué es el Service Mat  o bar mat?</a></span>			</div>
			<h1 class="transparent" style="color: #ff0000;">¿Qué es el Service Mat  o bar mat?</h1>
            <!-- Editado Altamiraweb - Botón en categoría - Inicio -->
            	
		<!--END #sub-header-->
		</div>
		
	<!--END #sub-header-container-->
	</div>			
		<!--BEGIN #content-container -->
		<div id="content-container">
		
			<!--BEGIN #content-->
			<div id="content" class="clearfix">

<script type="rocketlazyloadscript" data-rocket-type="text/javascript">window.addEventListener('DOMContentLoaded', function() {			
	jQuery(document).ready(function() {			
		jQuery(".menu li.current_page_parent").removeClass('current_page_parent');
		jQuery(".menu li.page-item-").addClass('current_page_item');
		mobileNav();					
	});			
});</script>


	<div class="blog-detail-page clearfix">

		<!--BEGIN #primary-->
		<div id="primary" class="blog-detail">
			<!--BEGIN #post-4111-->
<div id="post-4111" class="post-4111 post type-post status-publish format-standard has-post-thumbnail hentry category-jarras-de-cafe">
        <div id="single-nav">
                    <div id="single-nav-prev">&larr; <a href="https://www.unimat.com.mx/mat/productos/equipo-para-gimnasio/tapetes-para-gimnasio-2/" rel="prev">Tapetes para Gimnasio</a></div>
            <div id="single-nav-next"><a href="https://www.unimat.com.mx/mat/productos/productos/pisos-conductivos-y-disipativos/" rel="next">Pisos conductivos y disipativos</a> &rarr;</div>
            </div>
    <div class="hr"><hr/></div>
            <div class="post-image">
        <img src="https://www.unimat.com.mx/mat/wp-content/uploads/2022/02/Barmats-01-710x300-crop.jpg" width="710" height="300" alt="service mat o bar mat" />    </div>
        <h2 class="post-title">¿Qué es el Service Mat  o bar mat?</h2>
    <div class="post-left-wrapper">
        <div class="post-meta">
         
                            <span class="post-categories">in <a href="https://www.unimat.com.mx/mat/productos/category/jarras-de-cafe/" rel="category tag">Jarras de café</a></span>
                        
                        
                        
        </div>
                
		<li id="recent-posts-4" class="widget widget_recent_entries ">
		<h2 class="widgettitle ">Lecturas importantes</h2>
		<ul>
											<li>
					<a href="https://www.unimat.com.mx/mat/productos/productos/rampas-para-anden-de-carga/">Rampas para anden de carga</a>
									</li>
											<li>
					<a href="https://www.unimat.com.mx/mat/productos/productos/escritorios-economicos-para-oficina/">Escritorios económicos para oficina</a>
									</li>
											<li>
					<a href="https://www.unimat.com.mx/mat/productos/equipo-para-gimnasio/equipo-de-gimnasio/">Equipo de gimnasio</a>
									</li>
											<li>
					<a href="https://www.unimat.com.mx/mat/productos/productos/pisos-conductivos-y-disipativos/">Pisos conductivos y disipativos</a>
									</li>
											<li>
					<a href="https://www.unimat.com.mx/mat/productos/jarras-de-cafe/que-es-el-service-mat-o-bar-mat/" aria-current="page">¿Qué es el Service Mat  o bar mat?</a>
									</li>
					</ul>

		</li><li id="text-14" class="widget widget_text ">			<div class="textwidget"><center><g:plusone size="tall" lang="es-419" annotation="bubble"></g:plusone></center></div>
		</li>    </div>
    
    <div class="post-right-wrapper">
        <div class="post-text">
                        <p>El service mat o bar mat es el tapete para bares, discotecas y restaurantes ideal para escurrir vasos y tazas después de lavarlos</p>
<p><a href="https://www.unimat.com.mx/mat/wp-content/uploads/2022/08/Bar-Mat-Tapete-para-Barra.pdf">Bar Mat &#8211; Tapete para Barra</a></p>
<p>&nbsp;</p>
<p>• Antibacterial</p>
<p>• No guarda olores</p>
<p>• Antiderrapante</p>
<p>• Muy resistente y flexible</p>
<p>• No se quiebra ni se agrieta</p>
                        
        </div>
    
    </div>
    <div class="clearfix">&nbsp;</div>
        <div class="related-posts"><h3 id="related-posts-title">Related Posts</h3><ul style="border-bottom: 0; padding-bottom: 0;"><li class="no-image"><a href="https://www.unimat.com.mx/mat/productos/jarras-de-cafe/formas-de-mantener-el-cafe-caliente/" title="FORMAS DE MANTENER EL CAFÉ CALIENTE" class="post-title">FORMAS DE MANTENER EL CAFÉ CALIENTE</a><p class="excerpt">Mantener el café lo suficientemente caliente como para beber, puede ser una tarea difícil de hacer cuando uno está constantemente en movimiento, ya sea de camino al trabajo o&hellip;</p></li></ul></div>    <!--END #post-4111-->
</div>
<div class="clearfix">&nbsp;</div>

			
	<div id="comments">
	
	

</div><!-- #comments -->

		<!--END #primary-->
		</div>

		
					<!--BEGIN #secondary-->
            <div id="secondary">
        
            <div id="unisphere-popular-portfolio-items-widget-2" class="widget widget-posts widget-popular-portfolio-items"><h3 class="widget-title">Productos destacados<span class="triangle"></span></h3><ul><li class="clearfix"><a href="https://www.unimat.com.mx/mat/portfolio/productos/pisos-acolchados/" title="Pisos Acolchados" class="post-image no-underline"><img src="https://www.unimat.com.mx/mat/wp-content/uploads/2015/10/pisos-acolchados-210x105-crop.jpg" width="210" height="105" alt="piso salon de Baile Acolchado" /></a><a href="https://www.unimat.com.mx/mat/portfolio/productos/pisos-acolchados/" title="Pisos Acolchados" class="post-title">Pisos Acolchados</a><p class="excerpt">Nuestros pisos acolchados Fit Floor dan la apariencia de la duela laminada.</p></li><li class="clearfix"><a href="https://www.unimat.com.mx/mat/portfolio/productos/6600-pro-image-roll/" title="6600 Pro Image Roll®" class="post-image no-underline"><img src="https://www.unimat.com.mx/mat/wp-content/uploads/2013/09/tapete-para-alberca-210x105-crop.jpg" width="210" height="105" alt="" /></a><a href="https://www.unimat.com.mx/mat/portfolio/productos/6600-pro-image-roll/" title="6600 Pro Image Roll®" class="post-title">6600 Pro Image Roll®</a><p class="excerpt">PROPIEDADES Área de Alberca y Lóckers Excelente retenedor de Polvo, Humedad y Mugre. Contiene protector antihongos y protector UV. Ideal para exteriores e interiores. BENEFICIOS / RECOMENDACIONES Ideal para&hellip;</p></li></ul></div>            
                        
                    <!--END #secondary-->
            </div>
                
	</div>

				<div id="content-bottom-separator" class="clearfix"></div>
			<!--END #content-->
			</div>
	    <!--END #content-container-->
	    </div>
		<!--BEGIN #footer-widgets-container-->
	    <div id="footer-widgets-container">
	
	        <!--BEGIN #footer-widgets-->
	        <div id="footer-widgets" >
	        	<div class="clearfix">
					<div class="footer-column">
			        	<div id="text-7" class="widget widget_text"><h3 class="widget-title">Información de contacto<span class="triangle"></span></h3>			<div class="textwidget"><a href="https://www.unimat.com.mx/mat/contacto"><img style="margin-bottom:10px;" src="https://pisosdeportivos.com.mx/wp-contenido/uploads/2016/01/unimat-logo-footer.jpg" alt="tapetes y pisos méxico" /></a>

<div class="contact-info-container">
	<p class="address"><i class="fa fa-home"></i> Unimat de México, S.A de C.V.<br>Calle 4 No. 25-D Fracc. Industrial Alce Blanco, Naucalpan.<br>Estado de México CP 53370, México</p>
	<p class="phone"><i class="fa fa-phone-square"></i> <a href="tel:5527940100">55-2794-0100</a></br><i class="fa fa-phone-square"></I> <a href="tel:5552365420">55-5236-5420</a><br><i class="fa fa-phone-square"></i> <a href="tel:8008492089">800-849-2089</a></p>
	<p class="email"><i class="fa fa-envelope-square"></i> <a href="mailto:ventas@unimat.com.mx">ventas@unimat.com.mx</a></p>
	<!--<p class="web"><i class="fa fa-chevron-circle-right"></i> <a href="https://www.unimat.com.mx/mat/contacto">Contacto</a></p>-->
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.skypeassets.com/i/scom/js/skype-uri.js" defer></script>
<div id="SkypeButton_Call_unimatventas_1">
 <script type="rocketlazyloadscript" data-rocket-type="text/javascript">
 Skype.ui({
 "name": "call",
 "element": "SkypeButton_Call_unimatventas_1",
 "participants": ["unimatventas"],
 "imageSize": 24
 });
 </script>
</div>
</div></div>
		</div><div id="text-8" class="widget widget_text">			<div class="textwidget"><p class="botones-social">
<a class="boton-facebook" href="https://www.facebook.com/unimatmexico" target="_blank" rel="nofollow noopener"><i class="fa fa-facebook" aria-hidden="true"></i></a>
<a class="boton-instagram" href="https://www.instagram.com/livingreen_home/" target="_blank" rel="nofollow noopener"><i class="fa fa-instagram" aria-hidden="true"></i></a>
</p>
<a class ="boton-footer" href="https://www.unimat.com.mx/mat/opiniones/">Déjenos su valoración</a></div>
		</div>			
			            		            </div>
		
		        	<div class="footer-column">            
			            <div id="text-9" class="widget widget_text">			<div class="textwidget"><div id="footer-icons">
<center>
<h4><a href="https://www.unimat.com.mx/mat/fletes-economicos/"><i class="fa fa-truck"></i><br/>Fletes económicos</a></h4>
<p>¡Surtimos a toda la república a precios directos de fábrica! Mayoreo y venta al por menor</p>
</center>
</div></div>
		</div><div id="text-10" class="widget widget_text">			<div class="textwidget"><div id="footer-icons">
<center>
<h4><a href="https://www.unimat.com.mx/mat/productos-de-hule/"><i class="fa fa-recycle"></i><br/>Productos reciclados</a></h4>
<p>¡En Unimat estamos comprometidos con el Medio Ambiente!</p>
</center>
</div></div>
		</div><div id="text-11" class="widget widget_text">			<div class="textwidget"><div id="footer-icons">
<center>
<h4><a href="https://www.unimat.com.mx/mat/cotizacion-y-muestras/"><i class="fa fa-usd"></i><br/>Promociones del mes</a></h4>
<p>Somos fabricantes ¡La mejor calidad al mejor precio es posible!</p>
</center>
</div></div>
		</div>			
			            		            </div>
		            
		        	<div class="footer-column">
			            
		<div id="recent-posts-2" class="widget widget_recent_entries">
		<h3 class="widget-title">Lecturas importantes<span class="triangle"></span></h3>
		<ul>
											<li>
					<a href="https://www.unimat.com.mx/mat/productos/productos/rampas-para-anden-de-carga/">Rampas para anden de carga</a>
									</li>
											<li>
					<a href="https://www.unimat.com.mx/mat/productos/productos/escritorios-economicos-para-oficina/">Escritorios económicos para oficina</a>
									</li>
											<li>
					<a href="https://www.unimat.com.mx/mat/productos/equipo-para-gimnasio/equipo-de-gimnasio/">Equipo de gimnasio</a>
									</li>
											<li>
					<a href="https://www.unimat.com.mx/mat/productos/productos/pisos-conductivos-y-disipativos/">Pisos conductivos y disipativos</a>
									</li>
											<li>
					<a href="https://www.unimat.com.mx/mat/productos/jarras-de-cafe/que-es-el-service-mat-o-bar-mat/" aria-current="page">¿Qué es el Service Mat  o bar mat?</a>
									</li>
											<li>
					<a href="https://www.unimat.com.mx/mat/productos/equipo-para-gimnasio/tapetes-para-gimnasio-2/">Tapetes para Gimnasio</a>
									</li>
											<li>
					<a href="https://www.unimat.com.mx/mat/productos/tapetes/tapetes-antiderrapantes-3/">Tapetes Antiderrapantes</a>
									</li>
											<li>
					<a href="https://www.unimat.com.mx/mat/productos/productos/tope-reductor-de-velocidad/">Tope Reductor de Velocidad</a>
									</li>
											<li>
					<a href="https://www.unimat.com.mx/mat/productos/topes/senalamiento-vial-2/">Señalamiento Vial</a>
									</li>
											<li>
					<a href="https://www.unimat.com.mx/mat/productos/topes/topes-de-caucho/">Topes de Caucho</a>
									</li>
					</ul>

		</div>			
			            			        </div>
		            
		           	<div class="footer-column">
			            <div id="text-12" class="widget widget_text"><h3 class="widget-title">Formulario de contacto<span class="triangle"></span></h3>			<div class="textwidget">
<div class="wpcf7 no-js" id="wpcf7-f2721-o1" lang="en-US" dir="ltr">
<div class="screen-reader-response"><p role="status" aria-live="polite" aria-atomic="true"></p> <ul></ul></div>
<form action="/mat/productos/jarras-de-cafe/que-es-el-service-mat-o-bar-mat/#wpcf7-f2721-o1" method="post" class="wpcf7-form init" aria-label="Contact form" novalidate="novalidate" data-status="init">
<div style="display: none;">
<input type="hidden" name="_wpcf7" value="2721" />
<input type="hidden" name="_wpcf7_version" value="5.9.4" />
<input type="hidden" name="_wpcf7_locale" value="en_US" />
<input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f2721-o1" />
<input type="hidden" name="_wpcf7_container_post" value="0" />
<input type="hidden" name="_wpcf7_posted_data_hash" value="" />
<input type="hidden" name="_wpcf7cf_hidden_group_fields" value="[]" />
<input type="hidden" name="_wpcf7cf_hidden_groups" value="[]" />
<input type="hidden" name="_wpcf7cf_visible_groups" value="[]" />
<input type="hidden" name="_wpcf7cf_repeaters" value="[]" />
<input type="hidden" name="_wpcf7cf_steps" value="{}" />
<input type="hidden" name="_wpcf7cf_options" value="{&quot;form_id&quot;:2721,&quot;conditions&quot;:[],&quot;settings&quot;:{&quot;animation&quot;:&quot;yes&quot;,&quot;animation_intime&quot;:200,&quot;animation_outtime&quot;:200,&quot;conditions_ui&quot;:&quot;normal&quot;,&quot;notice_dismissed&quot;:false,&quot;notice_dismissed_rollback-cf7-5.9.3&quot;:true}}" />
<input type="hidden" name="_wpcf7_recaptcha_response" value="" />
</div>
<p><span class="wpcf7-form-control-wrap" data-name="your-name"><input size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required" aria-required="true" aria-invalid="false" placeholder="Nombre *" value="" type="text" name="your-name" /></span>
</p>
<p><span class="wpcf7-form-control-wrap" data-name="telefono"><input size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required" aria-required="true" aria-invalid="false" placeholder="Teléfono *" value="" type="text" name="telefono" /></span>
</p>
<p><span class="wpcf7-form-control-wrap" data-name="your-email"><input size="40" class="wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email" aria-required="true" aria-invalid="false" placeholder="Email *" value="" type="email" name="your-email" /></span>
</p>
<p><span class="wpcf7-form-control-wrap" data-name="your-message"><textarea cols="40" rows="10" class="wpcf7-form-control wpcf7-textarea" aria-invalid="false" placeholder="Mensaje" name="your-message"></textarea></span>
</p>
<p><input class="wpcf7-form-control wpcf7-submit has-spinner" type="submit" value="Enviar" />
</p><div class="wpcf7-response-output" aria-hidden="true"></div>
</form>
</div>
</div>
		</div>		
		        	    		        	</div>
	        	</div>
	        	<div id="footer-widgets-bottom-separator"></div>
	
	        <!--END #footer-widgets-->
	        </div>
	
		<!--END #footer-widgets-container-->
		</div>
	
	    <!--BEGIN #footer-container-->
	    <div id="footer-container">
	
	        <!--BEGIN #footer-->
	        <div id="footer">
            	
				<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://www.unimat.com.mx/mat/wp-content/cache/min/1/js/plusone.js?ver=1728035346" defer></script>
	
				<div id="footer-left">
					<div id="text-2" class="widget widget_text"><div class="widget-title">Copyright</div>			<div class="textwidget"><p style="text-align:center;line-height: 3.4em;"><a href="https://unimatmexico.com.mx">Unimat</a> Fabricante, distribuidor y comercializador de pisos de caucho, llanta, hule y señalamientos viales para todo México. Tapetes industriales y alfombras.<br />
<span style="font-size:14px">© 2000 -2024 Unimat de México, S.A. de C.V.</span></p>
</div>
		</div>	            		            </div>
	            <div id="footer-right">
					<div id="text-6" class="widget widget_text">			<div class="textwidget"><!-- Código de instalación CLIENGO para unimat.com.mx -->
<script type="rocketlazyloadscript">(function(){var ldk=document.createElement('script'); ldk.type='text/javascript'; ldk.async=true; ldk.src='https://s.cliengo.com/weboptimizer/594008e5e4b0fc8ebe483047/594008ebe4b0fc8ebe483057.js' ; var s=document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ldk, s);})();</script></div>
		</div>		            	            </div>
	
	        <!--END #footer-->
	        </div>
	
		<!--END #footer-container-->
		</div>
		
	<!--END #container-->
	</div>
        
	<!-- Theme Hook -->
	<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://www.unimat.com.mx/mat/wp-content/cache/min/1/mat/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=1728035346" id="swv-js" defer></script>
<script type="text/javascript" id="contact-form-7-js-extra">
/* <![CDATA[ */
var wpcf7 = {"api":{"root":"https:\/\/www.unimat.com.mx\/mat\/wp-json\/","namespace":"contact-form-7\/v1"},"cached":"1"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://www.unimat.com.mx/mat/wp-content/cache/min/1/mat/wp-content/plugins/contact-form-7/includes/js/index.js?ver=1728035346" id="contact-form-7-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://www.unimat.com.mx/mat/wp-content/cache/min/1/mat/wp-content/plugins/contact-form-7-star-rating/jquery.rating/jquery.rating.js?ver=1728035346" id="jquery-rating-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://www.unimat.com.mx/mat/wp-content/cache/min/1/mat/wp-content/plugins/contact-form-7-star-rating/js/jquery.wpcf7-starrating.js?ver=1728035346" id="jquery-wpcf7-starrating-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.unimat.com.mx/mat/wp-includes/js/jquery/ui/core.min.js?ver=1.13.2" id="jquery-ui-core-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://www.unimat.com.mx/mat/wp-content/cache/min/1/mat/wp-content/plugins/stopbadbots/assets/js/stopbadbots_fingerprint.js?ver=1728035346" id="sbb-scripts-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-browser-checker-js-after">
/* <![CDATA[ */
"use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
/* ]]> */
</script>
<script type="text/javascript" id="rocket-preload-links-js-extra">
/* <![CDATA[ */
var RocketPreloadLinksConfig = {"excludeUris":"\/mat(\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$\/|\/(?:.+\/)?embed\/|\/(index\\.php\/)?wp\\-json(\/.*|$)\/)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/www.unimat.com.mx\/mat","onHoverDelay":"100","rateThrottle":"3"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-preload-links-js-after">
/* <![CDATA[ */
(function() {
"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
}());
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://www.unimat.com.mx/mat/wp-content/cache/min/1/mat/wp-content/themes/mural/js/screen.js?ver=1728035346" id="screen-js" defer></script>
<script type="text/javascript" id="wpcf7cf-scripts-js-extra">
/* <![CDATA[ */
var wpcf7cf_global_settings = {"ajaxurl":"https:\/\/www.unimat.com.mx\/mat\/wp-admin\/admin-ajax.php"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://www.unimat.com.mx/mat/wp-content/cache/min/1/mat/wp-content/plugins/cf7-conditional-fields/js/scripts.js?ver=1728035346" id="wpcf7cf-scripts-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.google.com/recaptcha/api.js?render=6LdGRc8pAAAAADJxAJ9-O-0KGkfmnIEg58m5E2bv&amp;ver=3.0" id="google-recaptcha-js"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.unimat.com.mx/mat/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js?ver=3.1.2" id="wp-polyfill-inert-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.unimat.com.mx/mat/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.14.0" id="regenerator-runtime-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.unimat.com.mx/mat/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script>
<script type="text/javascript" id="wpcf7-recaptcha-js-extra">
/* <![CDATA[ */
var wpcf7_recaptcha = {"sitekey":"6LdGRc8pAAAAADJxAJ9-O-0KGkfmnIEg58m5E2bv","actions":{"homepage":"homepage","contactform":"contactform"}};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://www.unimat.com.mx/mat/wp-content/cache/min/1/mat/wp-content/plugins/contact-form-7/modules/recaptcha/index.js?ver=1728035346" id="wpcf7-recaptcha-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.unimat.com.mx/mat/wp-includes/js/hoverIntent.min.js?ver=1.10.2" id="hoverIntent-js" defer></script>
<script type="text/javascript" id="megamenu-js-extra">
/* <![CDATA[ */
var megamenu = {"timeout":"300","interval":"100"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://www.unimat.com.mx/mat/wp-content/cache/min/1/mat/wp-content/plugins/megamenu/js/maxmegamenu.js?ver=1728035346" id="megamenu-js" defer></script>
	
<!--END body-->
</body>
<!--END html-->
</html>
<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me -->