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

@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; /*vertical-align: baseline; font: inherit*/ }


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; }
ol, ul { list-style: none; list-style-position: inside;}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }


/* remember to define visible focus styles! 
:focus { outline: ?????; } */


/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

table	{ border-collapse: collapse; border-spacing: 0; }

/*********************************************
Estilos Generales para Escritorio
*********************************************/
body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 1.6rem;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}

h2{
  font-size: 2rem;
}

TamaÃ±o tipo post

p{
  font-size: 1.8rem;
}
body {
	background: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
section{
	margin-bottom: 20px;
    margin: 0 auto 20px auto;
}
article{
	overflow: hidden;
}
/*Textos*/
a {
	font-size: 1em;
	color: #297cc3;
	transition:0.3s;
	text-decoration: none;
}
a:hover {
	color: #084f72;
	transition:0.3s;
}
h1,h2,h3,h4,h5,h6,p {
	font-style: normal;
	font-weight: normal;
	margin-top:0px;
	display:block;
	width: 100%;
}
h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 3rem;
	margin-bottom:20px;
}
h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 2rem;
	margin-bottom:20px;
	}
h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;	
	font-size: 3rem;
	margin-bottom:10px;
}
h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 2.5rem;
	margin-bottom:5px;
}
h5 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1.2rem;
	margin-bottom: 10px;
}
p,li{
	font-size:1em;
	line-height:1.5em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 22px;
	/*text-align: justify;*/
}
li{
	margin-bottom:10px;
}
p{
	margin-bottom:20px;
}
ul.lista{
	margin-bottom: 20px;
	list-style: url(../imagenes/lista.png);
	padding-left: 20px;
}

ul.lista li{
	margin-bottom: 10px;
	line-height: 20px;
}
footer{
	width:100%;
}

.btn {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 1.6rem;
	background: none;
	display: block;
	float: left;
	padding: 15px 20px;
	width: auto;
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
	cursor: pointer;
	margin-right: 10px;
	border: none;
	border-bottom: 3px solid rgba(0,0,0,0.3);
	background: #b2bc56;
	border-radius: 10px;
	}
.btn:hover{
	background: #6b7226;
	transition: 0.3s; 
	color: #fff;
}
.col {
	display: block;
	overflow: hidden;
	margin: 0 1%;
}
.f-l {float: left;}
.f-r {float: right !important;}
.f-c{margin: 0 auto; display:block;}

.w-100{	width: 100%;}
.w-70{width: 70%;}
.w-65{width: 65%;}
.w-60{width: 60%;}
.w-55{width: 55%;}
.w-50{width: 50%;}
.w-45{width: 45%;}
.w-40{width: 40%;}
.w-35{width: 35%;}
.w-33-3{width: 33.3%;}
.w-31{width: 31%;}
.w-30{width: 30%;}
.w-29{width: 29%;}
.w-25{width: 25%;}
.w-20{width: 20%;}
.w-19{width: 19%;}
.w-18{width: 18%;}

.alt-5{ height:5px; width:100%;}
.alt-10{ height:10px; width:100%;}
.alt-15{ height:15px; width:100%;}
.alt-20{ height:20px; width:100%;}
.alt-25{ height:25px; width:100%;}
.alt-30{ height:30px; width:100%;}
.alt-40{ height:40px; width:100%;}
.alt-50{ height:50px; width:100%;}
.alt-60{ height:60px; width:100%;}
.alt-70{ height:70px; width:100%;}
.alt-80{ height:80px; width:100%;}
.alt-90{ height:90px; width:100%;}
.alt-100{ height:100px; width:100%;}
.alt-103{ height:103px; width:100%;}

.p-1{
	padding: 1%;
}
.p-2{
	padding: 2%;
}
.m-1{margin:1% !important;}
.m-05{margin:0.5% !important;}
.m-2{
	margin:2% !important;
}
.mr-2{
	margin-right: -36px;
}
.h-100{
	height:100px;
}
.h-150{
	min-height:10px;
	padding:20px 0;
}
.h-200{
	height:200px;
}
figure img{
	width: 100%;
	display: block;
}

.box-linea-directa{
	background:#3c92da;
	text-align:center;
	padding:20px 0;
}

.box-linea-directa h2{
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:22px;
	margin-bottom:0;
}
.box-linea-directa h2 a{
	color:#fff;
	text-decoration:none;
}
.box-linea-directa h2 a:hover{
	text-decoration:underline;
}

.box-linea-directa2{
	background:#f3f3f3;
	border-bottom:1px solid #d0d0d0;
	text-align:center;
	padding:20px 0;
	margin-bottom:20px;
}

.box-linea-directa2 h2{
	color:#3c3c3c;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	margin-bottom:0;
}
.box-linea-directa2 h2 strong{	color:#3c92da;}


/**/

.box-contac{ width:18.5%; margin:1%; float:left; border:1px solid #CCC; padding:2%;-webkit-border-radius: 10px; border-radius: 10px;}
.box-contac h2{
	margin-bottom:0;
	font-size:18px;
	font-weight:bold;
	font-family: 'Open Sans', sans-serif;
	color:#1772be;
}
.box-contac p{
	margin:0;
	font-size:13px;
	color:#3c3c3c;
	line-height:28px;
}
.box-contac p strong{
	font-size:16px;
}
.box-contac a{
	color:#1772be;
	text-decoration:none;
	font-size:13px;
	line-height:28px;
}
.box-contac a:hover{
	color:#1772be;
	text-decoration:underline;
}
/**/

/* wrap */
.wrap{
	max-width:1200px;
	margin: auto;
}
/*header*/
header{
	width: 100%;
	min-height: 0px;
	float: left;
	background: #fff;
	z-index: 20;
	position: relative;
}
header #logo{
	width: 32%;
    float: left;
    padding: 0;
/*    margin: 10px 0;*/
}
header #logo img{
	width:100%;
}
header nav#menu-principal{
	width: auto;
    float: left;
    text-align: left;
}
.banner{
	width:100%;
	position:relative;
	float:left;
}
.banner img{
	width: 100%;
	float: left;
}
.banner h4{
	float: left;
	position: absolute;
	color: #fff;
	padding: 10px 30px;
	font-weight: 700;
	font-size: 3rem;
	font-family: 'Ubuntu', sans-serif;
	top: 15%;
}
.banner p{
	float: left;
	position: absolute;
	color: #fff;
	padding: 10px 30px;
	font-weight: 300;
	font-size: 2.2rem;
	font-family: 'Ubuntu', sans-serif;
	top: 50%;
}
.mid-banner{
	width:100%;
	position:relative;
	float:left;
}
.mid-banner img{
	width: 100%;
	float: left;
}
.mid-banner h3{
	float: left;
	position: absolute;
	color: #fff;
	padding: 0;
	font-weight: 700;
    font-size: 3rem;
	font-family: 'Ubuntu', sans-serif;
	top: 15%;
	text-align:center;
}
.mid-banner p{
	float: left;
	position: absolute;
	color: #fff;
	padding: 10px 13px;
	font-weight: 300;
	font-size: 2rem;
	font-family: 'Open Sans', sans-serif;
	top: 50%;
	text-align:center;
}
.mid-banner a{
	float: left;
	position: absolute;
	color: #36d195;
	background:#fff;
	padding: 10px 13px;
	font-weight: 500;
    font-size: 1.5rem;
	font-family: 'Open Sans', sans-serif;
	top: 60%;
	border-radius:10px;
	text-align:center;
	left:220px;
	transition:0.7s;
}
.mid-banner a:hover{
	opacity:0.6;
	transition:0.7s;
}
.espacio-20{
	height:20px;
	width:100%;
}
.espacio-60{
	height:60px;
	width:100%;
}
.producto{
	width:100%;
	background:#fff;
	border:1px solid #ccc;
	display: inline-block;
	margin-bottom: 15px;
	position: relative;
	min-height: 430px;
}
.producto:hover{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	transition-duration: 0.3s;
}
.producto img{
	width:100%;
	float:left;
	border-bottom: 1px solid #ccc;
}
.producto h4{
	display: block;
    float: left;
    color: #333333;
    font-size:18px;
	line-height:24px;
	padding:5% 5%;
	width:90%;
}
.producto p{
	display: block;
    float: left;
    /* text-align: center; */
    padding: 0 15px;
    font-weight: 300;
    color: #999 !important;
    width: inherit;
    font-size: 1.6rem;
}
.producto a{
	overflow: hidden;
	width: 100%;
	max-height: 208px;	
}
.agregar-carro {
  width: auto !important;
  text-align: center;
  float: right !important;
  color: #fff;
  background: #2cb651;
  border: 1px solid #04a6a7;
  padding: 8px 10px;
  margin-right: 4%;
  position: absolute;
  bottom: 3%;
  right: 0;
  z-index: 11;
  border:2px solid #fff;
  border-radius:10px;
}
.agregar-carro:hover{
	color:#999;
	border:2px solid #999;
	background:#fff;
}
.agregar-carro2 {
  width: auto !important;
  text-align: center;
  float: right !important;
  color: #fff;
  background: #3c92da;
  border: 1px solid #04a6a7;
  padding: 8px 10px;
  position: absolute;
  bottom: 3%;
  left: 13px;
  z-index: 11;
  border:2px solid #fff;
  border-radius:10px;
}
.agregar-carro2:hover{
	color:#999;
	border:2px solid #999;
	background:#fff;
}
.etiqueta-nuevo{
	background:lightslategrey;
	color:white;
	padding:12px;
	position:absolute;
	top:-1px;
	right:5%;
}
.etiqueta-oferta{
	background:mediumturquoise;
	color:white;
	padding:12px;
	position:absolute;
	top:-1px;
	right:5%;
}
.carro{
	width: auto;
	height: auto;
	float: right;
	margin: 35px 0 0 0;
}
.carro a{
	color:#666;
	font-size:1.6rem;
	font-weight:300;
	transition:0.8s;
}
.carro a:hover{
	color:#ccc;
	transition:0.8s;
}
.carro a strong{
	color: #666;
	font-size: 1.7rem;
	font-weight: 600;
}
.carro i{
	color: #666;
	font-size: 1.7rem;
}
.big-title{
	float:left;
	width:50%;
/*	width:100%;*/
}
.big-title h2{
	color: #fff;
	font-weight: 300;
	padding:20px 0 10px 0;
	display: inline;
	margin-bottom:0;
	width:auto;
	font-size:2.5rem;
	width:100%;
}

/**/

.navegacion{ display:inline-block; float:right;}
.navegacion li{
	color:#fff;
	float:left;
	font-size:13px;
	font-family: 'Open Sans', sans-serif;
}

.navegacion li i{
	color:#71aee2;
	font-size:13px;
}

.navegacion li.destacado{
	color:#fff;
	font-style: italic;
}

.navegacion li a{
	color:#fff;
	float:left;
	font-size:13px;
	font-family: 'Open Sans', sans-serif;
	text-decoration:underline;
}

.navegacion li a:hover{
	color:#fff;
	text-decoration:none;
}



.big-title a{
	color:#fff;
	font-size:13px;
	text-decoration:none;
}
.big-title a:hover{
	text-decoration:underline;
}
.big-title h3{
	color: #333;
	font-weight: 300;
	padding: 10px 0 0 10px;
	display: inline-block;
	width:auto;
}
.crumbreed {
    width: 45%;
    float: right;
    display: inline-block;
    padding:5px 0 10px 0;
    color: #fff;
    position: absolute;
/*    right: -10px;*/
	text-align:right;
}
.crumbreed a{
	color: #fff;
	padding: 0;
	font-size:12px;
}
.crumbreed a:hover{
	color: #fff;
	text-decoration:underline;
}
.filter{
	width: 20%;
	float: right;
	display: inline-block;
	padding: 0px 35px;
}
.filter select
{
	background:#fff;
	border:1px solid #c2c2c2;
	-webkit-border-radius: 3px;
    border-radius: 3px;
	display:block;
	font-size:13px;
	float: right !important;
	height:40px;
	padding:5px;
	margin:20px 10px 0 0;
	transition-duration: 0.3s;
	width: 98%;
}

.filter select option
{
	padding:10px;
}
.purple{
	background:#9584c1;
}
.orange{
	background:#ff7d27;
}
.green{
	background:#04cdae;
}
.black{
	background:#333;
}
.blue{
	background:#3c92da;
}
.blue-dos{
	background:#1772be;
}
.blue-tres{
	background:#0a3a51;
}

.cont-us{
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
	padding:20px 0;
	color:#fff;
}
.cont-us a{
	color: #fff;
	float: left;
	padding: 10px 5px;
	display: inline-block;
	width: auto;
}
.cont-us p{
}
.last-foot{
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 0;
  color: #333;
}
.last-foot p{
	float: right;
    width: 100%;
    color: #8a8a8a;
    margin: 10px;
    text-align: center;
}
.last-foot a{
	float: right;
    display: block;
    width: 100%;
    text-align: center;
}
.last-foot a img{
}
.last-foot img{

}
.cont-cat{
    width: 16.5%;
    margin: 1px !important;
}
.categoria{
	width: 100%;
	display: block;
	position: relative;
	float: left;
	transition:0.7s;
}
.categoria:hover{
	opacity:0.6;
	transition:0.7s;
}
.categoria img{
	width:100%;
	float:left;
}
.categoria h3{
	display: block;
    float: left;
    bottom: -11px;
    color: #fff;
    position: absolute;
    font-weight: 700;
    text-align: center;
    padding: 30px 0;
    font-size: 18px;
    background-color: #3c92da;
}
.categoria h4{
	display: block;
    float: left;
    bottom: -5px;
    color: #fff;
    position: absolute;
    font-weight: 700;
    text-align: center;
    padding: 15px 0;
    font-size: 18px;
}
.bg-cat1{
	background:#055a9e;
}
.bg-cat2{
	background:#0879c0;
}
.bg-cat3{
	background:#22a9dd;
}
.bg-cat4{
	background:#daa933;
}
.bg-cat5{
	background:#d27328;
}
.bg-cat6{
	background:#e63939;
}
	
.categoria p{
	display: block;
	float: left;
	text-align: center;
	margin: 5px 0;
	font-weight: 700;
	color: #fff;
	width: inherit;
	position: absolute;
	top: 60%;
}
.categoria a{
	position: absolute;
	bottom: 12%;
	padding: 10px;
	background: #fff;
	color: #333;
	/* border-radius: 10px; */
	display: block;
	left: 29%;
	transition: 0.7s;
}
.categoria a:hover{
	opacity:0.6;
	transition:0.7s;
}
.genero{
	width: 100%;
	display: block;
	position: relative;
	float: left;
}
.genero img{
	width:100%;
	float:left;
}
.genero h4{
	display: block;
	float: left;
	top: 80px;
	color: #fff;
	position: absolute;
	font-weight: 700;
	text-align: center;
}
.genero p{
	display: block;
	float: left;
	text-align: center;
	margin: 5px 0;
	font-weight: 700;
	color: #fff;
	width: inherit;
	position: absolute;
	top: 60%;
}
.genero a{
	position: absolute;
	bottom: 25%;
	padding: 10px;
	background: #fff;
	color: #333;
	/* border-radius: 10px; */
	display: block;
	left: 35%;
	transition: 0.7s;
}
.genero a:hover{
	opacity:0.6;
	transition:0.7s;
}
.n-m{
	margin:0 !important;
}
.tipo{
	padding: 10px;
	display: inline-block;
	margin: 0 0 10px 0;
	color:#fff;
}
.hack-info{
/*	margin-top:-50px;*/
	background:#fff;
}
.info-prod h5{
	padding:15px 0;
	font-size:3rem;
	color:#999;
}
.info-prod h4{
	padding: 10px 0;
    font-size: 2rem;
    line-height: 3rem;
}
.info-prod li{
	background-image: url(sqpurple.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 18px;
}
.selector{
	width: 100%;
	display: block;
}
.selector label{
	display: block;
	float: left;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	margin: 10px;
	text-align: left;
	width: 128px;
}
.selector select{
	background: #fff;
	border: 1px solid #c2c2c2;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	font-size: 13px;
	float: left !important;
	height: 40px;
	padding: 5px;
	margin: 0px 10px 0 0;
	transition-duration: 0.3s;
	width: 100%;
}
.selector select option {
	padding: 10px;
}
.btn-prod{
	padding: 10px 0;
	font-size: 2rem;
	color: #fff;
	display: block;
	text-align: center;
	margin: 18px 0;
	float: left;
	width: 100%;
	transition:0.7s;
}
.btn-prod:hover{
	opacity:0.6;
	transition:0.7s;
}
.horizontal-line{
	width:100%;
	float:left;
	height:2px;
	background:#ccc;
}
.share{
	width: 100%;
	float: left;
	margin: 20px 0;
}
.noticia{
	width:92%;
	float:left;
	background:#fff;
	padding:10px;
	position:relative;
	transition:0.7s;
}
.noticia:hover{
	opacity:0.6;
	transition:0.7s;
}
.noticia img{
	width:100%;
	display:block;
	float:left;
}
.noticia h4{
	color:#333;
	padding:10px 0;
	float:left;
	margin-bottom:0;
	font-size: 2.2rem;
}
.noticia p strong{
	color: #ee621e;
	float: left;
	margin-bottom: 0;
	font-weight: 400;
}
.noticia p{
	color:#333;
	padding:5px 0;
	float:left;
	margin-bottom:0;
	font-size: 1.4rem;
}
.box-cat{
	width: auto;
	position: absolute;
	bottom: 20px;
	left: 10px;
	background: #ee621e;
	padding: 10px;
	color: #fff;
}

nav#menu-foot{
	width: 83%;
    overflow: hidden;
    margin-top: 20px;
    float: left;
}
nav#menu-foot ul{
	overflow:hidden;
}
nav#menu-foot ul li{
	float: left;
    display: block;
    margin: 0 0px;
    overflow: hidden;
    padding: 10px 8px;
	color:#262626;
	font-size:14px;
}
nav#menu-foot ul li a{
	padding: 0px 10px;
	display: block;
	float: left;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #262626;
	/* text-transform: uppercase; */
	font-family: 'Open Sans', sans-serif;
	border-left:1px solid #262626;
/*	border-right:1px solid #262626;*/
}
nav#menu-foot ul li a:hover{
	/*background-color: #FFF;*/
	color:#999;
}

/**/
.descarga-pdf{ width:95%; padding:2.5%; margin-bottom:1.5%; border:1px solid #CCC; -webkit-border-radius: 10px; border-radius: 10px; float:left;}
.descarga-pdf:hover{ border:1px solid #C00;}
.descarga-pdf i{ float:left; width:10%; font-size:60px; color:#CCC;}
.descarga-pdf figcaption{ float: right; width:88%;}
.descarga-pdf figcaption h2{ font-size:24px; font-family: 'Open Sans', sans-serif; margin:0; padding:5px 0;}
.descarga-pdf figcaption span{ font-size:13px; font-family: 'Open Sans', sans-serif; font-weight:bold; color:#666;}

/**/

.link-email{ color:#fff; font-size:14px; font-family: 'Open Sans', sans-serif; margin-right:3px; padding:5px 10px; background:#00b489;}
.link-email:hover{ color:#fff; background:#059673;}

.link-telefono{ color:#fff; font-size:14px; font-family: 'Open Sans', sans-serif; margin-right:3px; padding:5px 10px; background:#34465d;}
.link-telefono:hover{ color:#fff; background:#284870;}

.link-facebook{ color:#fff; font-size:14px; font-family: 'Open Sans', sans-serif; margin-right:3px; padding:5px 10px; background:#3b5999;}
.link-facebook:hover{ color:#fff; background:#1f4db1;}

.link-skype{ color:#fff; font-size:14px; font-family: 'Open Sans', sans-serif; margin-right:3px; padding:5px 10px; background:#00AFF0;}
.link-skype:hover{ color:#fff; background:#1498c9;}

/**/

/* Formulario */

#contact-wrapper-c
{
	width: 95%;
	border: none;
	padding-bottom: 30px;
	margin: 0 auto;
	overflow: hidden;
	float: right;
}

#contact-wrapper-c div
{
	clear:both;
	margin:1em 0;
}

#contact-wrapper-c label
{
  display: block;
  float: left;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  margin: 20px 0 0px 0;
  text-align: left;
  width: auto;
}

form#contactform-c input
{
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	font-size: 13px;
	float: right !important;
	height: 40px;
	padding: 0 15px 0 15px;
	margin: 10px;
	transition-duration: 0.3s;
	width: 92%;
}

form#contactform-c input:hover
{
	-webkit-box-shadow:  0px 0px 5px 0px #e0e0e0;
    box-shadow:  0px 0px 5px 0px #e0e0e0;	
	transition-duration: 0.3s;
}

form#contactform-c textarea
{
	background: #fff;
	border: 1px solid #c2c2c2;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	font-size: 13px;
	float: right !important;
	padding: 10px 15px;
	margin: 10px;
	transition-duration: 0.3s;
	width: 92%;
	font-family: 'Open Sans', sans-serif;
}

form#contactform-c textarea:hover
{
	-webkit-box-shadow:  0px 0px 5px 0px #e0e0e0;
    box-shadow:  0px 0px 5px 0px #e0e0e0;	
	transition-duration: 0.3s;
}

form#contactform-c select
{
	background:#fff;
	border:1px solid #c2c2c2;
	-webkit-border-radius: 3px;
    border-radius: 3px;
	display:block;
	font-size:13px;
	float: right !important;
	height:40px;
	padding:5px;
	margin:20px 10px 0 0;
	transition-duration: 0.3s;
	width: 98%;
}

form#contactform-c select option
{
	padding:10px;
}

form#contactform-c input.check
{
	background:#fff;
	border:1px solid #c2c2c2;
	display:block;
	float: left !important;
	height:auto !important;
	width: auto !important;
	margin:0 !important;
}

.btn-c
{
	background: #666 !important;
	border: 0 !important;
	color: #fff !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px !important;
	font-weight: normal;
	padding: 10px 15px !important;
	text-decoration: none;
	transition-duration: 0.3s;
	float: left;
	margin: 5px !important;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: auto !important;
	height:auto !important;
}

.btn-c:hover {
	background:#999 !important;
	text-decoration:none !important;
	transition-duration: 0.3s !important;
}
.brand{
	width:100%;
}
.brand img{
	width:100%;
	float:left;
}
.brand img{
	opacity:0.6;
	transition:0.7s;
}
.brand img:hover{
	opacity:1;
	transition:0.7s;
}
.top-banner{
	width:100%;
	height:auto;
}
.top-banner img{
	width:100%;
	height:auto;
	text-align:center;
}
.white{
	background:#fff;
}
.grey{
	background:#dddddd;
}
.d-grey{
	background:#e3e3e3;
}
.txt-grey{
	padding: 40px 48px;
	min-height: 240px;
	max-height: 240px;
}
.txt-grey h4{
	font-size:3rem;
	color:#333;
	padding-bottom: 20px;
}
.txt-grey p{
	color: #333;
	font-size: 1.8rem;
	line-height: 2.5rem;
}
.info-prod{
	width: 95%;
	height: auto;
	padding: 2% 2%;
}
.info-prod h2{
	padding: 15px 0;
	font-size: 5rem;
	color: #3e3e3e;
	font-weight: 100;
}
.info-prod p{
	padding: 5px 0;
    font-size: 1.5rem;
    line-height: 3rem;
    font-weight: 300;
}
.info-prod li{
	background-image: url(sqpurple.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 18px;
	font-size: 1.5rem;
	font-weight: 300;
}
.info-c{
}
.info-c p{
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}
.buscador{
	width: 25%;
	float: right;
	margin: 15px 25px;
}
.buscador-rap {
  float: left;
}
.buscador-rap input {
    float: left;
  width: 200px !important;
  padding: 10px;
  color: #fff;
  border: 1px solid #ccc;
  /* border-bottom: 1px solid #535353 !important; */
  background: #ccc;
  margin-left: 10px;
  margin-top: 7px;
  height: 20px;
}
.buscador-rap input[type="text"]::-webkit-input-placeholder{
	color: white;
}
.buscador-rap a {
  float: left;
    /* margin-left: 5px; */
    border: 0;
    padding: 12.3px;
    background-color: #daa933;
    margin-top: 7px;
}
.buscador-rap a img {
  padding: 0;
  border: 0;
}
.mini-logo{
	width: 28%;
	float: left;
	height: auto;
	display: inline-block;
}
.mini-logo img{
	width:85%;
	float:left;
}
.ficha figcaption{
	float: left;
    display: inline-block;
    width: 100%;
}
.ficha figcaption h4{
	font-size: 4rem;
  font-weight: 100;
  line-height: 4.5rem;
}
.ficha p{
	float: left;
    padding: 12px;
    margin-bottom: 0;
}
.ficha h4{
	padding: 14px 0;
    float: left;
}
.ficha figcaption p{
	font-size:1.4rem;
	font-weight:400;
	line-height: 3rem;
}
.ficha figcaption p strong{
	font-weight:700;
}
.ficha-sel{
	width: 47%;
	float: left;
	/* display: inline-block; */
	padding: 0;
	margin: 2% 1.5% 4% 1.5%;
}
.ficha-sel select
{
	background:#fff;
	border:1px solid #c2c2c2;
	-webkit-border-radius: 3px;
    border-radius: 3px;
	display:block;
	font-size:13px;
	float: left !important;
	height:40px;
	padding:5px;
	margin:20px 10px 0 0;
	transition-duration: 0.3s;
	width: 100%;
}

.ficha-sel select option
{
	padding:10px;
}
.big-btn{
	width: auto;
    float: left;
    margin: 10px 0;
    padding: 15px 30px;
    background-color: #055a9d;
    color: #fff;
    font-size: 20px;
    border-radius: 12px;
}
.big-btn:hover{
	color:darkseagreen;
	transition:0.7s;
	opacity:0.7;
}
.big-btn p{
float: left;
  width: auto;
  padding-top: 15px;
}
.big-btn span{
	float: right;
  font-size: 2rem;
  padding-top: 15px;
}
.mobile-slide{
	display:none;
	width:100%;
}
.share-new{
	float: left;
    width: 100%;
    text-align: left;
}
.share-new a{
  display: inline-block;
  padding: 10px 10px;
  color: #fff;
  border-radius: 0px;
  font-size: 20px;
  margin-left: 5px;
}
.share-new a:hover{
	border-radius: 20px;
}
.share-new a span{
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
}
a.fb{
	background: #4460ae;
}
a.tt{
	background: #058cb9;
}
a.gp{
	background: #dc3329;
}
a.mail{
	background: #999;
}
a.wh{
	background: #71c03e;
	display: none;
}
.info-head{
	color: #333;
    padding: 8px 0;
    font-size: 1.2rem;
    float: right;
    margin-bottom: 0;
    text-align: left;
    margin-top: 0px;
}
.info-head p{
	margin-bottom: 10px;
	color:#3c92da;
	text-transform:uppercase;
}
.info-head h4{
	font-size: 16px;
    background:#daa933;
    padding: 12px;
    border-radius: 30px;
    width: auto !important;
    color: #fff;
	text-align:center;
}
.calendar{
	width: auto;
	background: #e4f1f7;
	padding: 10%;
	float: left;
	position: relative;
}
.calendar h4{
	font-size:1.8rem;
	color:#333333;
}
.calendar p{
	font-size:1.4rem;
	font-style:italic;
	color:#333;
	margin-bottom: 0;
}
.calendar p strong{
	font-size:1.4rem;
	font-style:italic;
	color:#0078b2;
}
.line-calendar{
	width:40%;
	border-bottom:2px solid #333;
	height:1px;
	margin: 10px 0;
}
.calendar-detail{
	width:25px;
	height:25px;
	position:absolute;
	top:0;
	right:0;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b6d5e4+51,ffffff+51 */

background: rgb(182,213,228); /* Old browsers */

background: -moz-linear-gradient(45deg,  rgba(182,213,228,1) 51%, rgba(255,255,255,1) 51%); /* FF3.6+ */

background: -webkit-gradient(linear, left bottom, right top, color-stop(51%,rgba(182,213,228,1)), color-stop(51%,rgba(255,255,255,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(45deg,  rgba(182,213,228,1) 51%,rgba(255,255,255,1) 51%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(45deg,  rgba(182,213,228,1) 51%,rgba(255,255,255,1) 51%); /* Opera 11.10+ */

background: -ms-linear-gradient(45deg,  rgba(182,213,228,1) 51%,rgba(255,255,255,1) 51%); /* IE10+ */

background: linear-gradient(45deg,  rgba(182,213,228,1) 51%,rgba(255,255,255,1) 51%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6d5e4', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}

/**/

.logo-marca{
	position: relative !important;
	bottom: 230px !important;
	left: 10px !important;
	width: auto !important;
	height:auto !important;
}

/**/

.b-ban{
	padding: 23px;
	float: left;
	min-height: 110px;
	transition:0.8s;
}
.b-ban:hover{
	opacity:0.7;
	transition:0.8s;
}
.b-ban h4{
	font-size:3rem;
	color:#fff;
}
.b-ban p strong{
	font-size: 1.8rem;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
.b-ban p{
	font-size: 1.4rem;
	color: #fff;
	font-weight: 300;
	margin-bottom: 10px;w-
}
.b-f{
	background: url(../imagenes/b-f-1.jpg) bottom center no-repeat;
	background-size:100%;
}
.loadmore {
	padding: 10px;
	background: #ddd;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	margin: 10px 4px;
	display: none;
}

.loadmore:hover {
	background: #333;
}

.txt-orange{
	padding: 16px;
	border-right: 1px solid #e67223;
	width: 85%;
	text-align: right;
	margin-bottom: 20px;
}
.txt-orange p{
	font-size: 1.5rem;
	color:#e67223;
	font-style:italic;
	line-height:3rem;
}
.txt-orange-dos{
	padding: 16px;
	border-left: 1px solid #e67223;
	width: 85%;
	text-align: left;
	margin-bottom: 20px;
}
.txt-orange-dos p{
	font-size: 1.5rem;
	color:#e67223;
	font-style:italic;
	line-height:3rem;
}
#menu-footer{
	padding-left: 20px;
}
#menu-footer li{
	margin-bottom: 10px;
	width: 90%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px !important;
	padding-top: 10px;
}
#menu-footer li a{
	color: #666;
	/* border-bottom: 1px solid #666; */
	line-height: 1.6rem !important;
	padding-bottom: 5px;
	width: 100%;
}
#menu-footer li a:hover{
	color:#ccc;
}
.s-col{
	width: 32% !important;
	margin: 0.5% !important;
}
.direction{
	width:100%;
	float:left;
	margin: 30px 0;
}
.tit-direction{
	width: 30%!important;
	text-align: center;
	margin: 0 auto;
	display: block;
	margin-bottom:30px;
}
.tit-direction h4{
	width: 100%;
    background: #0078b2;
    color: #fff;
    text-align: center;
    float: inherit !important;
}
.dir{
	border:1px solid #ccc;
	border-bottom:4px solid #0078b2;
	text-align:center;
	width: 18.6%;
}
.dir p{
	font-size: 1.5rem;
    line-height: 2rem;
	color:#333;
}
.dir p strong{
	color:#448ebd;
}
.dir:hover{
	background:#0078b2;
	transition:0.4s;
	border:1px solid #0f5070;
	border-bottom:4px solid #0f5070;
}
.dir:hover p{
	color:#fff;
	transition:0.4s;
}
.dir:hover p strong{
	color:#0b374d;
}
/* Formulario */

.title-carro{
	font-size: 3rem;
    width: 95%;
    float: left;
    padding: 10px 28px;
    margin-bottom: 20px;
}

#carro-wrapper-c
{
	width: 95%;
	border: none;
	padding-bottom: 30px;
	margin: 0 auto;
	overflow: hidden;
	float: right;
}
#carro-wrapper-c h4
{
    font-size: 2rem;
	width: 100%;
}

#carro-wrapper-c div
{
	clear:both;
	margin:1.5em 0;
}

#carro-wrapper-c label
{
  display: block;
  float: left;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  margin: 20px 0 0px 0;
  text-align: left;
  width: auto;
}

form#carroform-c input
{
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	font-size: 13px;
	float: right !important;
	height: 40px;
	padding: 0 15px 0 15px;
	margin: 15px 10px;
	transition-duration: 0.3s;
	width: 92%;
}

form#carroform-c input:hover
{
	-webkit-box-shadow:  0px 0px 5px 0px #e0e0e0;
    box-shadow:  0px 0px 5px 0px #e0e0e0;	
	transition-duration: 0.3s;
}

form#carroform-c textarea
{
	background: #fff;
	border: 1px solid #c2c2c2;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	font-size: 13px;
	float: right !important;
	padding: 10px 15px;
	margin: 10px;
	transition-duration: 0.3s;
	width: 82%;
	font-family: 'Open Sans', sans-serif;
}

form#carroform-c textarea:hover
{
	-webkit-box-shadow:  0px 0px 5px 0px #e0e0e0;
    box-shadow:  0px 0px 5px 0px #e0e0e0;	
	transition-duration: 0.3s;
}

form#carroform-c select
{
	background:#fff;
	border:1px solid #c2c2c2;
	-webkit-border-radius: 3px;
    border-radius: 3px;
	display:block;
	font-size:13px;
	float: right !important;
	height:40px;
	padding:5px;
	margin: 20px 10px;
	transition-duration: 0.3s;
	width: 98%;
}

form#carroform-c select option
{
	padding:10px;
}

form#carroform-c input.check
{
	background:#fff;
	border:1px solid #c2c2c2;
	display:block;
	float: left !important;
	height:auto !important;
	width: auto !important;
	margin:0 !important;
}

.btn-carro
{
	background: #666 !important;
	border: 0 !important;
	color: #fff !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px !important;
	font-weight: normal;
	padding: 10px 15px !important;
	text-decoration: none;
	transition-duration: 0.3s;
	float: left;
	margin: 5px !important;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: auto !important;
	height:auto !important;
}

.btn-carro:hover {
	background:#999 !important;
	text-decoration:none !important;
	transition-duration: 0.3s !important;
}
.carro-content{
	width: 98% !important;
	padding:10px 0 !important;
	border-bottom: 2px solid #9bcbf4;
	margin-bottom: 35px !important;
	background:#fff;
	transition-duration: 0.3s !important;
}
.carro-content:hover{
	background:#dbefff;
	transition-duration: 0.3s !important;
}

.imagen-carro{
    width: 10%;
    float: left;
    margin: 0 28px;
}
.imagen-carro img{
	width: 100%;
    height: auto;
}
.texto-carro{
	width: 30%;
    float: left;
    margin: 35px 25px;
}
.texto-carro a{
	font-size: 1.5rem;
	color: #666;
	text-decoration:none;
	transition:0.7s;
	line-height: 28px;
}
.texto-carro a:hover{
	color:#ccc;
	transition:0.7s;
}
.texto-carro-dos{
	width: 15%;
    float: left;
    margin: 35px 25px;
}
.texto-carro-tres{
	width: 15%;
    float: left;
    margin: -10px -45px;
}
.texto-carro-dos p{
	font-size: 1.6rem;
    color: #666;
    padding-top: 0px;
    padding-left: 15px;
}
.select-carro{
	width: 18%;
    float: left;
	margin-top: 28px;
}
.select-carro select {
    background: #fff;
    border: 1px solid #c2c2c2;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    font-size: 13px;
    float: left !important;
    height: 40px;
    /* padding: 5px; */
    /* margin: 20px 10px 0 0; */
    transition-duration: 0.3s;
    width: 45%;
}
.eliminar-carro{
	width: 5%;
    float: right;
	margin: 35px 0;
}
.eliminar-carro a{
	transition:0.7s;
}
.eliminar-carro a:hover{
	transition:0.7s;
	opacity:0.7;
}
.eliminar-carro i{
	font-size: 1.6rem;
	color:#1772be;
}

.byperson{
	width:60%;
	height:auto;
	float:left;
	margin-top:20px;
}
.byperson img{
	width: 20%;
    height: auto;
    border-radius: 50px;
    border: 3px solid #f2f2f2;
    float: left;
    margin-right: 10px;
}
.byperson p{
	font-size: 15px;
    color: #999;
    font-style: italic;
    padding-top: 20px;
	float: left;
    width: 70%;
}
.tab-resp{
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
	border-top: 1px solid #ccc;
}
.head-tab-resp{
	padding: 15px 6px;
}
.head-tab-resp h4{
	color:#297cc3;
	font-weight:700;
	font-size: 1.5rem;
    font-style: italic;
}
.foot-tab-resp{
    width: 100%;
    float: right;
}
.foot-tab-resp p{
    font-size: 14px;
    padding: 10px 20px;
    float: right;
    width: 75%;
    margin-bottom: 0;
    font-weight: 600;
    text-align: left;
}
.col1-tab-resp{
	border-right: 1px solid #ccc;
    width: 15%;
    padding: 1.5%;
	padding-top:15px;
}
.col2-tab-resp{
	width: 50%;
    padding: 1.5% 1.5% 1% 5%;
	padding-top:15px;
}
.col1-tab-resp p{
	font-size:12px;
	margin-bottom: 12px;
}
.col2-tab-resp p{
	font-size:12px;
	margin-bottom: 12px;
}
.bg-tabla01
{
	background:#f2f2f2;
	border-bottom:1px solid #999;
	padding:5px 3px;
}
	
.bg-tabla02
{
	background:#fbfbfb;
	border-bottom:1px solid #999;
	padding:5px 3px;
}
.bg-tabla01 a
{
	color:#e4007b;
}

.bg-tabla02 a
{
	color:#e4007b;
}
.alto-rep{
	min-height: 500px !important;
}
.hackforhome{
	position:relative;
	top:-100px;
	z-index:9;
}

.btn-pdf
{
	float:left;
	width:90%;
	background:#f45656;
	border:1px solid #d61e1e;
	color:#fff;
	padding:10px 25px;
	margin:2px 0;
	font-family: 'Open Sans', sans-serif;

	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.btn-pdf:hover
{
	background:#d61e1e;
	color:#fff;
	border:1px solid #d61e1e;
}

/* Acordeon */

ul.submenu{
	list-style:none;
	background:#FFF;
	margin:0px;
	padding:0px;
}
ul.submenu li{
	list-style:none;
	margin:0;
}
ul.submenu li h2{
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:16px;
	padding:3% 5%;
	
	margin:0 0 10px 0;
}

ul.submenu li li{
	border-bottom:none;
}
ul.submenu li a{
	text-decoration:none;
	display:block;
	color:#3c3c3c;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	border-bottom:1px solid #CCC;
	padding:5% 5%;
}
.titulo-descatado-1{
	text-decoration:none;
	display:block;
	color:#1772be !important;
	font-family: 'Open Sans', sans-serif;
	font-size:15px !important;
	font-weight:bold;
	border-bottom:1px solid #CCC;
	padding:10% 2% !important;
}

ul.submenu li a:hover{
	text-decoration:none;
	color:#00ade7;
	background:#f1f1f1;
	border-bottom:1px solid #00ade7;
}
ul.submenu li ul{
	background:#dcdcdc;
}
ul.submenu li li a{
	text-decoration:none;
	display:block;
	color:#3c3c3c;
	font-size:13px;
	border-bottom:0;
	padding:5% 0 5% 10%;
	
}
ul.submenu li li a:hover{
	border-bottom:0;
}
ul.submenus li ul{
	background:#e2e2e2 !important;
}


/**/

.slide-responsive{ display:none; overflow:hidden;}

/* "mega menu" */

.box-menu-480{
	margin:10px;
	width:480px;
}
.box-menu-480 h2{
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	margin:10px 0;
	width:100%;
	float:left;
}
.box-menu-480 {
	float:left !important;
	width:480px !important;
}
.lista-menu-foto figcaption{
	width:480px !important;
	padding:5px 0 !important;
	float:left;
	border-bottom:1px solid rgba(255, 255, 255, 0.3);
}
.lista-menu-foto figcaption:hover{ background:#53a3e6;}
.lista-menu-foto figcaption a{ border:none !important; margin:0 !important; padding:0 !important;}
.lista-menu-foto figcaption figure{
	width:50px !important;
	float:left !important;
}
.lista-menu-foto figcaption figure img{
	width:100% !important;
	height:auto !important;
}
.lista-menu-foto figcaption h2{
	width:86% !important;
	float: right !important;
	font-weight:normal !important;
	font-size:16px !important;
	text-transform:none !important;
}



/**/

/* ==========================================================================
   Media Queries
   ========================================================================== */
/* Estilos para dispositivos de tipo ipad en formato portrait */
@media only screen and (max-width: 768px) {
	.desaparecer{
		display: none !important;
	}
	.aparecer{
		display: block !important;
	}
	.slide-responsive{ display:block; width:100%; margin-top:90px;}
	.slide-responsive figure{ float:left;}
	.slide-responsive figure img{ width:100%; height:auto;}
	.categoria h4{ font-size:13px;}
	
	.box-contac{ width:94%; margin-bottom:10px;}
	.info-prod p{ width:96%;}
	.box-cat{ top:10px; bottom:auto !important;}
	.w-45{ width:100%;}
	nav#menu-foot{ width:96%;}
	nav#menu-foot ul li{ font-size:13px; line-height:22px;}
	.last-foot p{ font-size:13px;}
	.big-title h2 {font-size:18px; font-weight:normal; padding:0;}
	.h-150{ min-height:80px;}
	.box-linea-directa h2{ font-size:18px; line-height:26px;}


	.wrap{
		width: 100%;
	}
	.cd-dropdown-trigger{
		display: block !important;
		top: 10px;
	}
	header #logo {
		width: 200px;
		margin-left: 5px;
	}
	.contenedor-caption{
		width: 95% !important;
		margin-left: 0% !important;
		margin-right: 5% !important;
		background: rgba(5,90,158,0.8) !important;
	}
	.contenedor-caption h1{
		font-size: 3rem !important;
	}
	.contenedor-caption p{
		display: none !important;
	}
	.theme-default .nivoSlider{
		min-height: 0 !important;
	}
	#menu-footer{
		display: none;
	}
	#datos-footer{
		width: 96%;
	}
	.newsletter{
		width: 96%;
	}
	footer{
		background: #fff;
	}
	.fb-like {
		width: 96%;
		margin: 2%;
	}
	.like-fb{
		display: none;
	}
	#datos-footer ul li{
		text-align: center;
	}
	.cont-4 a {
		width: 45%;
	}	
	.navegacion nav{
		display: none;
	}
	.asociados a{
		width: 45%;
	}
	.navegacion{
		width: 90% !important;
		padding: 5%;
		margin: -40px 0 20px 0;
  	}
  	.cont-5 a{
		width: 45%  !important;
  	}
	form.contacto div label{
		width: 100%;
	}
	form.contacto div label{
		width: 100%;
	}
	form select{
		width: 100%;
	}
	form input[type="text"] {
		width: 97%;
	}
	.euro strong{
		font-size: 25px;
	}
	.hora div p{
		font-size: 1.2rem;
	}
	.w-33-3{
		width:100%;
	}
}
/* Estilos para smartphones tipo iphone */
@media only screen and (max-width: 640px) {
	.contenedor section{
		width: 100%;
		display: block;
	}
	.iframe-buscador, .bnr-135x164px{
		display: none;
	}
	.contenedor aside{
		width: 100%;
		margin: 0;
  	}
/*	.contenedor-caption{
		top: 50% !important;
  		position: absolute;
	}
	.contenedor-caption h1{
		font-size: 3rem !important;
		text-shadow: 0px 2px 5px rgba(0,0,0,0.5);
		font-weight:700 !important;	
		padding-bottom:10px;	
	}  
	.nivoSlider img {
		height: 100% !important;
		width: auto !important;
		height: 420px !important;
		margin-left: -150%;
	}
	.nivo-caption{
		bottom: 0px;
		top:auto;
	}
	.nivo-controlNav{
		display:none;
	}*/
	.cont-4 a{
		width: 96%;
	}	
	.cont-quienes-somos figure{
		width: 100% !important;
		margin: 0 !important;
	}
	.asociados a{
		width: 96%;
		min-height: 0;
	}
	.buscar-rubro form select {
		float: left;
		height: 50px;
		width: 200px;
	}	
  	.cont-5 a{
		width: 96% !important;
  	}
	form textarea{
		width: 95%;
		padding:2%;  
	}
	.euro-hora div, .euro-hora div{
		width: 92%;
		height: auto;
		overflow: hidden;
	}
	.btn-slide{
		display: block !important;
		margin-top: 10px;
		font-size: 1.0rem !important;
	}
	.banner h4{
		top: 20%;
		padding: 0;
		margin-left: 25px;
		width: auto;
	}
	.banner p{
		display: none;
	}
	.mid-banner a{
		top: 52%;
		left: 95px;
	}
	.mid-banner p{
		display:none;
	}
	.hack-txt{
		top:35% !important;
	}
	.producto{
		width: 94%;
		margin: 2%;
		min-height: 420px;
	}
	.producto img{
		width: 90%;
		float: left;
		padding: 5%;
	}
	.cont-us div{
		width:100%;
		float:left;
		text-align:center;
	}
	.cont-us a{
		font-size:1.6rem;
	}
	.cont-us p{
		font-size:1.6rem;
	}
	.hack-mid{
		width:100% !important;
		margin:1% !important;
	}
	.big-title{
		padding:0 10px;
		width: 93%;
	}
	.big-title h3{
		font-size:2.2rem;
	}
	.crumbreed a{
		font-size:1.2rem;
	}
	.categoria h4{
		top:60px;
	}
	.categoria a{
		bottom: 20%;
		left: 14%;
		display: block;
	}
	.n-m{
		margin:1% !important;
	}
	.info-prod{
		padding:10px;
	}
	.noticia{
		 width: 84%;
  		margin: 2%;
	}
	#contact-wrapper-c{
		float:left;
	}
	#contact-wrapper-c label {
	  display: block;
	  float: left;
	  font-size: 14px;
	  font-family: 'Open Sans', sans-serif;
	  margin: 5px 10px;
	  text-align: left;
	  width: auto;
	}
	form#contactform-c input {
		float: left !important;
		padding: 0 10px;
		margin: 20px 0px 12px 10px;
		width: 85%;
	}
	form#contactform-c textarea {
		padding: 8px;
		margin: 8px 10px 0 0;
		width: 86%;
		float: left !important;
		margin-left: 10px;
	}
	.buscador{
		display:none;
	}
	.carro{
		display:none;
	}
	.w-25{
		width:48%;
	}
	.w-33-3{
		width:100%  !important;
	}
	.categoria p{
		display:none;
	}
	.producto p{
		display:none;
	}
	.producto h4{
		width:auto;
		font-size:2rem;
	}
	.agregar-carro{
	}
	/*.etiqueta-nuevo{
		font-size: 12px;
		padding: 8px;
	}
	.etiqueta-oferta{
		font-size: 12px;
		padding: 8px;
	}*/
	.genero h4{
		font-size: 26px;
		top: 40px;
		color: #fff;
		text-shadow: 1px 1px 2px #363636;
	}
	.genero{
		height: 150px;
		overflow: hidden;
	}
	.genero a{
		font-size: 10px;
		left: 12%;
		bottom: 12%;
	}
	.genero img{
		opacity: 0.8;
		width: 170%;
		margin-left: -40px !important;
	}
	.w-50{
		width:100%;
	}
	.ficha{
		margin: 4%;
		margin-top: 10%;
	}
	.ficha figcaption h4{
		font-size: 2.5rem;
		line-height: 3rem;
	}
	.big-btn{
		  width: 80%;
		  text-align: center;
	}
	#example3{
		display:none !important;
	}
	.mobile-slide{
		display:block;
	}
	.share-new {
	  text-align: center;
	}
	a.wh{
		display: inline-block;
	}
	.share-new{
		text-align: center;
	}
	.share-new a{
		width: 12%;
		margin: 0;
		text-align: center;
	}
	.share-new a span{
		display: none;
	}
	nav#menu-foot {
		  padding-left: 5px;
	}
	nav#menu-foot ul li a{
		border-right:inherit;
	}
	.last-foot{
		text-align: center;
		width: 90%;
		padding: 5%;
	}
	.last-foot img{
		padding-left:82px;
	}
	.last-foot a img{
	  margin-right: 145px;
 	 margin-top: 20px;
	}
	.txt-grey{
		padding-bottom: 150px;
	}
	.s-col{
		width: 47%;
		margin: 1%;
	}
	.b-ban h4{
		font-size:2.4rem;
	}
	.dir{
		width:90%;
	}
	.cd-dropdown-wrapper {
		display: inline-block !important;
	}
	.cd-dropdown-trigger{
		display: block !important;
		top: 10px;
	}
	.cont-cat {
    	width: 48%;
	}
	.info-head{
		display: none;
	}
	.hack-info {
    	margin-top: -60px;
	}
	.w-30{
		width:100%;
	}
	.w-29 {
		width: 95%;
	}
	.w-31 {
		width: 98%;
	}
	#carro-wrapper-c{
		float:left;
	}
	#carro-wrapper-c label {
	  display: block;
	  float: left;
	  font-size: 14px;
	  font-family: 'Open Sans', sans-serif;
	  margin: 5px 10px;
	  text-align: left;
	  width: auto;
	}
	form#carroform-c input {
		float: left !important;
		padding: 0 10px;
		margin: 8px 0px 12px 10px;
		width: 90%;
	}
	form#carroform-c textarea {
		padding: 8px;
		margin: 8px 10px 0 0;
		width: 86%;
		float: left !important;
		margin-left: 10px;
	}
	form#carroform-c select{
		float: left !important;
		margin: 8px 11px;
		width: 92%;
	}
	.btn-carro{
		float: right !important;
    	margin: 0 12px !important;
	}
	.imagen-carro{
		    width: 20%;
    margin: 0 8px 0 20px;
	}
	.texto-carro{
		width: 65%;
		margin: 0 10px;
		min-height: 60px;
		margin-bottom: 10px;
	}
	.texto-carro a{
	    font-size: 2rem;
    line-height: 22px;
	}
	.select-carro{
		width: 21%;
    	margin: 9px;
	}
	.select-carro select{
		width:100%;
	}
	.texto-carro-dos{
		width: 40%;
    	margin: 0;
	}
	.texto-carro-dos p{
		    font-size: 2rem;
    padding: 28px 20px;
	}
	.eliminar-carro{
		width: 12%;
		text-align: center;
		margin: 28px 0;
		float: left;
	}
	
	#carro-wrapper-c h4{
		padding:15px;
		font-size: 1.6rem;
	}
	#carro-wrapper-c div{
		padding:8px;
	}
	.title-carro {
    	font-size: 2.2rem;
		padding:10px 12px;
	}
	.texto-carro-tres{
		width:60%;
	}
	.col1-tab-resp {
		width: 36%;
	}
}
