﻿/*! normalize.css v3.0.0 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,<li><a href="http://www.grupohergosa.com.mx:81" class="enlace transition nav-control y movimiento">Control y Movimiento</a></li>,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0;vertical-align: top;}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.coverimage{background-repeat: no-repeat no-repeat;background-size: cover !important;background-position:50% 50%;}.coverfixed{background-size: cover;background-attachment: fixed;}.cfix{*zoom: 1;}.cfix:before,.cfix:after{display:table;content: "";}.cfix:after{clear: both;}.imgfluid{max-width:100%;vertical-align:top;border:0;}.astable{width:100%;height:100%;display:table;}.ascell{width:100%;height:100%;display:table-cell;vertical-align:middle;text-align:center;}.vertical-content:before{content: '';display: inline-block;vertical-align: middle;height: 100%;width: 1px;}.transition{-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}.ellipsis{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
/*! end normalize.css v3.0.0 | MIT License | git.io/normalize */
::-webkit-selection{color:#fff;background:#8b1f5b;}
::-moz-selection{color:#fff;background:#8b1f5b;}
::-ms-selection{color:#fff;background:#8b1f5b;}
::selection{color:#fff;background:#8b1f5b;}
html, body{
	width: 100%;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #292526;
	background:#fafafa;
}
a {
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6, .secondfont{
    font-family: 'Poppins', sans-serif;
	font-weight:700;
	margin: 0 0;
}
h1 {
	font-size:40px;
	color:#212121;
	text-transform:uppercase;
	line-height:1.2;
}
h1.heading {
	text-align:center;
}
h1.heading span {
	color:#757575;
	font-weight:300;
	font-size:14px;
	letter-spacing:3px;
	margin-bottom:15px;
	display:block;
}

h1.heading-alt {
	text-align:left;
	color:#212121;
}
h1.heading-alt .top-heading {
	color:#757575;
	font-weight:300;
	font-size:14px;
	letter-spacing:3px;
	margin-bottom:15px;
	display:block;
}
h1.heading-alt .highlight {
	color:#f44336;
}
h2 {
	font-size:30px;
	text-transform:uppercase;
}
/*Generales*/
.wrap{
	width: 100%;
	max-width: 1054px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}
.wrap.wrapheader{
	max-width: 1300px;
}
.wrap.wrapbig{
	max-width: 1100px;
}
.wrap.wrapxtrasmall{
	max-width: 600px;
}

/* SECTION, FONTS y MARGINS*/
.facento{
	color: #000;
}
.tcenter{
	text-align: center;
}
.section{
	padding: 90px 0;
	position: relative;
}
.section.ssmall{
	padding: 70px 0;
}
.main {
	padding-top:100px;
	position:relative;
}

/* Botones */
.btn{
	display: inline-block;
	border: 0;
	outline: 0;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
	padding: 12px 35px;
	background: #fc0055;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn:hover{
	background: #000;
}

/*.btn-primary {
	display:inline-block;
	border:none;
	outline:0;
	text-decoration:none;
	text-transform:uppercase;
	font-family:'Poppins', sans-serif;
	font-weight:300;
	font-size:12px;
	color:#fff;
	border:1px solid #fff;
	border-radius:30px;
	padding:0 20px;
	line-height:35px;
}*/

.btn-primary {
	display:inline-block;
	border:none;
	background:none;
	outline:0;
	text-decoration:none;
	text-transform:uppercase;
	font-family:'Poppins', sans-serif;
	font-weight:300;
	font-size:12px;
	color:#212121;
	border:1px solid #212121;
	border-radius:30px;
	padding:0 20px;
	line-height:35px;
	letter-spacing:1.5px;
	transition:all .4s ease;
}
.btn-primary:hover {
	border:1px solid #ff5252;
	background:#ff5252;
	color:#fff;
}
.btn-hero {
	display:inline-block;
	border:none;
	outline:0;
	text-decoration:none;
	text-transform:uppercase;
	font-family:'Poppins', sans-serif;
	font-weight:300;
	font-size:12px;
	color:#fff;
	border:1px solid #fff;
	border-radius:30px;
	padding:0 20px;
	line-height:35px;
	transition:all .4s ease;
}
.btn-hero:hover {
	background:#fff;
	color:#212121;
}
.btn-contacto {
	display:inline-block;
	border:none;
	outline:0;
	text-decoration:none;
	text-transform:uppercase;
	font-family:'Poppins', sans-serif;
	font-weight:300;
	font-size:12px;
	color:#212121;
	border:1px solid #212121;
	border-radius:30px;
	padding:0 20px;
	line-height:35px;
	transition:all .4s ease;
}
.btn-contacto:hover {
	background:#212121;
	color:#fff;
}

/* HEADER */
.header{
	height: 70px;
	/*background: #fafafa;*/

        background-image: url(http://www.grupohergosa.com.mx/public/images/fondo-header.jpg);
        background-repeat: no-repeat;
        background-size: cover;

	position: fixed;
        top:0;
        left:0;
	z-index: 100;
	width: 100%;
	padding: 20px 0;
	font-weight:500;
}
/*.header.header-home {
	background: rgba(0,0,0,.5);
}*/
.header .wrap{
	height: 100%;
}
.header .logo{
	display:inline-block;
	vertical-align:top;
	height: 100%;
	text-decoration: none;
	margin-right:35px;
}
.header .logo .logoimg{
	width:auto;
	height:45px;
}
.header .logo .logoimg.logow{
	display:none;
}
.header.header-home .logo .logoimg {
	display:none;
}
.header.header-home .logo .logoimg.logow {
	display:block;
}
.header .hr{
	display:inline-block;
	vertical-align:top;
	text-align: right;
}
.header .hr .menu{
	font-size: 0;
	margin: 0 0;
}
.header .hr .menubtn{
	height: 50px;
	width: 26px;
	padding: 7px 0;
	display: inline-block;
	vertical-align: top;
	float: right;
	display: none;
}
.header .hr .menubtn .bar{
	width: 100%;
	background: #212121;
	height: 2px;
}
.header .hr .menubtn .bar.center{
	margin:4px 0;
}
.header .hr .menubtn:hover .bar{
	background: #212121;
}
.header.header-home .menubtn .bar, .header.header-home .menubtn:hover .bar {
	background:#fff;
}
.header.open .hr .menu{
	display: block;
}

.header .hr .menu ul {
	list-style:none;
	margin:0;
	padding:0;
}
.header .hr .menu ul li {
	display:inline-block;
	padding:0;
}
.header .hr .menu a{
	text-transform: uppercase;
	text-decoration: none;
	color:#757575;
	font-weight: 500;
	font-size: 12px;
	line-height:30px;
	vertical-align: middle;
	display: inline-block;
	letter-spacing:2px;
	position:relative;
	padding:0 15px;
}
.header.header-home .hr .menu a {
	color: rgba(255,255,255,.8);
}
.header .hr .menu a:hover, .header .hr .menu a.menu-active {
	color:#f44336;
}
.header.header-home .hr .menu a:hover, .header.header-home .hr .menu a.menu-active {
	color:#fff;
}
.header .hr .menu a.menu-active:after, .header .hr .menu a:hover:after {
	content:'';
	position:absolute;
	bottom:-20px;
	left:50%;
	display:block;
	width:1px;
	height:23px;
	background:#f44336;
}
.header.header-home .hr .menu a.menu-active:after, .header.header-home .hr .menu a:hover:after {
	background:#fff;
}
.header .hr .menu ul:hover .menu-active:after {
	display:none;
}
.header .hr .menu ul:hover .menu-active:hover:after {
	display:block;
}

/*HOME*/
.hero {
	//background:url(../images/bg-home.jpg) center center no-repeat;
	//background-size:cover;
}
.hero .hero-txt {
	position:absolute;
	display:block;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:100%;
	max-width:860px;
	padding:0 15px;
	margin-top:35px;
}
.hero .hero-txt h1 {
	font-size:60px;
	font-weight:700;
	text-align:center;
	color:#f44336;
	text-align:center;
	line-height:1.2;
}
.hero .hero-txt h1::first-line {
	color:#fff;
}
.hero .hero-txt p {
    font-family: 'Montserrat', sans-serif;
	font-weight:300;
	font-size:14px;
	display:block;
	color:#fff;
	width:100%;
	max-width:540px;
	text-align:center;
	margin:35px auto 70px auto;
}
.hero .hero-txt p:last-of-type {
	margin-bottom:0;
}

.home-contacto {
	background:url(../images/bg-home-contacto.jpg) center top no-repeat;
	background-size:cover;
	padding:150px 0;
}
.home-contacto-txt {
	width:100%;
	max-width:550px;
	padding:0 15px;
	display:block;
	margin:0 auto;
}
.home-contacto-txt p {
	font-family:'Montserrat', sans-serif;
	font-weight:300;
	font-size:14px;
	text-align:center;
	display:block;
	width:100%;
	max-width:420px;
	color:#757575;
	margin:40px auto 55px auto;
}
.home-contacto-txt p:last-of-type {
	margin-bottom:0;
}
.home-ofertas {
	padding:40px 0;
}
.home-ofertas img {
	max-width:100%;
	width:100%;
	height:auto;
}
.home-ofertas-slide {
	position:relative;
}
.show-all {
	padding-top:20px;
	text-align:center;
	font-family:'Poppins', sans-serif;
	font-weight:400;
	font-size:12px;
	letter-spacing:1px;
}
.show-all a {
	color:#f44336;
	text-decoration:underline;
	transition:all .4s ease;
}
.show-all a:hover {
	color:#212121;
}
.home-sectores {
	padding:100px 0 30px 0;
}
.home-sectores-top {
	width:100%;
	max-width:650px;
	padding:0 15px 15px 15px;
	margin:0 auto;
}
.home-sectores-wrap {
	background-image:url(../images/bg-home-sectores.jpg);
	background-size:cover;
	padding:15px 0;
}
.home-sectores-txt {
	width:100%;
	max-width:650px;
	padding:0 15px;
	margin:0 auto;
}
.home-sectores-txt p {
	width:100%;
	max-width:420px;
	font-family:'Montserrat', sans-serif;
	font-weight:300;
	font-size:14px;
	color:#757575;
	line-height:1.5;
}
.home-nosotros {
	padding:50px 0 0 0;
}
.home-nosotros-line {
	display:block;
	height:90px;
	width:1px;
	background:#212121;
	margin:0 auto;
}
.home-nosotros-wrap {
	font-size:0;
	max-width:1350px;
	margin:0 auto;
	padding-top:50px;
	padding-bottom:200px;
	background-image:url(../images/bg-dots-home.png), url(../images/n.png);
	background-repeat:no-repeat, no-repeat;
	background-position:center bottom, right 40px top;
}
.home-nosotros-img {
	display:inline-block;
	width:50%;
	vertical-align:top;
	padding:15px 50px 15px 30px;
}
.home-nosotros-img img {
	width:100%;
	max-width:100%;
	height:auto;
	/*box-shadow:0 5px 15px 0px rgba(0,0,0,.3);*/
}
.home-nosotros-txt {
	display:inline-block;
	width:50%;
	vertical-align:top;
	padding:15px 30px 15px 50px;
}
.home-nosotros-txt p {
	font-family:'Montserrat', sans-serif;
	font-size:14px;
	font-weight:300;
	color:#757575;
	line-height:1.5;
	margin-top:35px;
	width:100%;
	max-width:420px;
}
.home-nosotros-txt p:first-of-type {
	margin-top:55px;
}
.home-marcas {
	padding:60px 0 30px 0;
}
.home-marcas .owl-home-marcas {
	padding:30px 0;
}
.hmo {
	position:relative;
	padding:0 15px;
}
.home-sectores-carousel {
	width:100%;
	padding:35px 0;
	position:relative;
}
.home-sectores-owl {
	width:100%;
	/*height:450px;*/
	position:relative;
}
.sector-item {
	width:100%;
	/*height:450px;*/
	position:relative;
}
.home-sector-container {
	width:100%;
	margin-top:55px;
	height:340px;
	/*height:100%;*/
	position:relative;
	z-index:1;
	opacity:.5;
	box-shadow:0 5px 10px 0px rgba(0,0,0,.3);
	transition:all .5s ease;
}
.home-sectores-owl.owl-carousel .owl-item.active.center .home-sector-container {
	margin-top:0;
	height:450px;
	opacity:1;
}
.home-sector-container:after {
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,.35);
	z-index:2;
}
.home-sector-border {
	position:absolute;
	/*top:25;
	left:35px;
	right:35px;
	bottom:25px;*/
	top:20px;
	left:25px;
	right:25px;
	bottom:20px;
	border:1px solid #fff;
	z-index:3;
}
.home-sectores-owl.owl-carousel .owl-item.active.center .home-sector-border {
	position:absolute;
	top:25px;
	left:35px;
	right:35px;
	bottom:25px;
	border:1px solid #fff;
	z-index:3;
}
.home-sector-number {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
	width:100%;
	text-align:center;
	z-index:4;
}
.home-sector-number:after {
	content:attr(data-number);
	position:relative;
	display:inline-block;
	font-family:'Poppins', sans-serif;
	font-weight:700;
	font-size:125px;
	color:rgba(245,41,10,.25);
}
.home-sector-nombre {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
	width:100%;
	text-align:center;
	font-family:'Poppins', sans-serif;
	font-size:30px;
	font-weight:700;
	color:#fff;
	text-transform:uppercase;
	z-index:5;
}
.home-sector-mostrar {
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	transform:translateY(25px);
	z-index:5;
}
.home-sector-mostrar .sector-mostrar {
	color:#fff;
	letter-spacing:2px;
}

.hs-arrows {
	position:absolute;
	cursor:pointer;
	padding:15px;
	z-index:98;
	background:#fff;
	box-shadow:0 5px 10px 0px rgba(0,0,0,.3);
}
.hs-anterior, .hs-siguiente {
	position:relative;
	display:block;
	width:6px;
	height:6px;
	background:none;
	background:rgba(0,0,0,0);
	transition:all .4s ease;
	z-index:98;
}
.hs-anterior {
	border-top:1px solid #212121;
	border-left:1px solid #212121;
	transform:rotate(-45deg);
}
.hs-siguiente {
	border-top:1px solid #212121;
	border-right:1px solid #212121;
	transform:rotate(45deg);
}
.hs-arrows.left {
	top:50%;
	left:50%;
	transform:translateY(-50%);
	transition:all .4s ease;
}
.hs-arrows.right {
	top:50%;
	right:50%;
	transform:translateY(-50%);
	transition:all .4s ease;
}
/*NOSOTROS*/
.bg-dots-nosotros {
	background-image:url(../images/bg-dots-home.png);
	background-position:center top 70px;
	background-repeat:no-repeat;
}
.nosotros-top {
	position:relative;
	max-width:1300px;
	margin:0 auto;
	width:100%;
}
.nosotros-top-txt {
	padding:60px 30px;
	width:100%;
	max-width:690px;
	position:relative;
	z-index:3;
	min-height:500px;
}
.nosotros-top-txt p {
	font-family:'Montserrat', sans-serif;
	font-weight:300;
	font-size:14px;
	color:#757575;
	line-height:1.5;
	width:100%;
	max-width:440px;
	margin-top:40px;
}
.nosotros-top-img {
	position:absolute;
	top:0;
	right:0;
	z-index:1;
	width:100%;
	max-width:690px;
}
.nosotros-top-img img {
	max-width:100%;
	height:auto;
}
.nosotros-mid {
	background:#f5f5f5;
	padding-top:60px;
	position:relative;
	background: -moz-linear-gradient(top, #f5f5f5 0%, #f5f5f5 88%, #fafafa 88%, #fafafa 100%);
	background: -webkit-linear-gradient(top, #f5f5f5 0%, #f5f5f5 88%, #fafafa 88%,#fafafa 100%);
	background: linear-gradient(to bottom, #f5f5f5 0%, #f5f5f5 88%, #fafafa 88%,#fafafa 100%);
	background:#f5f5f5;
}
.nosotros-mid-wrap {
	font-size:0;
	max-width:1300px;
	margin:0 auto;
}
.nosotros-mid-img {
	display:inline-block;
	width:55%;
	vertical-align:top;
	padding:70px 60px 0 30px;
}
.owl-nosotros-mid {
	position:relative;
	width:100%;
}
.nosotros-mid-img img {
	width:100%;
	max-width:100%;
	height:auto;
}
.nosotros-mid-txt {
	display:inline-block;
	width:45%;
	vertical-align:top;
	padding:60px 30px 0 30px;
	position:relative;
}
.nosotros-mid-txt h3 {
	font-size:14px;
	font-family:'Poppins', sans-serif;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:0;;
	margin-top:0;
}
.nosotros-mid-txt p {
	width:100%;
	max-width:420px;
	font-family:'Montserrat', sans-serif;
	font-weight:300;
	font-size:14px;
	color:#757575;
	line-height:1.5;
	margin-bottom:30px;
}
.nosotros-mid-txt-line {
	position:absolute;
	top:-60px;
	left:30px;
	width:1px;
	height:90px;
	background:#212121;
}
.nosotros-servicios {
	padding:50px 0;
}
.nosotros-servicios-wrap {
	font-size:0;
	max-width:1300px;
	margin:0 auto;
	padding:0 30px;
}
.nosotros-servicios-txt {
	display:inline-block;
	vertical-align:top;
	width:45%;
	padding:15px;
}
.nosotros-servicios-txt p {
	font-family:'Montserrat', sans-serif;
	font-weight:300;
	font-size:14px;
	color:#757575;
	line-height:1.5;
	margin:20px 0;
	width:100%;
	max-width:426px;
}
.nosotros-servicios-img {
	display:inline-block;
	vertical-align:top;
	width:55%;
	padding-left:40px;
}
.nosotros-servicios-img img {
	width:100%;
	max-width:100%;
	height:auto;
}
.nosotros-adn {
	padding:70px 0;
}
.nosotros-adn-top-wrap {
	text-align:right;
}
.nosotros-adn-top {
	display:inline-block;
	width:100%;
	max-width:420px;
	text-align:left;
}
.nosotros-adn-top p {
	font-family:'Montserrat', sans-serif;
	font-weight:300;
	font-size:14px;
	line-height:1.5;
	margin:30px 0;
	color:#757575;
}

.nosotros-adn-wrap {
	font-size:0;
	margin:0 -15px;
	padding:30px 0;
}
.adn-box {
	display:inline-block;
	width:33.333333333333%;
	vertical-align:top;
	padding:15px;
	text-align:center;
	font-family:'Poppins', sans-serif;
	font-weight:500;
	font-size:12px;
	color:#212121;
	text-transform:uppercase;
	letter-spacing:2px;
}
.adn-box img {
	display:block;
	width:100%;
	max-width:100%;
	height:auto;
	margin-bottom:15px;
}
/*PRODUCTOS*/
.productos-top {
	display:block;
	font-size:0;
}
.productos-top-txt {
	display:inline-block;
	width:50%;
	vertical-align:middle;
	padding-right:100px;
	font-family:'Montserrat', sans-serif;
	font-weight:300;
	font-size:14px;
	color:#757575;
	line-height:1.5;
}
.productos-top-txt p {
	margin-top:50px;
	padding-bottom:30px;
}
.productos-top-marcas {
	display:inline-block;
	width:50%;
	vertical-align:middle;
	font-size:15px;
	padding:0 15px;
}
.productos-marcas-wrap {
	font-size:0;
	margin:0 -15px;
}
.productos-marca {
	display:inline-block;
	width:20%;
	vertical-align:middle;
	text-align:center;
	padding:10px;
}
.productos-marca img {
	max-width:100%;
	height:auto;
	width:auto;
	max-height:50px;
}
.filtros-btn {
	background:#f44336;
	padding:15px 0;
	cursor:pointer;
	font-weight:700;
	font-family:'Poppins', sans-serif;
	font-size:20px;
	text-transform:uppercase;
	text-align:center;
	line-height:20px;
	color:#fff;
}
.filtros-btn .filtros-mas {
	display:inline-block;
	width:20px;
	height:20px;
	vertical-align:bottom;
	position:relative;
	margin-left:20px;
	transition:all .4s ease;
}
.filtros-btn .filtros-mas:before {
	content:'';
	display:block;
	width:100%;
	height:2px;
	background:#fff;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
	transition:all .4s ease;
}
.filtros-btn .filtros-mas:after {
	content:'';
	display:block;
	width:2px;
	height:100%;
	background:#fff;
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	transition:all .4s ease;
}
.filtros-btn.filtros-open {

}
.filtros-btn.filtros-open .filtros-mas {
	transform:rotate(45deg);
}

.filtros {
	display:none;
	background:#eeeeee;
	width:100%;
	padding:30px 0;
}
.filtros .filtros-wrap {
	width:100%;
	max-width:680px;
	padding:0 15px;
	margin:0 auto;
	font-size:0;
}

.filtros .filtros-wrap .filtros-box {
	display:inline-block;
	width:33.33333333333%;
	vertical-align:top;
}
.filtros .filtros-wrap .filtros-box ul {
	list-style:none;margin:0;
	padding:0;
}
.filtros .filtros-wrap .filtros-box ul li {
	margin:0;
	padding:0;
	font-family:'Montserrat', sans-serif;
	font-weight:300;
	font-size:14px;
	line-height:25px;
}
.filtros .filtros-wrap .filtros-box ul li strong, .filtros .filtros-wrap .filtros-box ul li strong a {
	text-transform:uppercase;
	font-family:'Poppins', sans-serif;
	font-weight:500;
	font-size:12px;
	color:#212121;
}
.filtros .filtros-wrap .filtros-box ul li a {
	color:#757575;
}
.filtros .filtros-wrap .filtros-box ul li a svg {
	display:inline-block;
	vertical-align:top;
	fill:#212121;
}
.filtros .filtros-wrap .filtros-box ul li a:hover, .filtros .filtros-wrap .filtros-box ul li a.filtros-active {
	color:#ff5252;
}
.productos {
	position:relative;
	font-size:0;
	padding:50px 15px;
}
.productos .producto {
	display:inline-block;
	width:20%;
	vertical-align:top;
	padding:15px;
	text-align:center;
}

.productos .producto .producto-card {
	display:block;
	width:100%;
	min-height:220px;
	position:relative;
	background:#fff;
	box-shadow:0px 3px 3px 0px rgba(0,0,0,.1);
	transition:all .4s ease;
}
.productos .producto:hover .producto-card {
	box-shadow:0 3px 8px 0px rgba(0,0,0,.1);
}
.productos .producto .btn-primary {
	opacity:0;
}
.productos .producto:hover .btn-primary {
	opacity:1;
}

.productos .producto .producto-card img {
	width:100%!important;
	max-width:100%!important;
	height:auto;
	/*padding:15px 0;*/
	border-bottom:1px solid #dbdbdb;
	margin-bottom:10px;
}

.productos .producto .producto-card a.producto-nombre {
	text-transform:uppercase;
	font-size:12px;
	color:#212121;
	font-weight:500;
	display:block;
	text-align:left;
	text-decoration:none;
	padding:0 10px;
}
.productos .producto .btn-primary {
	z-index:5;
	margin-top:15px;
}
.productos .producto .producto-sectores {
	padding:15px;
}

.productos .producto .producto-sectores .sector-circle, .sector-circle {
	display:inline-block;
	width:31px;
	height:31px;
	padding:3px;
	border:1px solid #212121;
	border-radius:50%;
	transition:all .4s ease;
	margin:0 7px;
}
.sector-top-txt .sector-circle {
	font-size:25px;
	line-height:25px;
	background:none;
}
.productos .producto .producto-sectores .sector-circle svg, .sector-circle svg {
	fill:#212121;
	transition:all .4s ease;
}
.productos .producto .producto-sectores .sector-circle:hover, .sector-circle:hover {
	background:#f44336;
	border-color:#f44336;
}
.productos .producto .producto-sectores .sector-circle:hover svg, .sector-circle:hover svg {
	fill:#fff;
}

.sector-circle:first-of-type {
	margin-left:0;
}
.sector-circle:last-of-type {
	margin-right:0;
}

.sectores-producto {
	display:block;
	padding-top:15px;
}

.producto-top-txt {
	display:inline-block;
	width:50%;
	vertical-align:middle;
	padding-right:100px;
	font-family:'Montserrat', sans-serif;
	font-weight:300;
	font-size:14px;
	color:#757575;
	line-height:1.5;
}
.producto-top-txt.producto-top-alt {
	padding-right:0;
	width:60%;
}
.producto-top-txt p {
	margin-top:0;
}
.producto-descripcion {
	margin-top:15px;
}
.producto-top-galeria {
	display:inline-block;
	width:50%;
	vertical-align:middle;
	font-size:15px;
	background:#fff;
	padding-top:30px;
	box-shadow:0 5px 10px 0px rgba(0,0,0,.1);
	position:relative;
}
.producto-galeria .slide-item {
	width:100%;
	text-align:center;
	height:420px;
	position:relative;
	padding:0 15px;
}
.producto-galeria .slide-item img {
	max-width:100%;
	width:auto;
	height:auto;
	max-height:300px;
}
.producto-galeria .slide-item .caption {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:10px 15px;
	background:#616161;
	background:rgba(97,97,97,.8);
	font-family:'Montserrat', sans-serif;
	font-weight:300;
	color:#fff;
	text-align:left;
}
.bg-dots {
	background-image:url(../images/bg-dots.png);
	background-position:right 100px;
	background-repeat:no-repeat;
}

.producto-marca {
	padding:75px 0;
}
.producto-marca-galeria {

}
.producto-marca-galeria .slide-item {
	padding:15px 40px;
}
.producto-catalogos {
	padding:30px 0;
}
.catalogos-wrap {
	font-size:0;
	margin:0 -15px;
	padding:40px 0;
}
.catalogo-box {
	position:relative;
	display:inline-block;
	width:25%;
	vertical-align:top;
	font-family:'Poppins', sans-serif;
	font-size:12px;
	text-transform:uppercase;
	color:#212121;
	padding:15px;
}
.catalogo-box a {
	color:#212121;
}
.catalogo-box img {
	max-width:100%;
	width:100%;
	height:auto;
	background:#fff;
	box-shadow:0 5px 10px 0px rgba(0,0,0,.1);
}
.catalogo-box .catalogo-nombre {
	position:relative;
	display:block;
	font-weight:500;
	margin:10px 0;
	z-index:98;
}
.catalogo-box .catalogo-abrir {
	font-weight:300;
}
.catalogo-box .catalogo-abrir span {
	display:inline-block;
	padding-bottom:10px;
	vertical-align:top;
	border-bottom:1px solid #f44336;
}
.catalogo-box .catalogo-abrir .catalogo-arrow {
	position:relative;
	display:inline-block;
	width:20px;
	height:9px;
	vertical-align:top;
	display:none;
}
.catalogo-box .catalogo-abrir .catalogo-arrow::before {
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	height:1px;
	transform:translateY(-50%);
	background:#212121;
}
.catalogo-box .catalogo-abrir .catalogo-arrow::after {
	content:'';
	display:block;
	position:absolute;
	right:0;
	top:50%;
	width:9px;
	height:9px;
	border-top:1px solid #212121;
	border-right:1px solid #212121;
	transform:translateY(-50%) rotate(45deg);
}
h2.heading-line {
	display:block;
	margin:0 auto;
	font-size:20px;
	font-family:'Poppins', sans-serif;
	font-weight:800;
	text-align:center;
}
h2.heading-line span {
	position:relative;
	display:inline-block;
	padding:0 15px;
}
h2.heading-line span:before {
	content:'';
	display:block;
	position:absolute;
	top:50%;
	left:-135px;
	width:90px;
	height:1px;
	background:#212121;
}
.producto-catalogos-txt {
	display:block;
	font-size:14px;
	color:#757575;
	font-family:'Montserrat', sans-serif;
	font-weight:300;
	width:100%;
	max-width:440px;
	margin:0 auto;
	padding:30px 0;
	text-align:center;
}
/*PRODUCTOS-ALT*/
.productos-alt {
	padding:20px 0;
}
.productos-alt-wrap {
	font-size:0;
	margin:0 -15px;
}
.producto-alt {
	display:inline-block;
	vertical-align:top;
	width:33.333333333333333%;
	padding:15px;
}
.producto-alt-box {
	background:#fff;
	padding:20px 15px;
	position:relative;
}
.producto-alt-card {
	display:block;
	width:100%;
}
.producto-alt-card-hidden {
	display:none;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#fff;
	z-index:98;
}
.producto-alt-card-img {
	height:200px;
}
.producto-alt-card-img img {
	display:block;
	max-width:100%;
	height:auto;
	width:auto;
	max-height:200px;
	margin:0 auto;
}
.producto-alt-card h3, .producto-alt-card-hidden h3 {
	font-family:'Poppins', sans-serif;
	font-weight:500;
	font-size:12px;
	text-transform:uppercase;
	color:#212121;
	line-height:45px;
	border-bottom:1px solid #e6e6e6;
}
.producto-alt-card-hidden h3 {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	padding:0 15px;
}
.producto-alt-card p, .producto-alt-card-hidden p {
	font-family:'Montserrat', sans-serif;
	font-weight:300;
	font-size:14px;
	color:#757575;
	line-height:1.5;
}
.producto-alt-card-hidden p {
	position:absolute;
	display:block;
	top:60px;
	left:15px;
	right:15px;
	bottom:0;
	background:#fff;
	overflow:auto;
}
.producto-alt-btn {
	display:block;
	text-align:right;
	font-family:'Poppins', sans-serif;
	font-weight:500;
	font-size:12px;
	line-height:15px;
	color:#212121;
	background:#fff;
	padding:15px;
	cursor:pointer;
	letter-spacing:2px;
}
.producto-alt-btn .producto-alt-mas {
	display:inline-block;
	width:12px;
	height:12px;
	vertical-align:middle;
	position:relative;
	margin-left:7px;
	transition:all .4s ease;
}
.producto-alt-btn .producto-alt-mas:before {
	content:'';
	display:block;
	width:100%;
	height:2px;
	background:#000;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
	transition:all .4s ease;
}
.producto-alt-btn .producto-alt-mas:after {
	content:'';
	display:block;
	width:2px;
	height:100%;
	background:#000;
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	transition:all .4s ease;
}
.producto-alt-btn.producto-alt-open {
}
.producto-alt-btn.producto-alt-open .producto-alt-mas {
	transform:rotate(45deg);
}

/*SECTORES*/
.sectores-top {
	width:100%;
	max-width:580px;
	margin:15px auto;
	font-size:14px;
	font-family:'Montserrat', sans-serif;
	font-weight:300;
	color:#757575;
	padding-bottom:50px;
}
.sectores-top p {
	display:block;
	width:100%;
	max-width:510px;
	text-align:left;
}
.sectores {
	font-size:0;
	padding:15px;
}
.sector {
	display:inline-block;
	width:33.3333333333%;
	padding:15px;
}
.sector-box {
	display:block;
	position:relative;
	width:100%;
	height:250px;
	background:#fff;
	background-size:100% 100%;
	background-position:center center;
	transition:all .4s ease;
}
.sector-box:hover {
	background-size:107% 107%;
	transition:all .3s linear;
}
.sector-box:after {
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,.4);
	z-index:2;
}
.sector-info {
	position:absolute;
	display:block;
	bottom:0;
	left:0;
	width:100%;
	z-index:9;
	padding:15px 20px;
}
.sector-info h2 {
	font-size:30px;
	font-family:'Poppins', sans-serif;
	font-weight:800;
	color:#fff;
	display:inline-block;
	vertical-align:middle;
	margin-right:20px;
}
.sector-info .sector-circle, .sector-info .sector-circle:hover {
	border-color:#fff;
	vertical-align:middle;
	background:none;
}
.sector-info .sector-circle svg {
	fill:#fff;
}
.sector-mostrar {
	display:block;
	text-align:center;
	padding:20px 0;
	font-family:'Poppins', sans-serif;
	font-size:12px;
	font-weight:300;
	color:#212121;
}
.sector-mostrar span {
	display:inline-block;
	padding-bottom:10px;
	vertical-align:top;
	border-bottom:1px solid #f44336;
}
.sector-mostrar .catalogo-arrow {
	position:relative;
	display:inline-block;
	width:20px;
	height:9px;
	vertical-align:top;
	display:none;
}
.sector-mostrar .catalogo-arrow::before {
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	height:1px;
	transform:translateY(-50%);
	background:#212121;
}
.sector-mostrar .catalogo-arrow::after {
	content:'';
	display:block;
	position:absolute;
	right:0;
	top:50%;
	width:9px;
	height:9px;
	border-top:1px solid #212121;
	border-right:1px solid #212121;
	transform:translateY(-50%) rotate(45deg);
}
.bg-dots-big {
	background-image:url(../images/bg-dots-big.png);
	background-position:right 15px bottom 200px;
	background-repeat:no-repeat;
}
.sector-top {
	font-size:0;
	padding:15px;
}
.sector-top-img {
	display:inline-block;
	width:55%;
	padding:15px 40px 15px 15px;
	vertical-align:top;
	text-align:right;
}
.sector-top-img img {
	width:100%;
	height:auto;
	max-width:750px;
}
.sector-top-txt {
	display:inline-block;
	width:45%;
	vertical-align:top;
	padding:15px;
}
.sector-top-txt p {
	font-family:'Montserrat', sans-serif;
	font-weight:300;
	font-size:14px;
	color:#757575;
	line-height:1.5;
	width:100%;
	max-width:420px;
	margin:20px 0;
}
/*SERVICIOS*/
.servicios-wrap {
	font-size:0;
	margin:0 -15px;
	padding:40px;
}
.servicio {
	position:relative;
	display:inline-block;
	width:25%;
	vertical-align:top;
	height:300px;
	background-size:cover;
	background-repeat:no-repeat;
	border:15px solid rgba(0,0,0,0);
}
.servicio-nombre {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:45px 15px;
	font-family:'Poppins', sans-serif;
	font-weight:500;
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
}
.bg-sector {
	background:#f5f5f5;
	padding-bottom:50px;
}
/*OFERTAS*/
.ofertas-top {
	width:100%;
	max-width:520px;
	margin:0 auto;
	text-align:center;
}
.ofertas-txt {
	display:block;
	width:100%;
	max-width:390px;
	vertical-align:top;
	margin:0 auto;
}
.ofertas-form {
	display:block;
	width:100%;
	max-width:390px;
	vertical-align:top;
	padding:10px 0;
	font-size:0;
	margin:0 auto;
}
.ofertas-form-txt {
	display:block;
	width:100%;
	font-size:12px;
	font-family:'Poppins', sans-serif;
	font-weight:500;
	color:#757575;
	line-height:1.5;
	text-transform:uppercase;
}
.oform {
	display:block;
	font-size:0;
	padding:15px 0;
}
.oform-wrap {
	position:relative;
	width:100%;
	font-size:0;
	margin:0 -15px;
}
.btn-ofertas {
	height:37px;
	background:#f44336;
	color:#fff;
	border:none;
	border-left:1px solid #212121;
	letter-spacing:2px;
	padding:0 14px;
}
.oform .btn-primary {
	background:#f44336;
	border-color:#f44336;
	color:#fff;
}
.oform .btn-primary:hover {
	background:#212121;
	border-color:#212121;
}
.oform input {
	background:none;
	border:1px solid #212121;
	padding:0 15px;
	line-height:35px;
	margin-bottom:10px;
	width:100%;
}
.oform input:focus {
	border-color:#f44336;
}
.input-wrap {
	display:inline-block;
	width:70%;
	padding:0 15px;
	font-size:14px;
	vertical-align:top;
}
.btn-wrap {
	display:inline-block;
	width:30%;
	padding:0 15px;
	vertical-align:top;
}
.ofertas-top p {
	width:100%;
	max-width:390px;
	font-size:14px;
	font-family:'Montserrat', sans-serif;
	font-weight:300;
	color:#757575;
	line-height:1.5;
	margin:30px auto;
}
.ofertas {
	font-size:0;
	margin:0 -15px;
	padding:50px 0;
}
.oferta {
	display:inline-block;
	width:25%;
	vertical-align:top;
	padding:15px;
}
.oferta img {
	max-width:100%;
	width:100%;
	height:auto;
}
.oferta span {
	display:block;
	padding:12px 15px;
	text-align:left;
	font-family:'Montserrat', sans-serif;
	font-weight:300;
	font-size:12px;
	color:#757575;
}
.oferta .oferta-btn {
	display:block;
	text-align:center;
	padding-top:30px;
}
.no-results {
	padding:40px;
	text-align:center;
	font-size:16px;
	font-family:'Montserrat', sans-serif;
	font-weight:300;
	line-height:1.5;
	letter-spacing:1px;
	color:#757575;
}
/*CATÁLOGOS*/
.productos .producto .producto-card a.producto-nombre.catalogo-nombre {
	padding-bottom:10px;
}
/*OWL*/

.owl-carousel .owl-item img {
	width:auto!important;
	max-width:100%;
	height:auto;
	max-height:200px;
	margin:0 auto;
}
.owl-arrows {
	position:absolute;
	cursor:pointer;
	padding:15px;
	z-index:98;
}
.owl-anterior, .owl-siguiente {
	position:relative;
	display:block;
	width:6px;
	height:6px;
	background:none;
	background:rgba(0,0,0,0);
	transition:all .4s ease;
	z-index:98;
}
.owl-anterior {
	border-top:1px solid #212121;
	border-left:1px solid #212121;
	transform:rotate(-45deg);
}
.owl-siguiente {
	border-top:1px solid #212121;
	border-right:1px solid #212121;
	transform:rotate(45deg);
}
.home-sectores-carousel .owl-arrows.left {
	top:50%;
	left:50%;
	transform:translateY(-50%);
}
.home-sectores-carousel .owl-arrows.right {
	top:50%;
	right:50%;
	transform:translateY(-50%);
}
.producto-top-galeria .owl-arrows.left {
	left:0;
	top:50%;
	transform:translateY(-50%);
}
.producto-top-galeria .owl-arrows.right {
	right:0;
	top:50%;
	transform:translateY(-50%);
}
.producto-marca .owl-arrows.left, .home-marcas .owl-arrows.left {
	left:-15px;
	top:50%;
	transform:translateY(-50%);
}
.producto-marca .owl-arrows.right, .home-marcas .owl-arrows.right {
	right:-15px;
	top:50%;
	transform:translateY(-50%);
}
.owl-anterior:hover, .owl-siguiente:hover, .owl-arrows:hover .owl-anterior, .owl-arrows:hover .owl-siguiente {
	border-color:#f44336;
}
.home-marcas .slide-item {
	height:100px!important;
}
.home-marcas .slide-item img {
	width:auto!important;
	max-height:100px;
}
.home-ofertas-slide .owl-arrows {
	top:0;
	bottom:0;
	background:rgba(255,255,255,.25);
	padding:20px;
	transition:all .4s ease;
}
.home-ofertas-slide .owl-arrows:hover {
	background:rgba(255,255,255,.4);
}
.home-ofertas-slide .owl-arrows.left {
	left:15px;
}
.home-ofertas-slide .owl-arrows.right {
	right:15px;
}
.home-ofertas-slide .owl-arrows .owl-anterior {
	position:absolute;
	top:50%;
	transform:translateY(-50%), rotate(-45deg);
	border-color:#fff;
}
.home-ofertas-slide .owl-arrows .owl-siguiente {
	position:absolute;
	top:50%;
	transform:translateY(-50%), rotate(45deg);
	border-color:#fff;
}

/*CONTACTO*/
.bg-contacto {
	background:#f5f5f5;
	background: -moz-linear-gradient(top, #f5f5f5 0%, #f5f5f5 95%, #fafafa 95%, #fafafa 100%);
	background: -webkit-linear-gradient(top, #f5f5f5 0%, #f5f5f5 95%, #fafafa 95%,#fafafa 100%);
	background: linear-gradient(to bottom, #f5f5f5 0%, #f5f5f5 95%, #fafafa 95%,#fafafa 100%);
	padding-bottom:0;
}
.contacto-top {
	position:relative;
	font-size:0;
	max-width:1300px;
	margin:0 auto;
}
.gotosucursales {
	padding-top:28px;
}
.contacto-top-txt {
	display:inline-block;
	vertical-align:top;
	width:40%;
	padding:60px 60px 30px 30px;
}
.contacto-top-txt-wrap {
	font-size:0;
	margin:0 -15px;
}
.contacto-top-txt-wrap p {
	display:inline-block;
	width:50%;
	padding:0 15px;
	vertical-align:top;
}
.contacto-top-txt p {
	font-family:'Montserrat', sans-serif;
	font-weight:300;
	font-size:14px;
	color:#757575;
	line-height:1.5;
}
.contacto-top-txt p small {
	font-family:'Poppins', sans-serif;
	font-weight:300;
	font-size:11px;
	color:#757575;
	line-height:1.5;
	text-transform: uppercase;
}

.contacto-top-form {
	display:inline-block;
	vertical-align:top;
	width:60%;
	padding:60px 80px 30px 80px;
	background:#fff;
}
.contacto-top-form h3 {
	text-align:center;
	font-family:'Poppins', sans-serif;
	font-weight:800;
	text-transform:uppercase;
	font-size:20px;
	color:#212121;
}
.contacto-top-form h3 span {
	display:inline-block;
	position:relative;
}


.contacto-top-form h3 span:before {
	content:'';
	position:absolute;
	left:-110px;
	top:50%;
	width:90px;
	height:1px;
	background:#212121;
}

.contacto-top-form h3 span:after {
	content:'';
	position:absolute;
	left:110px;
	top:50%;
	width:90px;
	height:1px;
	background:#212121;
}



.contacto-top-form p {
	width:100%;
	max-width:350px;
	margin:30px auto;
	font-family:'Montserrat', sans-serif;
	font-weight:300;
	font-size:14px;
	color:#757575;
	text-align:center;
}
.c-form {
	width:100%;
}
.c-form input, .c-form select, .c-form textarea {
	display:block;
	width:100%;
	border:1px solid #212121;
	padding:20px 15px;
	font-family:'Poppins', sans-serif;
	font-weight:500;
	font-size:12px;
	line-height:1.5;
	color:#757575;
	resize: none;
}
.c-form input:focus, .c-form select:focus, .c-form textarea:focus, .c-form input:active, .c-form select:active, .c-form textarea:active, .c-form input:hover, .c-form select:hover, .c-form textarea:hover {
	border-color:#f44336;
}
.c-form .dmrow {
	padding:15px 0;
}
.btn-primary.btn-enviar{
	padding:0 60px;
	background:rgba(0,0,0,0);
}
.btn-primary.btn-enviar:hover {
	background:#f44336;
}
.btn-contacto-alt {
	display:inline-block;
	text-align:center;
	padding:6px 0;
	font-family:'Poppins', sans-serif;
	font-size:12px;
	font-weight:300;
	color:#212121;
	vertical-align:middle;
	border-bottom:1px solid #f44336;
	margin-top:4px;
	margin-bottom:4px;
}
.contacto-line {
	width:55%;
	height:1px;
	background:none;
	margin:15px 0;
}
.contacto-sucursales {
	padding:10px 0;
}
.sucursales-top {
	width:100%;
	max-width:420px;
	margin:0 auto;
	padding-bottom:35px;
}
.sucursales-top h2 {
	text-align:center;
}
.sucursales-top p {
	font-family:'Montserrat', sans-serif;
	font-weight:300;
	font-size:14px;
	color:#757575;
	line-height:1.5;
	text-align:center;
}
.sucursales-tabs {
	margin:0;
	padding:0;
	list-style:none;
	border-bottom:0px solid #f44336;
	text-align:center;
	background-color: white;
}
.sucursales-tabs .tabhead {
	display:inline-block;
	padding:0 20px;
	font-family:'Poppins', sans-serif;
	font-weight:800;
	font-size:12px;
	text-transform:uppercase;
	color:#757575;
	line-height:50px;
	cursor:pointer;
	transition:all .4s ease;
	letter-spacing:1px;
}
.sucursales-tabs .tabhead:hover, .sucursales-tabs .tabhead.active-tab {
	background:#1B1C1C;
	color:#fff;
}

.sucursal-box {
  /*padding:40px 0;*/
	border-bottom:1px solid #212121;
}
.sucursal-box:last-of-type {
	border-bottom:0;
}
.sucursal-box h3 {
	font-family:'Poppins', sans-serif;
	font-weight:700;
	color:#212121;
	font-size:20px;
	text-transform:uppercase;
}
.sucursales-wrap {
	font-size:0;
	margin:0 -15px;
}
.sucursal {
	display:inline-block;
	width:25%;
	padding:15px;
	vertical-align:top;
}
.sucursal p {
	font-family:'Montserrat', sans-serif;
	font-weight:300;
	font-size:14px;
	color:#757575;
}
.sucursal p.sucursal-nombre {
	font-family:'Poppins', sans-serif;
	font-weight:500;
	font-size:14px;
	color:#212121;
	text-transform:uppercase;
}
.sucursal .sector-mostrar {
	text-align:left;
}
/*FOOTER*/
.footer {
	font-family:'Montserrat', sans-serif;
	font-weight:300;
	color:#fff;
	background:#212121;
	padding:25px 0;
}
.footer-wrap {
	font-size:0;
	margin:0 -15px;
}
.footer-copy {
	display:inline-block;
	width:50%;
	font-size:14px;
	vertical-align:top;
}
.footer-enlaces {
	display:inline-block;
	width:50%;
	font-size:14px;
	vertical-align:top;
	text-align:right;
}
.footer-enlaces p {
	margin-top:0;
	margin-bottom:5px;
}
.footer-enlaces a {
	color:#f44336;
	display:inline-block;
	margin:0 8px;
}
.footer-enlaces a:hover {
	text-decoration:underline;
}
@media screen and (max-width:2000px){
	.header .hr {
		float:right;
	}
	.header .hr .menu a {
		padding:0 10px;
		letter-spacing:1px;
	}
}
@media screen and (max-width:1170px){
	.header .logo {
		margin-right:0;
	}
	.header .hr{
		width: 30%;
		float:right;
	}
	.header .hr .menubtn{
		display: block;
	}
	.header .hr .menu{
		display: none;
	}
	.header.open .hr .menu{
		position: fixed;
		width: 100%;
		left: 0;
		top: 70px;
		background: #fff;
		text-align: center;
	}
	/*.header.header-home.open .hr .menu {
		background:rgba(255,255,255,.5);
	}*/
	.header.open .hr .menu ul li {
		display:block;
		width:100%;
		text-align:center;
	}
	.header .hr .menu .spacer{
		display: none;
	}
	.header.header-home .hr .menu a:hover, .header.header-home .hr .menu a.menu-active {
		color:#f44336;
	}
	.header.header-home .hr .menu a, .header .hr .menu a  {
		color:#212121;
		font-size:14px;
		padding-top:5px;
		padding-bottom:5px;
	}
	.header .hr .menu a.menu-active:after, .header .hr .menu a:hover:after, .header .hr .menu ul:hover .menu-active:after, .header .hr .menu ul:hover .menu-active:hover:after {
		display:none;
	}
}

@media screen and (max-width:900px){
	.productos .producto {
		width:25%;
	}
}

@media screen and (max-width:768px){
	.hero .hero-txt h1, h1 {
		font-size:28px;
	}
	h1.heading-alt .top-heading {
		font-size:12px;
	}

	.home-sectores-carousel {
		padding-left:30px;
		padding-right:30px;
	}
	.home-sectores-owl.owl-carousel .owl-item.active.center .home-sector-border {
		top:10px;
		right:10px;
		bottom:10px;
		left:10px;
	}
	.home-sector-nombre {
		font-size:24px;
	}
	.home-nosotros-img {
		width:100%;
		padding:15px;
	}
	.home-nosotros-txt {
		width:100%;
		padding:15px;
	}
	.home-nosotros {
		padding-top:0;
	}
	.home-nosotros-wrap {
		padding-bottom:20px;
	}
	.footer {
		font-size:12px;
	}
	.header .hr .menu a.menu-active:after, .header .hr .menu a:hover:after {
		content:'';
		position:absolute;
		top:50%;
		bottom:auto;
		left:-30px;
		display:block;
		width:23px;
		height:1px;
		background:#f44336;
	}
	.main {
		padding-top:115px;
	}
	.nosotros-top-img {
		position:relative;
		top:auto;
		right:auto;
		margin:0 auto;
	}
	.nosotros-mid-wrap {
		direction:rtl;
	}
	.nosotros-mid-img {
		width:100%;
		padding:0 30px;
	}
	.nosotros-mid-txt {
		width:100%;
		padding-top:20px;
		direction:ltr;
	}
	.nosotros-mid-txt-line {
		display:none;
	}
	.home-marcas .owl-home-marcas {
		padding:0;
	}
	.nosotros-servicios-txt {
		width:100%;
	}
	.nosotros-servicios-img {
		width:100%;
		padding:15px;
	}
	.nosotros-adn {
		padding:15px 0;
	}
	.nosotros-adn-wrap {
		padding:10px 0;
	}
	.adn-box {
		width:50%;
	}
	.productos-top-txt {
		width:100%;
		padding-right:0;
	}
	.productos-top-marcas {
		width:100%;
	}
	.productos-marca {
		width:33.33333333%
	}
	.filtros .filtros-wrap .filtros-box {
		width:50%;
		padding-bottom:20px;
	}
	.productos .producto {
		width:33.33333333333333%;
	}
	.sector-top-img {
		width:100%;
		padding:15px;
	}
	.sector-top-txt {
		width:100%;
	}
	.servicio {
		width:50%;
	}
	.bg-sector {
		padding-bottom:0;
	}
	.sector {
		width:50%;
	}
	.oferta {
		width:33.3333333333%
	}
	.contacto-top-txt {
		width:100%;
		padding:30px;
	}
	.contacto-top-form {
		width:100%;
		padding:30px;
	}
	.sucursal {
		width:33.33333333%;
	}
	.producto-top-txt, .producto-top-txt.producto-top-alt {
		width:100%;
		padding-right:0;
	}
	.producto-top-galeria {
		width:100%;
	}
	.catalogo-box {
		width:33.3333333333%;
	}
	.producto-alt {
		width:50%;
	}
	.footer-copy {
		display:block;
		width:100%;
		font-size:12px;
		vertical-align:top;
		text-align:center;
	}
	.footer-enlaces {
		display:block;
		width:100%;
		font-size:12px;
		vertical-align:top;
		text-align:center;
	}
}

@media screen and (max-width:640px){
	.adn-box {
		width:100%;
	}
	.productos-marca {
		width:50%
	}
	.filtros .filtros-wrap .filtros-box {
		width:100%;
	}
	.productos .producto {
		width:50%;
	}
	.sector-info h2 {
		font-size:20px;
	}
	.oferta {
		width:50%;
	}
	.sucursal {
		width:50%;
	}
	.c-form input, .c-form select, .c-form textarea {
		margin-bottom:15px;
	}
	.catalogo-box {
		width:50%;
	}
	.producto-alt {
		width:100%;
	}
}

@media screen and (max-width:414px){
	.productos .producto {
		width:100%;
	}
	.servicio {
		width:100%;
	}
	.servicios-wrap {
		padding:20px;
	}
	.sector {
		width:100%;
	}
	.oferta {
		width:100%;
	}
	.sucursal {
		width:100%;
	}
	.catalogo-box {
		width:100%;
	}
}

@media screen and (max-width:360px){

}

@media screen and (max-width:320px){

}










/*LAYOUT*/
.dmrow{
	margin-right: -15px;
	margin-left: -15px;
}
.dmrow:before,.dmrow:after{
	display:table;
	content: "";
}
.dmrow:after{
	clear: both;
}
.dm1, .dm2, .dm3, .dm4, .dm5, .dm6, .dm7, .dm8, .dm9, .dm10, .dm11, .dm12{
	float: left;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	min-height: 1px;
}
.dm1{
	width: 8.33333333333333333%;
}
.dm2{
	width: 16.66666666666666666%;
}
.dm3{
	width: 25%;
}
.dm4{
	width: 33.33333333333333333%;
}
.dm5{
	width: 41.66666666666666666%;
}
.dm6{
	width: 50%;
}
.dm7{
	width: 58.33333333333333333%;
}
.dm8{
	width: 66.66666666666666666%;
}
.dm9{
	width: 75%;
}
.dm10{
	width: 83.33333333333333333%;
}
.dm11{
	width: 91.66666666666666666%;
}
.dm12{
	width: 100%;
}
.pullright{
	float: right;
}
.dmgroup{
    width: 100%;
    margin-bottom: 10px;
	display: inline-block;
	vertical-align: top;
}
.dminput{
    background: #fff;
    border-radius: 2px;
    padding: 0 10px;
    font-size: 14px;
    border: 0;
    outline: 0;
    width: 100%;
    height: 38px;
    color: #222;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: 1px solid #ddd;
}
.dmarea{
	height: 160px;
	padding: 10px 10px;
	resize: none;
}
.dmgroup.activo .dminput, .dmgroup.lleno .dminput{
	border: 1px solid #666;
}
.dmgroup label{
	font-size: 13px;
	line-height: 15px;
	display: block;
	margin-bottom: 2px;
}
.dmgroup .help-block{
	margin: 2px 0 0;
	font-style: italic;
}
.dmgroup .radio label{
	margin-bottom: 6px;
	font-size: 16px;
	line-height: 18px;
}
.dmgroup .radio input{
	margin-right: 5px;
}
.toast{
	font-size: 16px;
}

@media screen and (max-width:1000px){
	.tablethide{
		display: none;
	}

	/*Layout*/
	.dmrow{
		margin-right: -10px;
		margin-left: -10px;
	}
	.dm1, .dm2, .dm3, .dm4, .dm5, .dm6, .dm7, .dm8, .dm9, .dm10, .dm11, .dm12{
		padding-left: 10px;
		padding-right: 10px;
	}
	.dm1-medium{
		width: 8.33333333333333333%;
	}
	.dm2-medium{
		width: 16.66666666666666666%;
	}
	.dm3-medium{
		width: 25%;
	}
	.dm4-medium{
		width: 33.33333333333333333%;
	}
	.dm5-medium{
		width: 41.66666666666666666%;
	}
	.dm6-medium{
		width: 50%;
	}
	.dm7-medium{
		width: 58.33333333333333333%;
	}
	.dm8-medium{
		width: 66.66666666666666666%;
	}
	.dm9-medium{
		width: 75%;
	}
	.dm10-medium{
		width: 91.66666666666666666%;
	}
	.dm11-medium{
		width: 83.33333333333333333%;
	}
	.dm12-medium{
		width: 100%;
	}
}

@media screen and (max-width:620px){
	.dm1-small{
		width: 8.33333333333333333%;
	}
	.dm2-small{
		width: 16.66666666666666666%;
	}
	.dm3-small{
		width: 25%;
	}
	.dm4-small{
		width: 33.33333333333333333%;
	}
	.dm5-small{
		width: 41.66666666666666666%;
	}
	.dm6-small{
		width: 50%;
	}
	.dm7-small{
		width: 58.33333333333333333%;
	}
	.dm8-small{
		width: 66.66666666666666666%;
	}
	.dm9-small{
		width: 75%;
	}
	.dm10-small{
		width: 91.66666666666666666%;
	}
	.dm11-small{
		width: 83.33333333333333333%;
	}
	.dm12-small{
		width: 100%;
	}
}

@media screen and (max-width:360px){
	.dm1-xsmall{
		width: 8.33333333333333333%;
	}
	.dm2-xsmall{
		width: 16.66666666666666666%;
	}
	.dm3-xsmall{
		width: 25%;
	}
	.dm4-xsmall{
		width: 33.33333333333333333%;
	}
	.dm5-xsmall{
		width: 41.66666666666666666%;
	}
	.dm6-xsmall{
		width: 50%;
	}
	.dm7-xsmall{
		width: 58.33333333333333333%;
	}
	.dm8-xsmall{
		width: 66.66666666666666666%;
	}
	.dm9-xsmall{
		width: 75%;
	}
	.dm10-xsmall{
		width: 91.66666666666666666%;
	}
	.dm11-xsmall{
		width: 83.33333333333333333%;
	}
	.dm12-xsmall{
		width: 100%;
	}



/***********************Footer***************************/
footer{
    width: 100%;
    background: #3a3a3a;
    color: white;
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 20px;

}

.container-footer-all{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 40px;
}

.container-body{
    display: flex;
    justify-content: space-between;
}

.colum1{
  max-width: 600px;
  /*  width: 60%;*/
}

.colum1 h1{
    font-size: 22px;
}

.colum1 p{
    font-size: 14px;
    color: #C7C7C7;
    margin-top: 20px;
}

.colum2{
  width: 1px;
  background-color: white;
}

.colum2 h1{
    font-size: 22px;
}

.row1{
    margin-top: 20px;
    display: flex;
}

.row1 img{
    width: 36px;
    height: 36px;
}

.row1 label{
    margin-top: 10px;
    margin-left: 20px;
    color: #C7C7C7;
}

.colum3{
    max-width: 400px;
}

.colum3 h1{
    font-size: 22px;
}

.colum3 p{
    font-size: 14px;
    color: #C7C7C7;
  /*  margin-top: 20px;*/
}

.row2{
    margin-top: 20px;
    display: flex;
}

.row2 img{
    width: 36px;
    height: 36px;
}

.row2 label{
    margin-top: 10px;
    margin-left: 20px;
    max-width: 140px;
}

.prow2{
  padding-top: 3px;
}

.container-footer{
    width: 100%;
    background: #3a3a3a;
}



@media screen and (max-width: 1100px){

    .container-body{
        flex-wrap: wrap;
    }

    .colum1{
        max-width: 100%;
    }

    .colum2{
      visibility: hidden;
    }

    .colum2,
    .colum3{
        margin-top: 40px;
    }

    .pcol1{
      max-width: 100%;
    }
}


}
