@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: #eeeeee;
	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 20px auto;
}
article{
	overflow: hidden;
}
/*Textos*/
a {
	font-size: 1em;
	color: #297cc3;
	transition:0.3s;
	text-decoration: none;
}
a:hover {
	color: #bbc737;
	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;
}

.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;
}
.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-30{
	width: 30%;
}
.w-25{
	width: 25%;
}
.w-20{
	width: 20%;
}
.p-1{
	padding: 1%;
}
.p-2{
	padding: 2%;
}
.m-1{
	margin:1%;
}
.m-2{
	margin:2%;
}
.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: 270px;
	float: left;
	padding: 0;
	margin: 10px;
}
header #logo img{
	width:100%;
}
header nav#menu-principal{
	width: 75%;
	float: right;
	text-align: right;
	margin-bottom: 0px;
	margin-top: 35px;
}
.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%;
}
.producto{
	width:100%;
	background:#fff;
	border:1px solid #ccc;
	text-align:center;
	display: inline-block;
}
.producto img{
	width:100%;
	float:left;
}
.producto h4{
	display: block;
	float: left;
	padding-top: 20px;
	color:#333333;
}
.producto p{
	display: block;
	float: left;
	text-align: center;
	padding: 5px 0;
	font-weight: 700;
	color: #999 !important;
	width:inherit;
}
.big-title{
	float:left;
	width:100%;
}
.big-title h3{
	color: #fff;
	font-weight: 700;
	padding: 20px 0;
	display: inline-block;
	width:auto;
}
.crumbreed{
	width: auto;
	float: right;
	display: inline-block;
	padding: 30px 20px;
	color:#fff;
}
.crumbreed a{
	color: #fff;
	padding: 0 5px;
}
.purple{
	background:#9584c1;
}
.orange{
	background:#d98e4c;
}
.green{
	background:#b2bc56;
}
.black{
	background:#333;
}
.cont-us{
	max-width:590px;
	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{
	color: #fff;
	float: left;
	display: inline-block;
	width: auto;
	padding-top:6px;
	margin-left: 30px;
	margin-bottom: 0;
}
.last-foot{
	max-width:590px;
	margin:0 auto;
	overflow:hidden;
	padding:20px 0;
	color:#333;
	text-align:center;
}
.last-foot p{
	text-align:center;
}

.categoria{
	width: 100%;
	display: block;
	position: relative;
	float: left;
}
.categoria img{
	width:100%;
	float:left;
}
.categoria h4{
	display: block;
	float: left;
	top: 70px;
	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: 38%;
}
.categoria a{
	position: absolute;
	bottom: 25%;
	padding: 10px;
	background: #fff;
	color: #333;
	border-radius: 10px;
	display: block;
	left: 33%;
	transition:0.7s;
}
.categoria 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{
	float: left;
	width: 100%;
	display: block;
}
.selector label{
	display: block;
	float: left;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	margin: 30px 0 10px 0;
	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;
}
.noticia img{
	width:100%;
	display:block;
	float:left;
}
.noticia h4{
	color:#b2bc56;
	padding:10px 0;
	float:left;
	margin-bottom:0;
	font-size: 2.2rem;
}
.noticia p strong{
	color: #d98e4c;
	float: left;
	margin-bottom: 0;
	font-size: 1.3rem;
	font-weight: 400;
	font-style: italic;
}
.noticia p{
	color:#333;
	padding:5px 0;
	float:left;
	margin-bottom:0;
	font-size: 1.4rem;
}
/* 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:30px 0 10px 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: 20px 10px 0 0;
	transition-duration: 0.3s;
	width: 395px;
}

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:0 5px;
	margin:28px 10px 0 0;
	transition-duration: 0.3s;
	width:415px;
	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: left !important;
	height:40px;
	padding:5px;
	margin:20px 10px 0 0;
	transition-duration: 0.3s;
	width:426px;
}

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: #564484 !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:#7054b5 !important;
	text-decoration:none !important;
	transition-duration: 0.3s !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;
	}
	.wrap{
		width: 100%;
	}
	.cd-dropdown-trigger{
		display: block;
	}
	header #logo {
		width: 120px;
	}
	.contenedor-caption{
		width: 90% !important;
		margin-left: 5% !important;
		margin-right: 5% !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;
	}
}
/* 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{
		margin-top:0% !important;
		position:absolute;
		bottom:0;
	}
	.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: -160%;
	}
	.nivo-caption{
		bottom: 35px;
		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:none;
	}
	.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: 95%;
		margin: 1.8%;
	}
	.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:48% !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%;
	}
	.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;
	}
}