@charset "UTF-8";
/* CSS Document */

/*
montserratblack
montserratblack_italic
montserratbold
montserratbold_italic
montserratextrabold
montserratextrabold_italic
montserratextralight
montserratextralight_italic
montserratitalic
montserratlight
montserratlight_italic
montserratmedium
montserratmedium_italic
montserratregular
montserratsemibold
montserratsemibold_italic
montserratthin
montserratthin_italic
*/

*
{
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
*:focus
{
	outline:none;
}
a
{
	text-decoration:none;
}
body
{
	font-family: 'montserratregular';
	font-size:17px;
	font-weight:400;
	color:#2d2d2d;
	background: silver;
	line-height:23px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
b,
strong
{
	font-family: 'montserratbold';
}
li
{
	list-style:none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #868686;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #868686;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #868686;
}
:-moz-placeholder { /* Firefox 18- */
  color: #868686;
}
h1
{
	font-size: 0;
	position: absolute;
	z-index: 1005;
	text-align: center;
	width: 100%;
	top: 120px;
}
.home h1
{
	top: 150px;
}

footer
{
	padding: 15px;
	text-align: center;
	background: #303030;
}
footer p
{
	color: #fff;
	font-size: 15px;
	line-height: 21px;
}
footer a
{
	font-family: 'montserratbold';
	color: #fff;
}
nav
{
	position: fixed;
    top: 0;
    left: 0;
	background: rgba(0,0,0,0.69);
	width: 100%;
	height: 49px;
	z-index: 1009;
}
/*TRANSITIONS*/

.sub-menu
{
	transition: top .3s ease-in-out, opacity .3s ease-in-out;
	-moz-transition: top .3s ease-in-out, opacity .3s ease-in-out;
	-webkit-transition: top .3s ease-in-out, opacity .3s ease-in-out;
	-o-transition: top .3s ease-in-out, opacity .3s ease-in-out;
}
.top-menu > li > a,
.top-menu > li.active > a,
.top-menu > li > a i,
.top-menu > li.active > a i,
.sub-menu > li > a,
.nbs-flexisel-item span img,
.nbs-flexisel-item span p,
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right,
.mod-boton,
.mod-boton i,
.social-item,
input,
textarea,
.catalogo a p,
#distribuidores-aurorizados article > div
{
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}


/*ID*/

#banner,
#banner-interno
{
	background: #0E0F11;
	overflow: hidden;
	position: relative;
	height: 455px;
}
#banner > div
{
	width: 100%;
	min-width: 1200px;
	position: relative;
	left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
#banner > div .tp-banner-container
{
	left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
#banner-interno
{
	height: 320px;
}
#banner-interno img
{
	position: relative;
	left: 50%;
	top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
#clientes
{
	text-align: center;
	padding: 70px 15px;
	
	background-image: url("img/back-clientes.jpg");
  	height: auto; 
  	background-attachment: fixed;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}
#clientes:after
{
	content: "";
	display: block;
	clear: both;
}
#clientes h3
{
	color: #fff;
	font-size: 34px;
	line-height: 34px;
	font-family: 'montserratlight';
	margin-bottom: 40px;
	text-transform: uppercase;
}
#clientes h3 span:nth-child(1)
{
	font-family: 'montserratextrabold';
}
#clientes h3 span:nth-child(2)
{
	display: block;
	font-size: 25px;
}
#clientes > article
{
	max-width: 1240px;
	margin: auto;
}
#distribuidores-aurorizados{
	text-align: center;
	padding: 70px 15px 90px 15px;
	background: #fff;
	height: auto;
}
#distribuidores-aurorizados h3 {
    color: #6b140e;
    font-size: 34px;
    line-height: 34px;
    font-family: 'montserratlight';
    margin-bottom: 60px;
    text-transform: uppercase;
}
#distribuidores-aurorizados h3 span:nth-child(1) {
    font-family: 'montserratextrabold';
	display: block;
}
#distribuidores-aurorizados h3 span:nth-child(2) {
    display: block;
    font-size: 25px;
}
#distribuidores-aurorizados article > div{
	display: inline-block;
	padding: 5px;
	border: 1px solid #a5a5a5;
	line-height: 0;
	margin: 0 15px 15px 15px;
	background: #fff;
	box-shadow: 0 0 0px rgba(0, 0, 0, 0.50);
}
#distribuidores-aurorizados article > div img{
	max-height: 92px;
	cursor: pointer;
}
#preloader
{
    position:absolute;
    top:0; 
	left:0;
    right:0; 
	bottom:0;
    z-index: 20001;
    background: #fff url(img/back-preloader.png);
	text-align:center;
}
#preloader .centro
{
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 200px;
  width: auto;
}
#preloader i
{
	font-size: 40px;
	color: #691627;
}
#preloader em
{
	font-size: 13px;
	color: #691627;
}
#preloader img
{
	max-width: 400px;
	width: 90%;
}


/*CLASS*/

.catalogo
{
	font-size: 0;
}
.catalogo a
{
	font-size: 17px;
	display: inline-block;
	vertical-align: top;
	width: 33.3%;
	position: relative;
	overflow: hidden;
}
.catalogo img
{
	width: 100%;
}
.catalogo a p
{
	position: absolute;
    top: 0;
    left: -300px;
    width: 50%;
    height: 100%;
    background: rgba(107, 20, 14, 0.75);
    color: #fff;
    padding: 15px;
    font-size: 14px;
    line-height: 18px;
    font-family: 'montserratregular';
    border-bottom: 6px solid silver;
	opacity: 0;
}
.catalogo a p span
{
	font-family: 'montserratbold';
	margin-bottom: 15px;
	display: block;
	text-transform: uppercase
}
.centrar-h
{
	position: relative;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.centro
{
	width: 100%;
	max-width: 1240px;
	margin: auto;
	padding: 50px 30px;
	background: url(img/fondo-v-2.png) center fixed no-repeat;
	font-size: 0;
}
.centro article
{
	margin-bottom: 30px;
	font-size: 17px;
	padding: 20px;
}
.centro h3
{
	font-size: 25px;
	font-family: 'montserratlight';
	color: #6c1409;
	margin-bottom: 30px;
	text-align: center;
}
.centro h3 span
{
	font-family: 'montserratbold';
}
.cols
{
	display: inline-block;
	vertical-align: top;
	background: #ccc;
	/*background: rgba(204, 204, 204, 0.14);*/
	background: rgba(118, 118, 118, 0.26);
	margin: 0 1% 30px 1%;
	padding: 20px;
}
.col2
{
	width: 48%;
}
.col3
{
	width: 31.3%;
}
.col4
{
	width: 23%;
}
.col5
{
	width: 18%;
}
.form-contacto
{
	padding: 0 40px;
}
.form-contacto input,
.form-contacto textarea
{
	display: block;
    height: 43px;
    margin-bottom: 15px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #6c1409;
    padding-left: 35px;
    font-size: 15px;
    color: #2d2d2d;
	position: relative;
}
.form-contacto textarea
{
	height: 150px;
	resize: none;
	padding: 15px;
	border-bottom: 0;
}
input.nombre
{
	background: rgba(255, 255, 255, 0.63) url(img/contac-user.png) left 5px center no-repeat;
	background-size: auto 20px;
}
input.empresa
{
	background: rgba(255, 255, 255, 0.63) url(img/contac-empresa.png) left 5px center no-repeat;
	background-size: auto 20px;
}
input.email
{
	background: rgba(255, 255, 255, 0.63) url(img/contac-email.png) left 5px center no-repeat;
	background-size: auto 20px;
}
input.telefono
{
	background: rgba(255, 255, 255, 0.63) url(img/contac-telefono.png) left 5px center no-repeat;
	background-size: auto 20px;
}
input.nombre:focus
{
	background: rgba(108, 20, 9, 0.10) url(img/contac-user.png) left 5px center no-repeat;
	background-size: auto 20px;
}
input.empresa:focus
{
	background: rgba(108, 20, 9, 0.10) url(img/contac-empresa.png) left 5px center no-repeat;
	background-size: auto 20px;
}
input.email:focus
{
	background: rgba(108, 20, 9, 0.10) url(img/contac-email.png) left 5px center no-repeat;
	background-size: auto 20px;
}
input.telefono:focus
{
	background: rgba(108, 20, 9, 0.10) url(img/contac-telefono.png) left 5px center no-repeat;
	background-size: auto 20px;
}
.form-contacto textarea:focus
{
	background: rgba(108, 20, 9, 0.10)
}
.boton-enviar
{
	width: auto !important;
	background: #6c1409;
	padding: 10px 20px !important;
	color: #fff !important;
	font-family: 'montserratbold';
}
.boton-enviar:hover{
	background: #191e55;
	padding: 10px 25px !important;
}
.ico-quienes
{
	background: url(../images/ico-quienes-somos.png) center top no-repeat;
	background-size: auto 100%;
}
.ico-servicios
{
	background: url(../images/ico-servicios.png) center top no-repeat;
	background-size: auto 100%;
}
.ico-contactenos
{
	background: url(../images/ico-contacto.png) center top no-repeat;
	background-size: auto 100%;
}
.ico-map
{
	background: url(../images/ico-map.png) center top no-repeat;
	background-size: auto 100%;
}
.ico-historia
{
	background: url(../images/ico-historia.png) center top no-repeat;
	background-size: auto 100%;
}
.logo
{
	display: inline-block;
	max-width: 350px;
	width: 80%;
}
.home .logo 
{
    max-width: 460px;
}
.mapa
{
	width:100%;
	height:550px;
}
.modulos
{
	width: 100%;
	max-width: 1500px;
	margin: auto;
}
.modulos article
{
	font-size: 0;
	position: relative;
}
.modulos article > div
{
	font-size: 17px;
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	height: 450px;
	position: relative;
}
.modulos article h2,
.centro h2
{
	font-size: 34px;
	line-height: 34px;
	font-family: 'montserratlight';
	color: #191e55;
	margin-bottom: 40px;
	text-align: center;
	text-transform: uppercase;
}
.modulos article h2 span,
.centro h2 span
{
	font-family: 'montserratextrabold';
}
.modulos article h2 i,
.centro h2 i
{
	display: block;
	width: 110px;
	height: 63px;
	margin: 0 auto 5px auto;
}
.modulos article h3
{
	color: #191e55;
	text-align: center;
	font-size: 34px;
	line-height: 34px;
	margin-bottom: 40px;
}
.modulos article h3 span
{
	font-family: 'montserratextrabold';
}
.mod-foto
{
}
.mod-texto
{
	padding: 10px 20px;
	position: relative;
}
.mod-texto p
{
	text-align: center;
}
.mod-left::before{
	content: "";
	display:block;
	width: 70px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -1px;
	background: url("img/gradiente-left-gris.png") no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}
.mod-right::after{
	content: "";
	display:block;
	width: 70px;
	height: 100%;
	position: absolute;
	top: 0;
	right: -1px;
	background: url("img/gradiente-right-gris.png") no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}
.mod-left .mod-texto
{
	background: url(img/fondo-v-2.png) left 30px center no-repeat;
	background-size: auto 90%;
}
.mod-right .mod-texto
{
	background: url(img/fondo-v-2.png) right 35px center no-repeat;
	background-size: auto 90%;
}
.mod-right .mod-texto
{
	text-align: right;
}
.mod-left .mod-foto:before
{
	content: "";
	display: block;
	position: absolute;
	right: -1px;
	top: 0;
	width: 300px;
	height: 100%;
	background: url("img/foto-left-gris.png") left top no-repeat;
	background-size: 100% 100%;
}
.mod-right .mod-foto:before
{
	content: "";
	display: block;
	position: absolute;
	left: -1px;
	top: 0;
	width: 300px;
	height: 100%;
	background: url("img/foto-right-gris.png") right top no-repeat;
	background-size: 100% 100%;
}
.mod-boton
{
	display: inline-block;
	color: #6b140e;
	text-transform: uppercase;
	position: relative;
	border: 1px solid #6b140e;
	margin-top: 40px;
	font-family: 'montserratbold';
}
.mod-left .mod-boton
{
	background:url(img/mod-bottom-hover.jpg) right top no-repeat;
	background-size: 10px 100%;
}
.mod-right .mod-boton
{
	background:url(img/mod-bottom-hover.jpg) left top no-repeat;
	background-size: 10px 100%;
}
.mod-boton i
{
	position: absolute;
	top: -1px;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 30px;
	background: #6b140e;
	color: #fff;
}
.mod-left .mod-boton
{
	padding: 10px 70px 10px 90px;
}
.mod-left .mod-boton:before
{
	content: "";
	display: block;
	position: absolute;
	left: -2px;
	top: -2px;
	width: 32px;
	height: 48px;
	background: url(img/mod-boton-left-gris.png) left top no-repeat;
	background-size: 100%;
}
.mod-left .mod-boton i
{
	right: 0;
}
.mod-right .mod-boton
{
	padding: 10px 90px 10px 70px;
}
.mod-right .mod-boton:before
{
	content: "";
	display: block;
	position: absolute;
	right: -2px;
	top: -2px;
	width: 32px;
	height: 48px;
	background: url(img/mod-boton-right-gris.png) left top no-repeat;
	background-size: 100%;
}
.mod-right .mod-boton i
{
	left: 0;
}
.menu-movil, 
.menu-movil-cerrar
{
	position: absolute;
	top: 4px;
    right: 3px;
	font-size: 35px;
	color:rgba(96, 18, 15, 0.8);
	display: none;
}
.menu-movil
{
	background:rgba(96, 18, 15, 0.7);
	color: #fff;
	padding: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 30px;
}
.nbs-flexisel-item
{
	text-align: center;
}
.nbs-flexisel-item span
{
	display: inline-block;
	background:rgba(255,255,255,0.5);
	padding: 8px 8px 2px 8px;
	overflow: hidden;
	position: relative;
	max-width: 350px;
}
.nbs-flexisel-item img
{
	display: inline-block;
	width: 100%;
	border: 2px dotted rgba(255,255,255,0.3);
}
.nbs-flexisel-item span p
{
	background: rgba(89, 17, 15, 0.8);
	color: #fff;
	width: 100%;
	padding: 15px;
	position: absolute;
    top: -100px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	left: 0;
	opacity: 0;
	font-size: 13px;
	line-height: 18px;
}
.nbs-flexisel-item span p b
{
	font-size: 15px;
}
.social a
{
	margin-top: 40px;
	display: inline-block;
	vertical-align: top;
}
.social-item i 
{
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 22px;
    background: #6b140e;
    color: #fff;
}
.social .mod-boton i
{
	font-size: 22px;
}
.scrollup 
{
    position: fixed;
    bottom: 30px;
    right: -180px;
    width: 50px;
    height: 50px;
    z-index: 999;
    background: rgba(255, 255, 255, 0.83);
    color: #6b140e;
    cursor: pointer;
    display: none;
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-size: 20px;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    box-shadow: 0 0 3px rgba(0,0,0,0.70);
}
.sub-menu
{
	position: relative;
	position: absolute;
	top: 100px;
	left: 50%;
	width: 200px;
	margin-left: -100px;
	background: rgba(0,0,0,0.69);
	text-align: left;
	border-radius: 0 0 0 10px;
	opacity: 0;
    overflow: hidden;
    height: 0;
	z-index: 1200;
}
.sub-menu:after
{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 100%;
	height: 20px;
	background: url(img/sombra-submenu.png) left top no-repeat;
	background-size: 100%;
}
.sub-menu > li
{
	border-bottom: 1px solid rgba(255,255,255,0.47);
}
.sub-menu > li:last-child
{
	border-bottom: 0px;
}
.sub-menu > li > a
{
	display: block;
	padding: 10px 5px;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
}
.sub-menu > li:last-child > a
{
	border-radius: 0 0 0 7px;
}
.telefonos
{
	position: relative;
	position: absolute;
	z-index: 1005;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 0 15px 15px 15px;
	color: #fff;
	background:rgba(96, 18, 15, 0.7);
	font-size: 24px;
}
.telefonos a
{
	font-family: 'montserratbold';
	color: #fff;
	font-size: 24px;
}
.telefonos span
{
	display: block;
	position: relative;
	position: absolute;
	top: -13px;
	width: 100%;
	width: 300px;
	left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.telefonos span:before
{
	content: "";
	display: block;
	position: absolute;
	height: 2px;
	width: 75px;
	background: #fff;
	top: 11px;
	left: 0;
}
.telefonos span:after
{
	content: "";
	display: block;
	position: absolute;
	height: 2px;
	width: 75px;
	background: #fff;
	top: 11px;
	right: 0;
}
.top-menu
{
	text-align: center;
	font-size: 0;
	position: relative;
}
.top-menu > li
{
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-right: 3px;
}
.top-menu > li:last-child
{
	margin-right: 0;
}
.top-menu > li > a
{
	display: block;
	height: 49px;
	line-height: 49px;
	padding: 0 10px;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	font-family: 'montserratmedium';
	color: #fff;
	background: url(img/hover-menu.png) no-repeat;
	background-size: 100% 0;
	background-position: left 0 top;
	
}
.top-menu > li > a i
{
	color:#60120F;
	font-size: 13px;
}
.valores
{
	text-align: center;
	font-size: 0;
}
.valores li
{
	display: inline-block;
	vertical-align: top;
	font-size: 17px;
	width: 18%;
	margin: 0 1%;
	border: 1px solid #6c1409;
	border-radius: 10px;
	padding-top: 25px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.30);
}
.valores li span
{
	background: #6c1409;
	color: #fff;
	display: block;
	padding: 10px 15px 25px 15px;
	border-radius: 0 0 8px 8px;
	font-family: 'montserratmedium';
	text-transform: uppercase;
}
.valores li img
{
	width: 100%;
	max-width: 100px;
}
.whatsapp-movil
{
	display: none !important;
}

/*Hover*/

@media only screen and (min-width : 900px)
{
	.catalogo a:hover p
	{
		left: 0;
		opacity: 1;
	}
	.mod-boton:hover
	{
		color: #fff;
	}
	.mod-left .mod-boton:hover
	{
		background:url(img/mod-bottom-hover.jpg) right top no-repeat;
		background-size: 100% 100%;
	}
	.mod-right .mod-boton:hover
	{
		background:url(img/mod-bottom-hover.jpg) left top no-repeat;
		background-size: 100% 100%;
	}
	.nbs-flexisel-item span:hover img
	{
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
	}
	.nbs-flexisel-item span:hover p
	{
		top: 50%;
		opacity: 1;
	}
	#clientes:hover .nbs-flexisel-nav-left,
	#clientes:hover .nbs-flexisel-nav-right 
	{
   
    	opacity: 1;
	}
	.social .mod-boton:hover i
	{
		background: #191e55;
	}
	.social-item:hover i
	{
		background: #191e55;
	}
	.scrollup:hover 
	{
		background: rgba(255, 255, 255, 0.98);
		box-shadow: 0 0 8px rgba(0,0,0,0.90);
	}
	.sub-menu > li:hover > a
	{
		background:rgba(96, 18, 15, 0.7);
	}
	.top-menu > li:hover > a,
	.top-menu > li.active > a
	{
		background-size: 100% 100%;
	}
	.top-menu > li:hover > a i,
	.top-menu > li.active > a i
	{
		color:#fff;
	}
	.top-menu > li:hover .sub-menu 
	{
		top: 49px;
		opacity: 1;
		overflow: visible;
		height: auto;
		padding: 5px;
	}
	input.nombre:hover
	{
		background: rgba(108, 20, 9, 0.10) url(img/contac-user.png) left 5px center no-repeat;
		background-size: auto 20px;
	}
	input.empresa:hover
	{
		background: rgba(108, 20, 9, 0.10) url(img/contac-empresa.png) left 5px center no-repeat;
		background-size: auto 20px;
	}
	input.email:hover
	{
		background: rgba(108, 20, 9, 0.10) url(img/contac-email.png) left 5px center no-repeat;
		background-size: auto 20px;
	}
	input.telefono:hover
	{
		background: rgba(108, 20, 9, 0.10) url(img/contac-telefono.png) left 5px center no-repeat;
		background-size: auto 20px;
	}
	.form-contacto textarea:hover
	{
		background: rgba(108, 20, 9, 0.10)
	}
	#distribuidores-aurorizados article > div:hover{
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.50);
	}
}



@media only screen and (max-width : 1500px)
{
	.mod-left::before,
	.mod-right::after{
		display: none
	}
}
@media only screen and (min-width : 900px) and (max-width : 1024px)
{
	.col5,
	.col4
	{
		width: 31.3%;
	}
	
	.valores
	{
		text-align: center;
	}
	.valores li 
	{
    	width: 31.3%;
		margin: 0 1% 20px 1%;
	}
	.catalogo a p 
	{
		width: 70%;
	}
	
}

@media only screen and (max-width : 899px)
{
	#clientes
	{
		padding: 40px 15px;
		height: auto; 
	}
	#clientes h3,
	#distribuidores-aurorizados h3
	{
		font-size: 30px;
		line-height: 35px;
	}
	.catalogo a
	{
		width: 50%;
	}
	.col3,
	.col4,
	.col5
	{
		width: 48%;
	}
	.form-contacto 
	{
		padding: 0;
	}
	.menu-movil,
	.menu-movil-cerrar
	{
		display: block;
	}
	.menu-movil-cerrar
	{
		top: 5px;
		right: 5px;
	}
	.modulos article > div 
	{
		display: block;
		width: 100%;
	}
	.mod-left .mod-texto,
	.mod-right .mod-texto
	{
		background: rgba(255,255,255,0.70);
		position: absolute;
    	top: 0;
		z-index: 1;
	}
	.mod-left .mod-foto:before
	{
		top: auto;
		bottom: 0;
		width: 100%;
		height: 100px;
	}
	.mod-right .mod-foto:before 
	{
		top: auto;
		bottom: 0;
		width: 100%;
		height: 100px;
	}
	.modulos article h2, .centro h2 
	{
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 20px;
	}
	.mod-left .mod-boton:before,
	.mod-right .mod-boton:before
	{
		display: none;
	}
	.mod-left .mod-boton 
	{
		padding: 10px 70px 10px 30px;
	}
	.mod-right .mod-boton 
	{
		padding: 10px 30px 10px 70px;
	}
	.mod-boton 
	{
		margin-top: 20px;
	}
	.mod-right .mod-texto,
	.mod-left .mod-texto 
	{
		text-align: center;
	}
	.nbs-flexisel-item span p
	{
		top: auto;
		bottom: 20px;
		transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		opacity: 1;
	}
	.top-menu
	{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.9);
		z-index: 1300;
		text-align: center;
		padding: 60px 0 40px 0;
		display: block;
		overflow-y: scroll;
	}
	.top-menu > li 
	{
		font-size: 15px;
		display: block;
		border-bottom: 1px dotted #60120F;
	}
	.top-menu > li:last-child
	{
		border-bottom: none;
	}
	.top-menu > li > a 
	{
		height: auto;
		line-height: 15px;
		padding: 25px 10px;
		color: #fff;
	}
	.sub-menu 
	{
		position:inherit;
		top: 0px;
		left: 0;
		margin-left: 0;
		background: #52110e;
		width: 100%;
		text-align: center;
		border-radius: 0;
		opacity: 1;
		overflow: visible;
		height: auto;
		display: none;
	}
	.sub-menu > li > a 
	{
		padding: 25px 5px;
	}
	.sub-menu:after 
	{
		display: none;
	}
	.top-menu > li:hover .sub-menu 
	{
		display: block;
	}
	.valores
	{
		text-align: center;
	}
	.valores li 
	{
    	width: 48%;
		margin: 0 1% 20px 1%;
	}
	.whatsapp-movil
	{
		display: inline-block !important;
	}
	.whatsapp-pc
	{
		display: none !important;
	}
}
@media only screen and (max-width : 600px)
{
	#banner
	{
		height: 355px;
	}
	#banner-interno 
	{
		height: 255px;
	}
	.centro 
	{
		padding: 20px 10px;
	}
	.cols 
	{
		display: block;
		margin: 0 0 30px 0;
		padding: 10px;
		text-align: center;
	}
	.col2,
	.col3,
	.col4,
	.col5
	{
		width: 100%;
	}
	.home h1 
	{
		top: 100px;
	}
	.whatsapp-movil
	{
		display: block;
	}
	.whatsapp-pc
	{
		display: none;
	}
	.nbs-flexisel-item span
	{
		max-width: 366px;
	}
	.valores li 
	{
    	width: 100%;
		margin: 0 0 20px 0;
	}
	.valores li:last-child
	{
		margin: 0 0 0px 0;
	}
	
}
@media only screen and (max-width : 400px)
{
	body
	{
		font-size:15px;
		line-height:21px;
	}
	
	#clientes h3 
	{
		font-size: 23px;
		line-height: 28px;
	}
		.catalogo a
	{
		display: block;
		width: 100%;
	}
	.centro article 
	{
		font-size: 15px;
		text-align: center;
	}
	.modulos article h2, .centro h2 
	{
		font-size: 23px;
		line-height: 28px;
	}
	
	.modulos article > div 
	{
		font-size: 15px;
		line-height: 21px;
	}
	.nbs-flexisel-item span
	{
		max-width: 366px;
	}
	.telefonos a
	{
		display: block;
		padding: 3px 0;
		font-size: 20px;
	}
	.telefonos i
	{
		display: none;
	}
	.telefonos span
	{
		width: 250px;
	}
	.telefonos span:before,
	.telefonos span:after
	{
		width: 55px;
	}
	
	
	
}
