@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: #f6f6f6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
section{
	margin-bottom:20px;
	margin-bottom: 20px;
    max-width: 1300px;
    margin: 0 auto 0px 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-85{
	width: 85% !important;
}
.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-30{
	width: 30%;
}
.w-25{
	width: 25%;
}
.w-20{
	width: 20%;
}
.p-1{
	padding: 1%;
}
.p-2{
	padding: 2%;
}
.m-1{
	margin:1% !important;
}
.m-2{
	margin:2% !important;
}
.mr-2{
	margin-right: -36px;
}
figure img{
	width: 100%;
	display: block;
}
/* wrap */
.wrap{
	max-width:1200px;
	margin: auto;
}
/*header*/
header{
	width: 100%;
	min-height: 0px;
	float: left;
	background: #fff;
	padding-bottom: 10px;
	z-index: 20;
	position: relative;
}
header #logo{
	width: 20%;
    float: left;
    padding: 0;
    margin: 20px 0;
}
header #logo img{
	width:100%;
}
header nav#menu-principal{
	width: 54%;
	float: right;
	text-align: left;
	margin-top: 2%;
}
.banner{
	width:95%;
	float:left;
	background:#fff;
	border-bottom: 8px solid #ccc;
}
.banner img{
	width: 100%;
	float: left;
}
.banner figure{
	float: left;
    padding: 12px;
    font-size: 30px;
    border-right: 1px solid #ccc;
}
.banner figure i{
	color:#009a85;
}
.banner article{
	float: left;
    width: 88%;
}
.banner article p{
	float: left;
    color: #009a85;
    padding: 2px 25px;
    font-weight: 300;
    font-size: 1.4rem;
    margin-bottom: 0;
}
.banner article p strong{
	float: left;
    color: #4c4c4c;
    padding: 0px 0px;
    font-weight: 800;
    font-size: 1.6rem;
}
.banner h4{
	float: left;
	color: #333;
	padding: 10px 30px;
	font-weight: 700;
	font-size: 3rem;
	font-family: 'Ubuntu', sans-serif;
	width: 92%;
}
.banner a{
	background: #fff !important;
    border-bottom: 3px solid #fff;
    display: inline-block;
    margin: 0;
    padding: 12px;
    border-radius: 12px;
}
.banner a:hover{
	background: #f2f2f2 !important;
}

.mid-banner{
	width:100%;
	float:left;
	border-bottom: 8px solid #ccc;
	background:#fff;
}
.mid-banner img{
	width: 100%;
	float: left;
}
.mid-banner h3{
	float: left;
    color: #333;
    padding: 15px;
    font-weight: 700;
    font-size: 2.5rem;
    font-family: 'Ubuntu', sans-serif;
    text-align: left;
	width: 92%;
}
.mid-banner p{
	float: left;
    color: #333;
    padding:0 15px;
    font-weight: 300;
    font-size: 1.6rem;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    width: 92%;
}
.mid-banner a{
	float: left;
	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: 330px;
}
.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;
	padding: 15px;
	color: #333333;
	font-size: 2.2rem;
	width: 88%;
}
.producto p{
	display: block;
	float: left;
	/* text-align: center; */
	padding: 0 15px;
	font-weight: 700;
	color: #999 !important;
	width: inherit;
	font-size:2rem;
}
.producto a{
	overflow: hidden;
	width: 100%;
	max-height: 208px;	
}
.agregar-carro {
  width: auto !important;
  text-align: center;
  float: right !important;
  color: #fff;
  background: darkseagreen;
  border: 1px solid #04a6a7;
  padding: 8px 10px;
  margin-right: 5%;
  position: absolute;
  bottom: 3%;
  right: 0;
  z-index: 11;
  border:2px solid #fff;
}
.agregar-carro: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: 6% 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:100%;
}
.big-title h2{
	color: #fff;
	font-weight: 300;
	padding: 18px 0 0 30px;
	display: inline-block;
	width:auto;
	font-size:4rem;
}
.big-title h3{
	color: #333;
	font-weight: 300;
	padding: 10px 0 0 10px;
	display: inline-block;
	width:auto;
}
.crumbreed{
	  width: auto;
  float: left;
  display: inline-block;
  padding: 32px 35px;
  color: #ccc;
}
.crumbreed a{
	color: #333;
	padding: 0 5px;
}
.crumbreed a:hover{
	color: #ccc;
	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:#0078b2;
}
.blue-dos{
	background:#0f5070;
}
.blue-tres{
	background:#0a3a51;
}

.cont-us{
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
	padding:20px 0;
	color: #333;
}
.cont-us a{
	color: #333;
	float: left;
	padding: 10px 5px;
	display: inline-block;
	width: auto;
}
.cont-us p{
	color: #333;
	float: left;
	display: inline-block;
	width: auto;
	padding-top:6px;
	margin-left: 30px;
	margin-bottom: 0;
}
.last-foot{
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 0;
  color: #333;
}
.last-foot p{
	text-align: center;
    width: 100%;
    color: #999;
    margin: 10px;
    font-size: 13px;
}
.last-foot a{
	float: right;
	display: block;
	width: 40%;
}
.last-foot a img{
	float: right;
}
.last-foot img{
  float: left;
  display: block;
}

.categoria{
	width: 100%;
	display: block;
	position: relative;
	float: left;
}
.categoria img{
	width:100%;
	float:left;
}
.categoria h4{
	display: block;
	float: left;
	top: 160px;
	color: #fff;
	position: absolute;
	font-weight: 700;
	text-align: center;
}
.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;
}
.info-prod h5{
	padding:15px 0;
	font-size:3rem;
	color:#999;
}
.info-prod h4{
	padding:10px 0;
	font-size: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;
	margin-bottom: 20px;
}
.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: #009a85;
	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;
	top: 39.6%;
	left: 10px;
	background: #ee621e;
	padding: 10px;
	color: #fff;
}

nav#menu-foot{
	width: auto;
    overflow: hidden;
    margin: 0 auto;
    /* margin-top: 20px; */
    float: right;
    text-align: right !important;
}
nav#menu-foot ul{
	overflow:hidden;
}
nav#menu-foot ul li{
	float:left;
	display:block;
	margin:0 0px;
	overflow:hidden;
	padding-right: 15px;
	color: #333;
}
nav#menu-foot ul li i{
	color:#009a85;
}
nav#menu-foot ul li a{
	padding: 5px 18px;
	display: block;
	float: left;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	/* text-transform: uppercase; */
	font-family: 'Open Sans', sans-serif;
	border-right: 1px solid #ccc;
}
nav#menu-foot ul li a:hover{
	/*background-color: #FFF;*/
	color:#999;
}

/* 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: left !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: #047466 !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;
	position:relative;
	float:left;
}
.top-banner h2{
	position: absolute;
    color: #fff;
    top: 70px;
    left: 40px;
    width: auto;
    font-size: 4rem;
}
.top-banner p{
	position: absolute;
    color: #fff;
    top: 130px;
    left: 40px;
    width: 30%;
    font-size: 2rem;
}
.top-banner img{
	width:100%;
	height:auto;
	text-align:center;
}
.top-banner-dos{
	width:100%;
	height:auto;
	position:relative;
	float:left;
}
.top-banner-dos h2{
	position: absolute;
    color: #fff;
    top: 30px;
    left: 50px;
    width: auto;
    font-size: 4rem;
}
.top-banner-dos p{
	position: absolute;
    color: #fff;
    top: 130px;
    left: 40px;
    width: 30%;
    font-size: 2rem;
}
.top-banner-dos img{
	width:100%;
	height:auto;
	text-align:center;
}
.grey{
	background:#f3f3f3;
}
.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: 10px 0;
	font-size: 1.6rem;
	line-height: 3rem;
}
.info-prod li{
	background-image: url(sqpurple.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 18px;
}
.info-c{
}
.info-c p{
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}
.buscador{
	width: 30%;
	float: left;
	margin: 35px 25px;
}
.buscador-rap {
  float: left;
}
.buscador-rap input {
    float: left;
  width: 230px !important;
  padding: 10px;
  color: #fff;
  border: 1px solid #ccc;
  /* border-bottom: 1px solid #535353 !important; */
  background: #ccc;
  margin-left: 10px;
  margin-top: 7px;
  height: 35px;
}
.buscador-rap input[type="text"]::-webkit-input-placeholder{
	color: white;
}
.buscador-rap a {
  float: left;
  /* margin-left: 5px; */
  border: 0;
  padding: 19px;
  background-color: #666;
  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: right;
	display: inline-block;
	width: 65%;
}
.ficha figcaption h4{
	font-size: 4rem;
  font-weight: 100;
  line-height: 4.5rem;
}
.ficha p{
	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: 90%;
	float: left;
	margin: 10px 0;
	padding: 5px 30px;
	background-color: #333;
	color: #fff;
}
.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: right;
	margin-top: 20px;
}
.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.wh{
	background: #71c03e;
	display: none;
}
.info-head{
	color: #fff;
	padding: 8px 0;
	font-size: 1.2rem;
	float: right !important;
	margin-bottom: 0;
	text-align: right;
}
.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 */


}
.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;
}
.cont-foot-slide{
	border-bottom: 4px solid #d6d6d6;
    display: table;
    padding: 15px 0;
    background: #fff;
}
.cont-foot-slide a{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 1.3rem;
	display: block;
	float: left;
	padding: 15px 20px;
	width: auto;
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
	cursor: pointer;
	margin: 0;
	border-bottom: 4px solid #049a88;
	background: #04bba5;
	border-radius: 12px;
	text-transform:uppercase;
}
.cont-foot-slide a:hover{
	transition: 0.3s; 
	opacity:0.6;
}
.cont-foot-slide h4{
	padding:10px 0;
}
.white{
	background:#fff;
}
.trabajador{
}
.trabajador h3{
	margin-bottom:0;
}
.trabajador p{
	color:#11a18d;
}
.tit-c{
	background: #0f3843;
    color: #fff;
    float: left;
    padding: 20px;
    max-width: 93%;
    width: 93%;
}
.list{
	margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    color: #047466;
}

/* ==========================================================================
   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;
	}
	.wrap{
		width: 100%;
	}
	.cd-dropdown-trigger{
		display: block;
		top: 25px;
	}
	header #logo {
		width: 180px;
		margin-left: 15px;
	}
	.contenedor-caption{
		width: 80% !important;
		margin-left: 0% !important;
		margin-right: 5% !important;
		background: rgba(15,56,67,0.5) !important;
		padding: 10% !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: 40% !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: 450px !important;
	  margin-left: -200%;
	}
	.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{
		
	}
	.hack-txt{
		top:35% !important;
	}
	.producto{
		width: 96%;
		margin: 1.8%;
		min-height: 400px;
	}
	.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%;
	}
	.noticia p{
		display:none;
	}
	#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{
		left:10px;
	}
	/*.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%;
	}
	#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: 15%;
		margin: 0;
		text-align: center;
	}
	.share-new a span{
		display: none;
	}
	nav#menu-foot {
		padding-left: 25px;
		text-align: left !important;
	}
	nav#menu-foot ul li a{
		border-right:inherit;
	}
	.last-foot{
		text-align: center;
	}
	.last-foot img{
		padding-left:10px;
	}
	.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%;
	}
	.w-60 {
		width: 95%;
	}
	.cont-foot-slide h4 {
    	padding: 10px 15px;
	}
	.cont-foot-slide a{
	    margin-right: 120px;
	}
	.w-30 {
		width: 92%;
	}
	.mid-banner{
		margin:2%;
	}
	.banner{
		margin-right: 10px !important;
		float: right;
		width: 96%;
	}
	.banner a {
		float:left;
		width:93%;
	}
	.banner article {
		width: 73% !important;
	}
	.last-foot p{
		width: 90%;
		float: left;
	}
	.cont-us{
		width:90%;
	}
	.top-banner h2{
		top: 12px;
	}
	.top-banner p{
		display:none;
	}
	.top-banner-dos h2{
		display:none;
	}
			
}
