@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);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,300,900);

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-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{
	list-style: none;
}

ul.lista li{
	line-height: 18px;
	color:#fff;
	font-size:14px;
}
ul.lista li h2{
	font-weight:bold;
	margin:0;
}
footer{
	width:100%;
	background: #1a6830 url(../imagenes/bg-foot.jpg) bottom center;
}

footer span{ color:#fff; font-family: "Open Sans",sans-serif !important; font-size:15px; width:auto; margin-top:15px;}

.txt-h5{
	color:#1d8a3b;
	font-family: 'Lato', sans-serif;
	font-size:30px;
	float:left;
	text-align:center;
	width:100%;
}
.p-h5{
	float:left !important;
	width:80% !important;
	padding:0 10%;
	text-align:center !important;
}

.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;
}

.font-white{ color:#fff !important;}

.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-48{width: 48%;}
.w-45{width: 45%;}
.w-40{width: 40%;}
.w-35{width: 35%;}
.w-33-3{width: 33.3339% /*33.3%*/;}
.w-33{width: 33.33%;}
.w-30{width: 30%;}
.w-25{width: 25%;}
.w-20{width: 20%;}

.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%;}

.p-1{padding: 1%;}
.p-2{padding: 2%;}
.p-3{padding: 3%;}
.p-4{padding: 4%;}
.p-5{padding: 5%;}
.p-6{padding: 6%;}
.p-7{padding: 7%;}

.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{
/*	background: #ffffff url(../imagenes/bg-degra.jpg) top center no-repeat;*/
	border-top: 5px solid #49b166;
	background:#fff;
	width: 100%;
	min-height: 0px;
	float: left;
	z-index: 20;
	position: relative;
}
header #logo{
/*	width: 30%;*/
	float: left;
	padding: 0;
	margin:10px 0;
}
header #logo img{
	width:100%;
}

header nav#menu-principal{
	width: auto;
	float: right;
	text-align: right;
	margin:15px 0;
}

#slide{ float:left;}

.bg-01{ background: #dadada url(../imagenes/bg-izq.jpg) top right no-repeat;}

.bg-not-1{ background:#fff; border-bottom:10px solid #eaeaea;}
.bg-not-2{ background:#f4f4f4; border-bottom:10px solid #e2e0e0;}

.links-int{ float:left; width:100%;}
.links-int ul{ list-style:none;}
.links-int li{ border-bottom:1px solid #CCC; padding:10px 0;}
.links-int li a{ color:#3c3c3c; text-decoration:none; font-size:14px;}
.links-int li i{ color: #3c3c3c !important; font-size:13px; padding-right:5px;}
.links-int li a:hover{ color:#49b166; text-decoration:underline;}

.titulo-line
{
	width:100%;
	margin:20px 0;
}

.ver-todas
{
	color:#3c3c3c;
	font-size:13px;
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	margin:10px 0 0 0;
}

.ver-todas:hover
{
	color:#3c3c3c;
	text-decoration:underline;
}

.contenedor-partners
{
	margin:1% 0;
	min-height:100px;
	text-align:center;
}

.contenedor-partners h2{
  font-weight: 300;
  font-family: 'Lato', sans-serif;
  color:#0e3b8c;
  font-size:30px;
  width:auto;
  margin:0;
}

.contenedor-partners figure{
	text-align:center;
	display:inline-block;
}
.contenedor-cenefa
{
	min-height:10px;
}

.contenedor-cenefa h2{
  font-weight: 300;
  font-family: 'Lato', sans-serif;
  color:#fff;
  font-size:50px;
  width:45%;
  margin:0;
}
.contenedor-cenefa h3{
  font-weight: 600;
  font-family: 'Lato', sans-serif;
  color:#fff;
  font-size:22px;
  width:45%;
  line-height:22px;
  margin:0;
}

.contenedor-cenefa p{
  font-weight: normal;
  font-family: 'Lato', sans-serif;
  color:#fff;
  font-size:16px;
  width:45%;
  line-height:22px;
  margin:0;
}

.titulo-bb
{
	background:url(../imagenes/bg-tit-bb.jpg) left  bottom no-repeat;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
	color:#3c3c3c;
	font-size:50px;
	width:100%;
	margin:0;
	padding-bottom:30px;
}

.parrafo{}
.parrafo p
{
	line-height:24px;
	width:100%;
	font-weight:14px;
	font-weight:400;
	color:#595959;
}

.box-destacado
{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1c893b+0,09501e+100 */
background: #1c893b; /* Old browsers */
background: -moz-linear-gradient(top, #1c893b 0%, #09501e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c893b), color-stop(100%,#09501e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #1c893b 0%,#09501e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #1c893b 0%,#09501e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #1c893b 0%,#09501e 100%); /* IE10+ */
background: linear-gradient(to bottom, #1c893b 0%,#09501e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c893b', endColorstr='#09501e',GradientType=0 ); /* IE6-9 */
}

.box-destacado h2
{
	font-weight: 600;
	font-family: 'Lato', sans-serif;
	color:#fff;
	font-size:28px;
	line-height:32px;
	margin:0;
	padding:0 10%;
	width:80%;
}

.box-destacado p
{
	line-height:24px;
	font-weight:14px;
	font-weight:400;
	color:#fff;
	padding:0 10%;
	width:80%;
}

.box-destacado a
{
	color:#fff;
	padding:10px 20px;
	text-decoration:none;
	display:inline;
	margin:0 10%;
	border:1px solid #fff;
	
	-webkit-border-radius: 25px;
	border-radius: 25px;	
}

.box-destacado a:hover
{
	background:#00507e;
}

.box-team
{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dbdbdb+0,f4f4f4+100 */
background: #dbdbdb; /* Old browsers */
background: -moz-linear-gradient(top, #dbdbdb 0%, #f4f4f4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbdbdb), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #dbdbdb 0%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #dbdbdb 0%,#f4f4f4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #dbdbdb 0%,#f4f4f4 100%); /* IE10+ */
background: linear-gradient(to bottom, #dbdbdb 0%,#f4f4f4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
}

.box-team article
{
	display:inline;
	float:left;
	width:18%;
	margin:2% 3.3%;
	text-align:center;
}

.box-team article figure
{
	margin-bottom:10%;
}
.box-team article h3
{
	font-size:16px;
	font-weight:600;
	float:left;
	width:100%;
}
.box-team article span
{
	font-size:14px;
	font-weight:500;
	width:100%;
	line-height:18px;
	float:left;
	color:#595959;
}
.box-team article a
{
	font-size:13px;
	font-weight:400;
	width:100%;
	float:left;
	line-height:22px;
}
.box-team article a:hover
{
	color:#297cc3;
	text-decoration:underline;

}

.img-resp{}
.img-resp img{ width:100%; height:auto;}

/* Video responsive */

.video-responsive {
    position: relative;
    margin-bottom: 20px;
    padding-top: 56.25%;
}
.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-qs{ background: #0e628b url(../imagenes/bg-qs.jpg) top center no-repeat;}
.bg-cruceros{ background: #0e628b url(../imagenes/bg-cruceros.jpg) top center no-repeat;}
.bg-hoteles{ background: #0e628b url(../imagenes/bg-hoteles.jpg) top center no-repeat;}
.bg-apartaments{ background: #0e628b url(../imagenes/bg-apartaments.jpg) top center no-repeat;}
.bg-lineas-aereas{ background: #0e628b url(../imagenes/bg-lineas-aereas.jpg) top center no-repeat;}
.bg-rent-a-car{ background: #0e628b url(../imagenes/bg-rent-a-car.jpg) top center no-repeat;}


.hover-imagen{transition:0.3s;}
.hover-imagen:hover{opacity: 0.7; filter: alpha(opacity=70); /* For IE8 and earlier */ transition:0.3s;}

.contenedor-noticias
{
	background:url(../imagenes/bg-noticias.jpg) repeat-x;
	margin:1% 0;
}

.contenedor-noticias h2{
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  color:#3c3c3c;
  font-size:30px;
  width:auto;
  margin:0;
}

.contenedor-noticias article
{
	float:left;
	width:33.33%;
	padding-bottom:3%;
	min-height:380px;
}

.contenedor-noticias article h2, p, span
{
	width:80%;
}

.contenedor-noticias article figure{ margin-bottom:5%;}
.contenedor-noticias article h2
{
	color:#000;
  	font-weight: 500;
  	font-family: 'Lato', sans-serif;
	font-size:16px;
	line-height:22px;
	margin:5px 0;
	padding:0 10%;
}

.contenedor-noticias article span
{
	color:#49b166;
  	font-weight: 600;
  	font-family: 'Lato', sans-serif;
	font-size:14px;
	line-height:22px;
	margin:5px 0;	
	padding:0 10%;
}

.contenedor-noticias article p
{
	color:#595959;
  	font-weight: 400;
  	font-family: 'Lato', sans-serif;
	font-size:14px;
	line-height:22px;
	margin:5px 0;	
	padding:0 10%;
}


form.contacto{
	float: right;
	margin: 4% 10%;
    width: 80%;
}
form.contacto input[type="text"]{
 background: #FFF;
  border: 1px solid #d1d1d1;
  color: #333;
  -webkit-border-radius: 3px;
  border-radius: 0px;
  display: block;
  float: left !important;
  height: 35px;
  padding: 0 0 0 2%;
  margin: 2% 2% 2% 0;
  transition-duration: 0.3s;
  width: 95%;
  border-radius: 5px;
}
form.contacto select{
 background: #FFF;
  border: 1px solid #d1d1d1;
  color: #333;
  -webkit-border-radius: 3px;
  border-radius: 0px;
  display: block;
  float: left !important;
  height: 35px;
  padding: 0 0 0 2%;
  margin: 14px 2% 0px 0;
  transition-duration: 0.3s;
  width: 98%;
  border-radius: 5px;
}
form.contacto input[type="text"]:focus, form.contacto input[type="password"]:focus {
	border: 1px solid #a40634;
	outline: none;
}
form.contacto textarea {
  background: #FFF;
  border: 1px solid #d1d1d1;
  color: #333;
  -webkit-border-radius: 3px;
  border-radius: 0px;
  display: block;
  float: left !important;
  height: 130px;
  padding: 2% 0 0 2%;
  margin: 14px 0 0 0px;
  transition-duration: 0.3s;
  width: 95%;
  border-radius: 5px;
  font-family: Helvetica, Arial, sans-serif;
}
form.contacto label{
	width:100%;
	float:left;
	margin:2% 0;
	font-size:14px;
}
.exito {
text-align: center;
  background: yellowgreen;
  padding: 20px 2%;
  border-radius: 10px;
  margin-bottom: 20px;
  color: #fff;
  width: 93%;
  font-size: 20px;
}

.btn-blue {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	
	display: block;
	float: left;
	padding: 15px 20px;
	width: auto;
	text-decoration: none;
	transition: 0.3s;
	cursor: pointer;
	margin-right: 10px;

	background: #1d78b2;
	border:1px solid #1d78b2;
	border-bottom:4px solid #0e527d;
	border-radius: 5px;
}

.btn-blue:hover{
	background: #0e527d;
	color:#fff;
	border-bottom:4px solid #0b4164;
	border-radius: 5px;
}

.box-descarga
{
	float:left;
	width:90%;
	padding:2.5% 5%;
	margin-bottom:10px;
	background:#fff;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border:1px solid #f08686;
}
.box-descarga:hover
{
	background:#ffe9e9;
	border:1px solid #f08686;
}

.box-descarga h3{ font-size:18px; font-weight:bold; margin:0 0 5px 0; color:#6b6b6b !important;}
.box-descarga p{ font-size:13px; margin:0; line-height:22px; color:#3c3c3c;}

.iframe-responsive {
    position: relative;
    margin-bottom: 20px;
    padding-top: 56.25%;
}
.iframe-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 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.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	transition-duration: 0.3s;
}
.producto img{
	width:100%;
	float:left;
	border-bottom: 1px solid #ccc;
}
.producto p{
	font-size:14px !important;
	line-height:22px;
}
.producto a{
	color:#3c3c3c;
}
.producto a:hover{
	color:#49b166;
	text-decoration:underline;
}

.btn-slide {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	
	display: block;
	float: left;
	padding: 15px 20px;
	width: auto;
	text-decoration: none;
	transition: 0.3s;
	cursor: pointer;
	margin-right: 10px;

	background: #ff5700;
	border-bottom:4px solid #d72e00;
	border-radius: 50px;
}

.btn-slide:hover{
	color:#fff;
	background: #ff5700;
	border-bottom:4px solid #d72e00;
	border-radius: 50px;
}

.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: normal;
	padding: 18px 0 0 30px;
	display: inline-block;
	width:auto;
	font-size:4rem;
}
.big-title h3{
	color: #333;
	font-size:25px;
	font-weight: normal;
	padding:2% 3%;
	margin:0;
	display: inline-block;
	width:auto;
}

ul.lista-datos 
{
	list-style:none;
	float:left;
	margin:0 5% 3% 5%;
	width:90%;
}

ul.lista-datos li
{
	border-bottom:1px solid #454545;
	padding-bottom:4px;
	width:100%;
}

ul.lista-datos li span{color:#2ca735; font-size:13px; margin:0; padding:0; line-height:normal;}
ul.lista-datos li p{ color:#fff; font-size:18px; margin:0; padding:0; line-height:normal;}
ul.lista-datos li h4{ color:#fff; font-size:14px; margin:0; padding:0; line-height:normal;}


/* Menu izq */
ul.menu-izq 
{
	list-style:none;
	float:left;
	width:100%;
}

ul.menu-izq li
{
	border-bottom:1px solid #bfbfbf;
	width:100%;
	float:left;
	margin:0;
}

ul.menu-izq li a
{
	color:#222222;
	display:block;
	float:left;
	font-size:14px;
	padding:2% 5%;
	width:90%;
}

ul.menu-izq li a:hover
{
	background:#1b8823;
	color:#fff;
}

/* Menu navegador */
ul.menu-navegador
{
	list-style:none;
	float:left;
	margin:0 0 1% 0;
	width:100%;
}

ul.menu-navegador li
{
	color:#fff;
	display:inline;
	float:left;
	font-size:13px;
	margin:0;
}

ul.menu-navegador li a{color:#fff; text-decoration:underline;}
ul.menu-navegador li a:hover{color:#a6b5c1;}

ul.menu-navegador li i{color:#6f7b83; margin:0 2px;}

.cenefa-head{ background:#45515a url(../imagenes/bg-cenefa.png) right top;}
.cenefa-head h2
{
	color:#fff;
	font-size:30px;
	font-weight:bold;
	font-family: 'Open Sans Condensed', sans-serif;
	width:100%;
	margin:2% 0 2% 0;
}

.bloque-texto{}
.bloque-texto h2{color:#222222; font-size:24px; line-height:1.4em; font-family: 'Open Sans', sans-serif;}
.bloque-texto p{color:#222222; font-size:13px !important; line-height:1.8em;}


.banner-48{}
.banner-48 a{ transition:0.3s;}
.banner-48 a:hover{opacity:0.6; transition:0.3s;}
.banner-48 img{ width:100%;}

.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:#1b8823;}
.black{background:#0e628b; border-top:1px solid #2177a1;}
.black-dos{background:#0e628b url(../imagenes/bg-degra.jpg) top center no-repeat;}
.grey{background:#d4d4d4;}
.blue{background:#0078b2;}
.blue-dos{background:#0f5070;}
.blue-tres{background:#0a3a51;}

.marcas{ text-align:center; position:relative;}
.marcas img{ display:inline-block;}

.indica{
	width:50%;
	text-align:right;
	float:right;
}
.indica p{ float: right; margin:0; text-align:right; font-size:13px;}


.foot-telefono{color:#fff; font-family: 'Open Sans', sans-serif !important; font-size:15px; border:1px solid rgba(255, 255, 255, 0.3); padding:1%; -webkit-border-radius: 25px; border-radius: 25px;}
.foot-telefono:hover{color:rgba(255, 255, 255, 0.6); border:1px solid #fff;}

.foot-link{color:#fff; background:#222222; font-family: 'Open Sans', sans-serif !important; font-size:15px; border:1px solid rgba(255, 255, 255, 0.3); padding:1%; -webkit-border-radius: 25px; border-radius: 25px; margin:0 1%; text-transform:uppercase;}
.foot-link:hover{color:#fff; background:#333333; font-family: 'Open Sans', sans-serif !important; font-size:15px; border:1px solid rgba(255, 255, 255, 0.3); padding:1%; -webkit-border-radius: 25px; border-radius: 25px;}

.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{
	color: #fff;
	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{
	display: block;
	text-align:center;
	width: 100%;
	color:#fff;
	font-size:12px;
	margin:0;
}
.tw-foot
{
	width:10%;
	float:left;
	margin:0 0.5%;
}

.tw-foot h2{ color:#fff; text-align:left; font-size:17px; font-weight:bold; margin-bottom:5px; width:100%;}
.tw-foot span{ color:#fff; text-align:left; font-size:12px; font-weight:normal; width:100%;}
.tw-foot a{width:100%; float:left; margin-top:10px;}
.tw-foot i{ color:#fff; text-align:left; font-size:20px; width:100%;}


.last-foot a{
}
.last-foot a img{
}
.last-foot img{
  display: block;
  margin:0 auto;
}

.detalle-crucero{}
.detalle-crucero h2{ width:100%; margin:3% 0; float:left; font-size:22px; font-family: 'Lato', sans-serif;}
.detalle-crucero p{ width:100%; font-family: 'Lato', sans-serif;}
.detalle-crucero ul{ width:80%; font-family: 'Lato', sans-serif;}
.detalle-crucero li{ list-style:outside; line-height:22px; font-size:14px; margin-left:20px; border-bottom:1px solid #CCC; padding:10px 0;}


.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;
}
.noticia:hover{
	opacity:0.6;
	transition:0.7s;
}
.noticia img{
	width:100%;
	display:block;
	float:left;
}
.noticia h4{
	color:#333;
	padding:5px 0;
	float:left;
	margin-bottom:0;
	font-size: 18px;
	line-height:22px;
}
.noticia p strong{
	color: #2ca735;
	font-size:13px;
	float: left;
	margin-bottom: 0;
	font-weight: normal;
}
.noticia p{
	color:#4c4c51;
	padding:5px 0;
	float:left;
	margin-bottom:0;
	font-size: 14px;
	line-height:20px;
}
/* Proyecto home */

.proyecto-h{
	width:100%;
	float:left;
	background:#fff;
	margin:1.5% 0;
	position:relative;
	transition:0.7s;
}
.proyecto-h:hover{
	opacity:0.6;
	transition:0.7s;
}
.proyecto-h figure{
	width:40%;
	display:block;
	float:left;
}
.proyecto-h figure img{
	width:100%;
}
.proyecto-h figcaption{
	float:right;
	margin:0 3%;
	width:54%;
}
.proyecto-h figcaption h4{
	color:#333;
	padding:5px 0;
	float:left;
	margin-bottom:0;
	font-size: 18px;
	line-height:22px;
}
.proyecto-h figcaption p strong{
	color: #2ca735;
	font-size:13px;
	float: left;
	margin-bottom: 0;
	font-weight: normal;
}

.proyecto-h figcaption p{
	color:#4c4c51;
	padding:5px 0;
	float:left;
	margin-bottom:0;
	font-size: 14px;
	line-height:20px;
}



.box-cat{
	width: auto;
	position: absolute;
	top: 39.6%;
	left: 10px;
	background: #ee621e;
	padding: 10px;
	color: #fff;
}

nav#menu-foot{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 20px;
}
nav#menu-foot ul{
	overflow:hidden;
}
nav#menu-foot ul li{
	float:left;
	display:block;
	margin:0 0px;
	overflow:hidden;
	padding-right: 15px;
}
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: right !important;
	height: 40px;
	padding: 0 15px 0 15px;
	margin: 10px;
	transition-duration: 0.3s;
	width: 93.6%;
}

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;
}
.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;
}
.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;
}

.slide-responsive{ display:none;}

/* ==========================================================================
   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%;
	}
.slide-responsive{ display:block;}
	.cd-dropdown-trigger{
		display: block;
		top: 62px;
	}
	header #logo {
		/*width: 200px;*/
		margin-left: 15px;
	}
	
	.bg-qs{ background:#1d8a3b;}
	.contenedor-cenefa h2{ width:90%; margin:0 5%;}
	.contenedor-cenefa h3{ width:90%; margin:0 5%;}
	.contenedor-cenefa p{ width:90%; margin:0 5%;}
	.w-48{ width:90%; margin:0 5%;}
	.w-60{ width:90%; margin:0 5%;}
	.w-33{ width:90%; margin:0 5%;}
	.w-33 img{ width:100%; height:auto;}
	.w-20{ width:96%;}
	.titulo-bb{ font-size:30px; font-weight:normal;}
	.cont-1100{ width:95%; margin:0 2.5%;}

	.contenedor-caption{
		width: 95% !important;
		margin-left: 0% !important;
		margin-right: 5% !important;
		background: rgba(255, 255, 255, 0.5);
	}
	.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: #1a6830 url(../imagenes/bg-foot.jpg) bottom center;
	}*/
	footer figure{ width:100%; float:left; margin-bottom:30px;}
	footer figure img{ width:150px; height:auto;}
	ul.lista{ width:100%; float:left; margin:20px 0;}

	.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{
		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:500 !important;	
		padding-bottom:10px;	
	}  
	.nivoSlider img {
	  height: 100% !important;
	  width: auto !important;
	  height: 450px !important;
	  margin-left: -20%;
	}
	.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.5rem !important;
	}
	.contenedor-noticias article{ width:80%; margin:5% 10%; min-height:0;}
	.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: 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%;
	}
	.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;
	}
	nav#menu-foot ul li a{
		border-right:inherit;
	}
	.last-foot{
		text-align: center;
	}
	.last-foot img{
		padding-left:25px;
	}
	.last-foot a img{
	}
	.txt-grey{
		padding-bottom: 150px;
	}
	footer span{ width:100%; text-align:center;}
	.s-col{
		width: 47%;
		margin: 1%;
	}
	.foot-telefono{ width:88%; margin:5%;}

}
