@font-face {
	font-family: 'Play Bold';
	src: url('../fonts/Play-Bold.eot');
	src: url('../fonts/Play-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Play-Bold.woff2') format('woff2'),
		url('../fonts/Play-Bold.woff') format('woff'),
		url('../fonts/Play-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Play Regular';
	src: url('../fonts/Play-Regular.eot');
	src: url('../fonts/Play-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Play-Regular.woff2') format('woff2'),
		url('../fonts/Play-Regular.woff') format('woff'),
		url('../fonts/Play-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
/* FRONTEND CSS
*********************************************/

html {
	height: 100%; 
}

body {
	height: 100%;
	font-size: 10pt;
	line-height: 22px;
	color: #3e3e3e;
	background: #fff;
	text-align: justify;
	font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4 {font-weight: normal; margin: 0 0 1% 0; padding: 0 0 1% 0; line-height: normal; color:#3e3e3e;}
h3 {
	font-size: 15pt;
	padding: 0;
}
h4 {
	color: #8fb04a;
	font-size: 12pt;
	padding: 0;
}
img {
	width: auto;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
p {
	margin: 0 0 15px 0;
}
b, strong {
	font-weight: normal;
}
.wrapper {max-width: 1088px; margin: 0 auto; width: 100%;}
a {color: #abd135; text-decoration: none!important;} 
a:hover {
	text-decoration: none!important;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	color: #3e3e3e;
}
a.logo {
	float: left;
	padding: 0 0 0 80px;
}
body.page-intro .header  {
	width: 99%;
	display: inline-block;
	padding: 3% 0.5%;
	position: fixed;
	z-index: 9999;	
	top:0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	background: transparent;
}
.header {
	padding: 0.5%;
	position: static;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	background: #3e3e3e;
	/* overflow: hidden; */
	display: inline-block;
	width: 99%;
}
.headeron{
	background: rgba(62, 62, 62, 0.92)!important;
	z-index: 9999;
	padding: 0.5%!important;
	width: auto;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.headeron ul.menu, .header ul.menu{margin: 5% 0 0 0!important;}
.header-int {float: right;}
.top{text-align: right; font-size: 14pt;}
.top a{color:#fff;}
.top a:hover, .top p:hover {color:#abd135;}
.top p{display: inline-block; margin: 0 2%; color:#fff;}
.top2 {
	position: absolute;
	z-index: 98;
	-webkit-transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
	transition: 0.5s all ease-in-out;
	opacity: 0;
	right: 0;
	top: 100px!important;
	opacity: 0!important;
}
.header .wrapper{position: relative;}
.topnone {
	opacity: 10!important;
	top: 38px!important;
	right: 0!important;
	z-index: 999;
}
div.k2SearchBlock form input.inputbox {
	background: rgba(255, 255, 255, 0.61)!important;
	border: 0;
	padding: 6px 10px;
	color: #777;
}
.banner1 {overflow: hidden; padding: 3% 1%;}
.banner1 h2 {
	font-family: 'Play Bold';
	text-transform: uppercase;
	font-size: 25pt;
	position: relative;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}
.banner1 h2:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 65px;
	height: 3px;
	background: #abd135;
}
.copy {background: #000; text-align: center; padding: 0.5%;}
.footer {
	background: #000000;
	padding: 0.5%;
	text-align: center;
}
.footer2 {
	text-align: center;
	padding: 1%;
	border-bottom: solid 1px #2b2b2b;
	margin: 0 0 7px 0;
}
.footer-col {
	display: inline-block;
	margin: 0 6%;
	font-size: 11pt;
}
.footer-logo {display: inline-block; margin: 0 2%; width: 12%;}
.footer-col img {margin: 0 10px 0 0;}
.footer-col a{color:#fff;}
.col-left {
	width: 24%;
	float: left;
	margin: 0 4% 0 0;
	border-right: solid 1px #ccc;
	padding: 0 3% 0 0;
}
div#content {overflow: hidden;}
.content-wrap {padding: 15px;}
body.inicio #container {
	height: auto;
	min-height: auto;
}
#container {
	height: auto;
	min-height: 67%;
}
.forcontacto textarea {margin: 0;}
.subcategoryproductos {
	width: 31%!important;
	float: left;
	margin: 1%;
}
.footer2 svg {color: #abd135;}
.showcase2 p {margin: 0;}
.showcase2  {margin-top: -6px;}
/* MEDIA QUERIES
*********************************************/
ul.menu {
	float: right;
	list-style: none;
	margin: 8% 0 0 0;
	padding: 0;
	text-transform: uppercase;
	font-family: 'Play Bold';
	font-size: 12pt;
}
ul.menu li {display: inline-block; position: relative;}
ul.menu li a {
	color: #fff;
	padding: 10px 20px;
}
ul.menu li.active a, ul.menu li a:hover {background: #abd135;}

.menu li ul {
	white-space: nowrap;
	list-style: none;
	margin: 0;
	position: absolute;
	top: 135%;
	left: -99999px;
	background: rgba(62,62,62,0.92)!important;
	padding: 10px;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	-moz-transform: translate3d(0,10px,0);
	-ms-transform: translate3d(0,10px,0);
	-o-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
	-webkit-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
	-moz-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
	-ms-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
	-o-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
	transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
	min-width: 175px;
	text-align: left;
	z-index: 9;
	font-size: 11pt;
}
.menu li li a {background: transparent!important;}
.menu li li a:hover {color:#abd135!important;}
.menu li:hover ul {
	left: 0;
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
	-moz-transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
	-ms-transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
	-o-transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
	transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
}
ul.menu li ul li a {padding: 0; margin: 0;}
ul.menu li ul li a:hover {color: #323a38;}
.menu li li {
	float: none;
	margin: 0!important;
	padding: 0 0 15px 0!important;
	width: 100%;
	display: block!important;
}

.tp-dottedoverlay.twoxtwo {background: url(../images/gridtile2.png)!important;}
.title-left {
	background: url(../images/title-left-slider2.png) no-repeat left center;
	width: 61px;
	height: 271px;
	position: absolute;
	left: -15px;
	top: -35px;
}
.title-rigth {
	background: url(../images/title-rigth-slider2.png) no-repeat right center;
	width: 61px;
	height: 271px;
	position: absolute;
	right: -15px;
	top: -35px;
}
.tp-caption.large_bold_white, .large_bold_white {
	font-family: 'Play Bold'!important;
	text-transform: uppercase!important;
	text-align: center!important;
}
.tp-caption.large_text, .large_text {
	text-shadow: none!important;
	font-family: 'Play Regular'!important;
	text-align: center!important;
}
.tp-button.green {
	background-color: transparent!important;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
	background: url(../images/ico-plus2.png) no-repeat center center!important;
	width: 24px!important;
	height: 24px!important;
	text-shadow: none!important;
	border: 0!important;
	letter-spacing: normal!important;
	border-radius: 0!important;
	text-indent: -9999!important;
}
.tp-button.green:hover{background: #abd135!important; border: solid 1px #abd135!important;}
.tp-leftarrow.default {
	background: url(../images/large_left.png) no-repeat 0 0!important;
	width: 40px!important;
	height: 40px!important;
	left: 0!important;
}
.tp-rightarrow.default {
	background: url(../images/large_right.png) no-repeat 0 0!important;
	width: 40px!important;
	height: 40px!important;
	right: 0!important;
}
.tp-leftarrow:hover, .tp-rightarrow:hover {background-position: bottom left!important;}
/* K2
*********************************************/
.col-promociones {
	float: left;
	width: 27%;
	margin: 1%;
	border: solid 1px #ccc;
	padding: 2%;
	border-bottom: solid 2px #3e3e3e;
}
.title-productos-slider{font-family: 'Play Bold';font-size: 16pt; text-align: left;}
.intro-destacado {font-size: 10pt;margin: 10px 0;}
a.btn-more {
	background: url(../images/ico-leer-mas.png) center right no-repeat;
	display: table;
	padding: 0 20px 0 0;
	font-family: 'Play Bold';
}
a.btn-more:hover {background: url(../images/ico-leer-mas-hover.png) center right no-repeat; color:#abd135;}
a.img-productos-home {display: block; overflow: hidden;}
.col-promociones:hover a.btn-more, .subcategoryproductos:hover a.btn-more {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background: url(../images/ico-leer-mas-hover.png) center right no-repeat;
	color:#3e3e3e;
}
.col-promociones:hover .title-productos-slider a {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	color:#abd135;
}
.col-promociones:hover {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border-bottom: solid 2px #abd135!important;
}
h1#title-producto {margin: 0 0 20px 0;padding: 0 0 20px 0;}
.title-productos-slider a{color:#3e3e3e;}
.col-promociones img, a.subCategoryImage img {
	-webkit-transition: 1s all ease-in-out;
	-moz-transition: 1s all ease-in-out;
	-o-transition: 1s all ease-in-out;
	transition: 1s all ease-in-out;
}
.col-promociones:hover img, .subcategoryproductos:hover a.subCategoryImage {
	opacity: 0.4;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.imagecat-g {display: block; overflow: hidden;}
.subcategoryproductos:hover .titlecat a {
	color: #abd135;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.col3.productosbox {
	float: left; 
	width: 26.9%;
	margin: 1%;
	border: solid 1px #ccc;
	padding: 2%;
	border-bottom: solid 2px #3e3e3e;
}
.title-categoria, .col-left h3, #title-producto, .item-title, .blank h1 {
	font-family: 'Play Bold';
	text-transform: uppercase;
	font-size: 22pt;
	text-align: left;
	position: relative;
	padding: 0 0 20px 0;
	margin: 0 0 20px;
}
.title-categoria:after, .col-left h3:after, #title-producto:after, .item-title:after, .blank h1:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 65px;
	height: 3px;
	background: #abd135;
}
.menu-categorias{list-style: none; margin: 0; padding: 3% 0 0 0; text-transform: uppercase; text-align: left;}
.menu-categorias li {
	background: url(../images/ico-leer-mas.png) center left no-repeat;
	padding: 0 0 0 20px;
	font-family: 'Play Bold';
	margin: 0 0 10px 0;
}
.menu-categorias li a{color:#3e3e3e;}
.menu-categorias li a:hover{color:#abd135;}
.image-producto {
	float: left;
	width: 57%;
	margin: 0 2% 0 0;
	border: solid 1px #ccc;
	padding: 1%;
}
.text-producto {float: right; width: 38%;}
.btn-verde {
	background: #3e3e3e;
	padding: 7px 15px 7px 30px;
	float: left;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	font-family: 'Play Bold';
}
.btn-back{margin: 0 10px 0 0; background: url(../images/ico-back.png) #3e3e3e no-repeat 6px center;}
.btn-cotizacion {margin: 0 10px 0 0; background: url(../images/ico-cotizar.png) #3e3e3e no-repeat 6px center;}
.btn-back:hover {margin: 0 10px 0 0; background: url(../images/ico-back.png) #abd135 no-repeat 6px center;}
.btn-cotizacion:hover {margin: 0 10px 0 0; background: url(../images/ico-cotizar.png) #abd135 no-repeat 6px center;}
.botones {
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 0 0 20px;
	width: 100%;
}
h3.title-descripcion {
	text-transform: uppercase;
	font-family: 'Play Bold';
	font-size: 13pt;
	margin: 0 0 10px 0;
	padding: 0;
	color: #3e3e3e;
}
.mfp-bg {background: rgba(80,80,80,0.8); opacity: 10!important;}
.imgitembox a{overflow: hidden; display: block;}
div.itemFullText h3 {
	color: #3e3e3e;
	font-family: 'Play Bold';
	margin: 0 0 20px 0;
	padding: 0;
}
.formulario-col {
	float: left;
	width: 40%;
	margin: 0 2% 0 0;
}
#content ul {
    margin: 0 0 0 10px;
    padding: 0;
    list-style: none;
}

#content ul li {
	margin: 0 0 5px 0;
	padding: 0 0 0 20px;
	background: url(../images/icolist.png) left center no-repeat;
}
.mapa {overflow: hidden;}
.forcontacto input, .forcontacto textarea {
	width: 95%;
	padding: 1%;
	border: solid 1px #e2e2e2;
	margin: 0 0 10px 0;
	-webkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
	border-radius: 0!important;
	background: #fff;
	padding: 2%;
}
.forcontacto input.enviar {
    background-color: #abd135!important;
    border: 0!important;
    color: #fff;
    padding: 13px 50px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: auto!important;
    text-transform: uppercase;
    font-size: 9pt;
    display: table;
    margin: 16px 0 0 0;
}
.mapaiframe {
    position: relative;
    padding-bottom: 33%;
    padding-top: 25px;
    height: 0;
}
.mapaiframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.titlecat {
	font-family: 'Play Bold';
	font-size: 16pt;
	margin: 15px 0;
	padding: 0;
	text-align: left;
}
.titlecat a {color: #3e3e3e;}
.introcat {margin: 0 0 15px 0; font-size: 10pt;}
.k2Pagination ul {margin: 0; padding: 0;}
.k2Pagination ul li {
	margin: 0!important;
	padding: 0!important;
	background: none!important;
}
div.k2Pagination ul li a, div.k2Pagination ul li span {
    display: inline-block;
    padding: 4px!important;
    margin: 0 8px;
    border: 0!important;
    border-radius: 4px;
    vertical-align: middle;
    background: #fff;
    text-decoration: none;
}
.genericItemView1 {
	width: 27%!important;
	float: left;
	margin: 1%;
	border: solid 1px #ccc;
    border-bottom: solid 2px #3e3e3e;
	padding: 2%;
}
div.k2Pagination{clear: both;}
/* MEAN MENU
*********************************************/
a.meanmenu-reveal {display: none;}
.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: relative;
	background: #abd135;
	padding: 0;
	min-height: 42px;
	margin-top: -6px;
	z-index: 99;
}
.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 10px 13px 10px 13px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}
.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 3px;
	margin-top: 3px;
}
.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #615e5c;
	margin-top: 40px;
}
.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
	opacity: 10;
	position: static!important;
	-webkit-transform: none!important;
    -moz-transform: none!important;
    -ms-transform: none!important;
    -o-transform: none!important;
    transform: none!important;
    -webkit-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
    -moz-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
    -ms-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
    -o-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
}
.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
	border-left: 0!important;
	padding: 0!important;
	display: block!important;
}
.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 0.5em 5%;
	margin: 0;
	text-align: left;
	color: #fff!important;
	border-top: 1px solid #383838;
	border-top: 1px solid rgba(255,255,255,0.5);
	text-decoration: none;
	text-transform: uppercase;
}
.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 0.5em 10%;
	border-top: 1px solid #f1f1f1;
	border-top: 1px solid rgba(255,255,255,0.25);
	opacity: 0.75;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
}
.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}
.mean-container .mean-nav ul li a:hover {
	background: #252525;
	background: rgba(255,255,255,0.1);
}
.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 0;
	width: 26px;
	height: 13px;
	line-height: 13px;
	padding: 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255,255,255,0.1);
	border: none !important;
	border-left: 1px solid rgba(255,255,255,0.4) !important;
	border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(0,0,0,0.9);
}
.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}
.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.mean-remove {
	display: none !important;
}
/* MODAL
*********************************************/
.modalDialog {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background:rgba(80, 80, 80, 0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}
.modalDialog > div {
	width: 90%;
	max-width: 500px;
	position: relative;
	margin: 10% auto;
	border-radius: 0;
	overflow: auto;
	padding: 2%;
	border: solid 10px rgb(62, 62, 62);
	background:rgba(62, 62, 62, 0.75);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}
.close {
	color: #fff;
	line-height: 19px;
	position: absolute;
	right: 10px;
	text-align: center;
	top: 10px;
	width: 24px;
	font-size: 18pt;
}
.close:hover {color: #abd135;}
.modalDialog h1 {
	margin: 0 0 15px 0;
	padding: 0 0 15px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Play Bold';
}
.modalDialog input {
	background: rgba(255, 255, 255, 0.74);
	color: #333;
	border: 0;
	clear: both;
	padding: 2%;
	margin: 3% 0;
	width: 96%;
}
.modalDialog input::-webkit-input-placeholder { color: #333!important; } /* WebKit */
.modalDialog input::-moz-placeholder { color: #333!important; } /* Firefox 18- */
.modalDialog input::-moz-placeholder { color: #333!important; } /* Firefox 19+ */
.modalDialog input::-ms-input-placeholder { color: #333!important; } /* IE 10+ */

.modalDialog p {color: #fff;}
.modalDialog input.button {
	background: #abd135;
	width: 33%;
	text-align: center;
	display: block;
	margin: 0 auto;
	color: #fff;
	text-transform: uppercase;
}
.modalDialog input.button:hover {
	background: #000;
	color:#fff;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.modalDialog input.newsletter {
	background: transparent;
	clear: none;
	width: auto!important;
}
span.producto-titulo {color: #abd135; margin: 0 1px 0 0;}
.showcase2 img{width: 100%;}
/* MEDIA QUERIES
*********************************************/
@media (max-width: 1200px) {
	.footer-col {
		margin: 0 4%;
		font-size: 10pt;
	}

}
@media (max-width: 992px) {
	ul.menu {
		font-size: 11pt;
	}
	.title-productos-slider {
		font-size: 14pt;
	}
	a.logo {
		padding: 0 0 0 10px;
	}
	.footer-col {
		margin: 0 2%;
		font-size: 9pt;
	}
	.image-producto {
		width: 92%;
		margin: 0 auto 2%;
		float: none;
	}
	.text-producto {
		float: none;
		width: 100%;
	}
}
@media (max-width: 768px) {
	body.page-intro .header{
		position: static;
		padding: 2% 0.5%;
		background: #3e3e3e;
		display: block;
		overflow: hidden;
		width: auto;
	}
	.header-int {
		width: 60%;
		padding: 4% 0 0 0;
	}
	.footer-logo {
		width: 15%;
	}
	.footer-col {
		margin: 0 1%;
		font-size: 8pt;
	}
	.formulario-col {
		float: none;
		width: 100%;
		margin: 0 0 2% 0;
	}
	.mapaiframe {
		padding-bottom: 50%;
	}
	.titlecat, .title-productos-slider {
		font-size: 12pt;
	}
	.col-left{
		display: none;
	}
	.title-categoria, .col-left h3, #title-producto, .item-title{
		font-size: 17pt;
		margin: 0 0 20px 0;
		padding: 0 0 20px;
	}
	body{
		font-size: 10pt;
	}
}
@media (max-width: 625px) {
	.footer-col {
		margin: 0 1%;
		font-size: 8pt;
		display: table;
		margin: 0 auto 10px;
	}
	.banner1 h2 {
		text-align: center;
		padding: 0 0 20px 0;
		margin: 0 0 20px 0;
	}
	.banner1 h2:after {
		left: 0;
		margin-left: auto;
		margin-right: auto;
		right: 0;
	}
	.col-promociones {
		float: none;
		width: 66%;
		margin: 0 auto 5%;
	}
	.footer-logo {
		width: 20%;
	}
	.title-left, .title-rigth, .tp-button.green {display: none!important;}
	.copy, .copy a {
		font-size: 6pt!important;
	}
	.subcategoryproductos {
		width: 46%!important;
		margin: 2%!important;
	}
	.clrcat{
		display: none;
	}
	.introcat{
		font-size: 9pt;
	}
	a.btn-more{
		font-size: 9pt;
	}
	.col3.productosbox {
		width: 41%;
		margin: 2%!important;
	}
	
}
@media (max-width: 480px) {
	.col-promociones {
		width: 80%;
	}
	a.logo {
		padding: 0;
	}
	.header-int {
		width: 45%;
	}
	.top p {
		width: 12%;
	}
	.header-int {
		padding: 3% 0 0 0;
	}
	body.page-intro .header {
		padding: 2% 2%;
	}
	a.logo {
		width: 25%;
	}
}