<!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;
}
		.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 v21.0 - 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 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.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-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}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.8' 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='st-widget-css' href='https://www.unimat.com.mx/mat/wp-content/plugins/share-this/css/style.css?ver=6.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.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.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.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.3.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.0' 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.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=1692777506' 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=1692777506' 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=1692777506' 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" charset="utf-8" data-rocket-type="text/javascript">var switchTo5x=true;</script>
<script type="rocketlazyloadscript" data-minify="1" charset="utf-8" data-rocket-type="text/javascript" src="https://www.unimat.com.mx/mat/wp-content/cache/min/1/button/buttons.js?ver=1692777506" defer></script>
<script type="rocketlazyloadscript" charset="utf-8" data-rocket-type="text/javascript">stLight.options({"publisher":"073b2d54-1bfb-4bf3-acc4-f38224fdc8dc"});var st_type="wordpress3.9.2";</script>
<script type="rocketlazyloadscript" data-minify="1" charset="utf-8" data-rocket-type="text/javascript" src="https://www.unimat.com.mx/mat/wp-content/cache/min/1/loader.js?ver=1692777506" defer></script>
<script type="rocketlazyloadscript" charset="utf-8" data-rocket-type="text/javascript">
var h_options={ "publisher":"073b2d54-1bfb-4bf3-acc4-f38224fdc8dc", "position": "right", "chicklets_params": {"twitter":{"st_via":"tapetesypisos" }, "instagram" :{"st_username":"" } }, "chicklets": { "items": ["facebook", "twitter", "linkedin", "email", "sharethis", "pinterest"] } }
;var st_hover_widget = new sharethis.widgets.hoverbuttons(h_options);
</script>
		<style type="text/css" id="wp-custom-css">
			.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;
}
@media (min-width:768px){
	.columna-izq{
		width:40%;
		float:left;
	}
	.columna-der{
		width:55%;
		float:right;
	}
}		</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 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="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.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-top">
<p><strong>Horarios de atención</strong>,  de Lunes a Jueves: 8AM a 7PM y Viernes de 8AM a 6PM</p>
</div>
<div id="horario-left">
<p>CALIDAD Y PRECIOS BAJOS</p>
<p><strong>NUESTRO COMPROMISO</strong></p>
</div>
<div id="horario-right">
<p><a href="tel:5552365420">55-5236-5420</a></p>
<p><a href="tel:8008492089">800-849-2089</a></p>
<h3>Servicio EXPRESS</h3>
</div>
<div style="clear:both;">&nbsp;</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 class="menu"><ul id="menu-menu-que-va" class="nav"><li id="menu-item-1423" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-1423 page-item-1329"><a href="https://www.unimat.com.mx/mat/">Tapetes</a></li>
<li id="menu-item-1438" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1438 page-item-1438"><a href="#">Acerca de Unimat</a>
<ul class="sub-menu">
	<li id="menu-item-1457" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1457 page-item-1439"><a href="https://www.unimat.com.mx/mat/perfil-de-la-compania/">Perfil de la compañia</a></li>
	<li id="menu-item-1455" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1455 page-item-1448"><a href="https://www.unimat.com.mx/mat/garantia-de-productos/">Garantía de Productos</a></li>
	<li id="menu-item-1454" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1454 page-item-1450"><a href="https://www.unimat.com.mx/mat/solicitud-de-credito/">Solicitud de Crédito</a></li>
</ul>
</li>
<li id="menu-item-1579" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1579 page-item-1579"><a href="#">Productos</a>
<ul class="sub-menu">
	<li id="menu-item-1563" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1563 page-item-1561"><a href="https://www.unimat.com.mx/mat/tapetes-y-pisos/">Venta de Tapetes y pisos</a>
	<ul class="sub-menu">
		<li id="menu-item-1483" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1483 page-item-1481"><a href="https://www.unimat.com.mx/mat/tapetes-antifatiga/">Tapetes Antifatiga</a></li>
		<li id="menu-item-1565" class="menu-item menu-item-type-taxonomy menu-item-object-portfolio_category menu-item-1565 page-item-30"><a href="https://www.unimat.com.mx/mat/productos/portfolio-category/alfombras-modulares/">Alfombras Modulares</a></li>
		<li id="menu-item-1566" class="menu-item menu-item-type-taxonomy menu-item-object-portfolio_category menu-item-1566 page-item-37"><a href="https://www.unimat.com.mx/mat/productos/portfolio-category/piso-antiderrapante/">Piso Antiderrapante</a></li>
		<li id="menu-item-1567" class="menu-item menu-item-type-taxonomy menu-item-object-portfolio_category menu-item-1567 page-item-38"><a href="https://www.unimat.com.mx/mat/productos/portfolio-category/piso-dielectrico/">Piso Dieléctrico</a></li>
		<li id="menu-item-1568" class="menu-item menu-item-type-taxonomy menu-item-object-portfolio_category menu-item-1568 page-item-31"><a href="https://www.unimat.com.mx/mat/productos/portfolio-category/piso-multiusos/">Piso Multiusos</a></li>
		<li id="menu-item-1569" class="menu-item menu-item-type-taxonomy menu-item-object-portfolio_category menu-item-1569 page-item-34"><a href="https://www.unimat.com.mx/mat/productos/portfolio-category/pisos-amortiguantes/">Pisos Amortiguantes</a></li>
		<li id="menu-item-3415" class="menu-item menu-item-type-taxonomy menu-item-object-portfolio_category menu-item-3415 page-item-105"><a href="https://www.unimat.com.mx/mat/productos/portfolio-category/piso-para-gimnasio/">Piso para Gimnasio</a></li>
		<li id="menu-item-1570" class="menu-item menu-item-type-taxonomy menu-item-object-portfolio_category menu-item-1570 page-item-32"><a href="https://www.unimat.com.mx/mat/productos/portfolio-category/piso-para-ninos/">Piso para Niños y Bebés</a></li>
		<li id="menu-item-1571" class="menu-item menu-item-type-taxonomy menu-item-object-portfolio_category menu-item-1571 page-item-41"><a href="https://www.unimat.com.mx/mat/productos/portfolio-category/tapete-cuarto-limpio/">Tapete Cuarto Limpio</a></li>
		<li id="menu-item-1572" class="menu-item menu-item-type-taxonomy menu-item-object-portfolio_category menu-item-1572 page-item-42"><a href="https://www.unimat.com.mx/mat/productos/portfolio-category/tapete-para-ganado/">Tapete para Ganado</a></li>
		<li id="menu-item-1573" class="menu-item menu-item-type-taxonomy menu-item-object-portfolio_category menu-item-1573 page-item-40"><a href="https://www.unimat.com.mx/mat/productos/portfolio-category/tapetes-sanitizantes/">Tapetes Sanitizantes</a></li>
		<li id="menu-item-1574" class="menu-item menu-item-type-taxonomy menu-item-object-portfolio_category menu-item-1574 page-item-39"><a href="https://www.unimat.com.mx/mat/productos/portfolio-category/tapetes-antiestaticos/">Tapetes Antiestáticos</a></li>
		<li id="menu-item-1575" class="menu-item menu-item-type-taxonomy menu-item-object-portfolio_category menu-item-1575 page-item-35"><a href="https://www.unimat.com.mx/mat/productos/portfolio-category/tapetes-area-de-alberca/">Tapetes Area de Alberca</a></li>
		<li id="menu-item-1576" class="menu-item menu-item-type-taxonomy menu-item-object-portfolio_category menu-item-1576 page-item-33"><a href="https://www.unimat.com.mx/mat/productos/portfolio-category/tapetes-con-logotipo/">Tapetes con Logotipo</a></li>
		<li id="menu-item-2551" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2551 page-item-2551"><a href="https://www.unimat.com.mx/mat/productos/portfolio-category/tapetes-promocionales/">Tapetes Promocionales</a></li>
		<li id="menu-item-1577" class="menu-item menu-item-type-taxonomy menu-item-object-portfolio_category menu-item-1577 page-item-36"><a href="https://www.unimat.com.mx/mat/productos/portfolio-category/tapetes-de-entrada/">Tapetes de Entrada</a></li>
		<li id="menu-item-1578" class="menu-item menu-item-type-taxonomy menu-item-object-portfolio_category menu-item-1578 page-item-43"><a href="https://www.unimat.com.mx/mat/productos/portfolio-category/tapetes-especiales/">Tapetes Especiales</a></li>
		<li id="menu-item-2550" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2550 page-item-2550"><a href="https://www.unimat.com.mx/mat/productos/portfolio-category/tapetes-para-yoga/">Tapetes para Yoga</a></li>
	</ul>
</li>
	<li id="menu-item-1757" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1757 page-item-1755"><a href="https://www.unimat.com.mx/mat/productos-de-hule/">Productos de hule</a>
	<ul class="sub-menu">
		<li id="menu-item-1758" class="menu-item menu-item-type-taxonomy menu-item-object-portfolio_category menu-item-1758 page-item-47"><a href="https://www.unimat.com.mx/mat/productos/portfolio-category/aislantes-acusticos/">Aislantes Acústicos</a></li>
		<li id="menu-item-1759" class="menu-item menu-item-type-taxonomy menu-item-object-portfolio_category menu-item-1759 page-item-45"><a href="https://www.unimat.com.mx/mat/productos/portfolio-category/control-de-vibraciones/">Control de Vibraciones</a></li>
		<li id="menu-item-1762" class="menu-item menu-item-type-taxonomy menu-item-object-portfolio_category menu-item-1762 page-item-44"><a href="https://www.unimat.com.mx/mat/productos/portfolio-category/tapetes-para-cocina/">Tapetes para Cocina</a></li>
		<li id="menu-item-1760" class="menu-item menu-item-type-taxonomy menu-item-object-portfolio_category menu-item-1760 page-item-48"><a href="https://www.unimat.com.mx/mat/productos/portfolio-category/hule-faldon-alta-abrasion/">Hule Faldón Alta Abrasión</a></li>
	</ul>
</li>
	<li id="menu-item-1761" class="menu-item menu-item-type-taxonomy menu-item-object-portfolio_category menu-item-1761 page-item-46"><a href="https://www.unimat.com.mx/mat/productos/portfolio-category/pasto-sintetico/">Pasto Sintético</a></li>
	<li id="menu-item-1805" class="menu-item menu-item-type-taxonomy menu-item-object-portfolio_category menu-item-1805 page-item-51"><a href="https://www.unimat.com.mx/mat/productos/portfolio-category/topes-de-estacionamiento/">Topes de estacionamiento</a></li>
	<li id="menu-item-1785" class="menu-item menu-item-type-taxonomy menu-item-object-portfolio_category menu-item-1785 page-item-50"><a href="https://www.unimat.com.mx/mat/productos/portfolio-category/senalamiento-vial/">Señalamiento Vial</a></li>
</ul>
</li>
<li id="menu-item-1713" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1713 page-item-1711"><a href="https://www.unimat.com.mx/mat/cotizacion-y-muestras/">Cotización y muestras</a></li>
<li id="menu-item-1709" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1709 page-item-101"><a href="https://www.unimat.com.mx/mat/contacto/">Contacto</a></li>
</ul></div>                    <!--END #menu-bg-->
                    </div>
	            </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.2.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"></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/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/blog/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>
					</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>
<p class="no-break"><span class='st_facebook' st_title='¿Qué es el Service Mat  o bar mat?' st_url='https://www.unimat.com.mx/mat/productos/jarras-de-cafe/que-es-el-service-mat-o-bar-mat/'></span><span st_via='tapetesypisos' st_username='tapetesypisos' class='st_twitter' st_title='¿Qué es el Service Mat  o bar mat?' st_url='https://www.unimat.com.mx/mat/productos/jarras-de-cafe/que-es-el-service-mat-o-bar-mat/'></span><span class='st_linkedin' st_title='¿Qué es el Service Mat  o bar mat?' st_url='https://www.unimat.com.mx/mat/productos/jarras-de-cafe/que-es-el-service-mat-o-bar-mat/'></span><span class='st_email' st_title='¿Qué es el Service Mat  o bar mat?' st_url='https://www.unimat.com.mx/mat/productos/jarras-de-cafe/que-es-el-service-mat-o-bar-mat/'></span><span class='st_sharethis' st_title='¿Qué es el Service Mat  o bar mat?' st_url='https://www.unimat.com.mx/mat/productos/jarras-de-cafe/que-es-el-service-mat-o-bar-mat/'></span><span class='st_fblike' st_title='¿Qué es el Service Mat  o bar mat?' st_url='https://www.unimat.com.mx/mat/productos/jarras-de-cafe/que-es-el-service-mat-o-bar-mat/'></span><span class='st_plusone' st_title='¿Qué es el Service Mat  o bar mat?' st_url='https://www.unimat.com.mx/mat/productos/jarras-de-cafe/que-es-el-service-mat-o-bar-mat/'></span><span class='st_pinterest' st_title='¿Qué es el Service Mat  o bar mat?' st_url='https://www.unimat.com.mx/mat/productos/jarras-de-cafe/que-es-el-service-mat-o-bar-mat/'></span></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: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/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/blog/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>
											<li>
					<a href="https://www.unimat.com.mx/mat/productos/topes/topes-de-goma/">Topes de Goma</a>
									</li>
											<li>
					<a href="https://www.unimat.com.mx/mat/productos/tapetes/tapete-de-hule-sanitizante/">Tapete de Hule Sanitizante</a>
									</li>
											<li>
					<a href="https://www.unimat.com.mx/mat/productos/tapetes/tapetes-esd/">Tapetes ESD</a>
									</li>
											<li>
					<a href="https://www.unimat.com.mx/mat/productos/equipo-para-gimnasio/gym-mats-2/">Gym Mats</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.8" />
<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}}" />
</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><span class="wpcf7-form-control-wrap" data-name="quiz-785"><label><span class="wpcf7-quiz-label">¿De qué color es el cielo?</span> <input size="40" class="wpcf7-form-control wpcf7-quiz" autocomplete="off" aria-required="true" aria-invalid="false" type="text" name="quiz-785" /></label><input type="hidden" name="_wpcf7_quiz_answer_quiz-785" value="82eec75f948cb4ed9523c6732d79c4a0" /></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=1692777506" defer></script>
	
				<div id="footer-left">
					<div id="text-2" class="widget widget_text"><div class="widget-title">Copyright</div>			<div class="textwidget"><p>Copyright 2022 <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.</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=1692777506' 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=1692777506' 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=1692777506' 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=1692777506' id='jquery-wpcf7-starrating-js' defer></script>
<script type="rocketlazyloadscript" id="rocket-browser-checker-js-after" data-rocket-type="text/javascript">
"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" id="rocket-preload-links-js-after" data-rocket-type="text/javascript">
(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=1692777506' 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=1692777506' id='wpcf7cf-scripts-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 -->