@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');


a:focus{
	text-decoration: none;
}

body{
	background: #fff;
	color: #4B4B4B;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding-top: 120px;
}

header{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 99;
}

header #btn-usuarios{
	display: none;
}

header #btn-menu-top-responsive{
	display: none;
}

header .menu-azul{
	width: 100%;
	background: #0A1A72;
	z-index: 1000;
	-webkit-box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.5);
	padding: 10px 0;
}

header .menu-azul .icono-menu{
	color: #fff;
}

header .menu-azul #logo{
	display: inline-block;
	margin-top: 6px;
	max-width: 150px;
}

header .menu-azul #logo img{
	max-width: 100%;
	height: auto;
}

header .menu-azul .bt-iconos{
	float: right;
	list-style: none;
	position: relative;
	margin-top: 15px;
}

header .menu-azul .bt-iconos li{
	display: inline-block;
}

header .menu-azul .bt-iconos li:first-child{
	border-right: 1px solid #fff;
}

header .menu-azul .bt-iconos li .submenu{	
	display: none;
	width: 180px;
	position: absolute;
	background: rgba(0,0,0,.9);
	right: 0;
	padding: 0px;
	z-index: 1000;
	text-transform: uppercase;
	text-align: center;
}

header .menu-azul .bt-iconos li.subinterno:hover .submenu{
	display: block;
}

header .menu-azul .bt-iconos li .submenu li{
	display: block;
	padding: 0px;
	border-bottom: 1px solid rgba(255,255,255,.5)
}

header .menu-azul .bt-iconos li .submenu li a{
	display: block;
	border: none;
	padding: 8px;
	font-size: 16px;
}

header .menu-azul .bt-iconos li a{
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	padding: 4px 18px;
	display: inline-block;
	position: relative;
	font-weight: 200;
}

header  .menu-naranja .menuCarrito{
	float: right;
	color: #fff;
	text-decoration: none;
	font-size: 24px;
	margin-left: 10px;
}

header .menu-naranja .menuCarrito span{
	position: absolute;
	width: 15px;
	height: 15px;
	background: #fff;
	color: #333;
	top: 2px;
	right: 8px;
	border-radius: 50%;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	opacity: 0.9;
}

header .menu-naranja{
	width: 100%;
	background: #E16D00;
	display: block;
	max-height: 32px;
}

header .menu-naranja .container{
	position: relative;
}

header .buscar-menu{
	position: relative;
	top: 0px;
	display: block;
	float: right;
}

header .buscar-menu button{
	background: transparent;
	left: 0;
	top: 0;
	border:none;
	position: absolute;
	padding: 4px 6px;
	cursor: pointer;
	color: #a1a1a1;
}

header .buscar-menu .menuCarrito{
	display: inline-block;
}

header .buscar-menu button:hover{
	color: #333;
}

header .buscar-menu-responsive{
	display: none;
}

header .buscar-menu input{
	border: 0;
	font-size: 16px;
	width: 200px;
	position: relative;
	background: #fff;
	padding-left: 30px;
	border-radius: 5px;

}

header .buscar-menu .buscador button{
	position: absolute;
	top: 0px;
	background: #ccc;
	border: none;
	padding: 6px 8px;
	right: 0px;
}

header .buscar-menu .buscador button:hover{
	background: #B8B7B7;
}

header .menu-naranja ul{
	list-style: none;
	padding: 3px 0 2px 0;
	margin: 0;
	
}

header .menu-naranja ul li{
	display: inline-block;
	position: relative;
	padding: 2px 0;
}

header .menu-naranja .subinterno li a{
	border: none;
	padding: 6px 8px;
}

header .menu-naranja .subinterno:hover, header .menu-naranja .subinterno:hover a{
	background: #000;
	color: #fff;
}

header .menu-naranja .subinterno .sub-subinterno ul{
	display: none;
	width: 250px;
	text-align: center;
	position: absolute;
	right: -250px;
	top: -3px;
	background: #000;
}

header .menu-naranja .subinterno .sub-subinterno:hover ul{
	display: block;
	
}

header .menu-naranja .subinterno:hover .submenu{
	display: block;
}

header .menu-naranja ul li .submenu{
	display: none;
	position: absolute;
	background: #000;
	width: 200px;
	z-index: 1000;
}

header .menu-naranja ul li .submenu li{
	display: block;
}

header .menu-naranja ul li .submenu li a{
	margin: 0px;
	color: #fff;
}

header .menu-naranja ul li .submenu li a:hover{
	color: #F89406;
}

header .menu-naranja ul li .submenu li a span{
	position: relative;
	top: 4px;
}

header .menu-naranja ul li a{
	color: #fff;
	font-size: 15px;
	padding: 0px 8px 0px 8px;
	display: block;
	text-decoration: none;
	font-weight: 400;
	text-transform: uppercase;
	border-right: 1px solid rgba(255,255,255,0.3);
}

header .menu-naranja ul li a:hover, header .menu-naranja ul li a.hover {
	background: #000;
	color: #fff;
}

header .usuarioMenu li{
	border-right: none !important;
}

header .usuarioMenu li ul{
	display: none;
	max-width: 320px;
}

header .usuarioMenu li ul li{
	display: block;
	width: 100%;
	text-align: center;
}

footer .condiciones-boletin{
	font-size: 13px;
	display: none;
}

a:active, a:active * { outline: none !important; -moz-outline-style: none !important; }
a:focus, a:focus * { outline: none !important; -moz-outline-style: none !important; }

#alertas{
	transition: all 0.5s;
	position: fixed;
	height: 80px;
	bottom: 30px;
	width: 0px;
	right: 0px;
	background: #0A1A72;
	padding-right: 20px;
	overflow: hidden;
	opacity: 0;
	color: #fff;
}

#alertas.in{
	transition: all 0.5s;
	opacity: 1;
	width: 300px;
}

#alertas img{
	width: 80px;
	height: auto;
	float: left;
	margin-right: 20px;
}

#alertas span{
	margin-top: 10px;
	font-size: 18px;
	display: block;

}

#content-crear{
	display: none;
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 8% 50px 0 50px;
	z-index: 8
}


#content-crear input{
	border:  1px solid #999999;
	margin: 5px 5px 5px 0;
	background: #fff;
	padding: 6px;
	width: 100%;
}

#content-crear button span{
	padding-top: 10px;
}

#content-crear button.cancelar{
	background: #D82A2A;
	border: 0px;
	margin: 5px;
	font-size: 16px;
	color: #fff;
}

#content-crear button.cancelar:hover{
	background: #CF2020;
}

#content-crear button.crear{
	background: #39A21C;
	border: 0px;
	margin: 5px;
	font-size: 16px;
	color: #fff;
}

#content-crear button.crear:hover{
	background: #28870E;
}

.container{
	width: 100% !important;
}

.activar-horizontal{
	display: none !important;
}

.boton{
	display: inline-block;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
}

.boton-fantasma{
	border-radius: 8px;
	border: 1px solid #a0a1a3;
	font-size: 16px;
	padding: 8px 35px;
	color: #bbbdbf;
	background: transparent;
}

.boton-borde{
	isplay: inline-block;
	background: #F89406;
	border: 2px solid #F89406;
	border-radius: 4px;
	color: #fff;
	padding: 8px 12px;
	margin: 8px;
}

.boton-borde:hover{
	background: #fff;
	color: #333;
}

.boton-borde2{
	isplay: inline-block;
	background: #337ab7;
	border: 2px solid #337ab7;
	border-radius: 4px;
	color: #fff;
	padding: 8px 12px;
	margin: 8px;
}

.boton-borde2:hover{
	background: #fff;
	color: #333;
}



.buscador{
	background: #fff;
	float: right;
	height: 33px;
	display: inline-block;
	min-width: 200px;
	-webkit-box-shadow: inset 0px 9px 9px -8px rgba(0,0,0,0.45);
	-moz-box-shadow: inset 0px 9px 9px -8px rgba(0,0,0,0.45);
	box-shadow: inset 0px 9px 9px -8px rgba(0,0,0,0.45);
	position: relative;
	width: 257px;
}

.buscador a{
	color: #BBBDBF;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 20px;
	padding: 7px;
}

.buscador a:hover{
	text-decoration: none;
	color: #231F20;
}

.buscador input{
	width: 100%;
	height: 33px;
	padding: 4px;
	border:none;
	padding-right: 30px;
	background: transparent;
	padding-left: 14px;
}

.btn-formulario{
	display: inline-block;
	background: #F89406;
	margin: 8px;
	padding: 5px 12px;
	color: #fff;
	border: none;
}

.f-amarillo{ background: #FFF100;}
.f-naranja{ background: #F89406;}
.f-azul{ background: #00AAC4;}

.t-amarillo{ color: #FFF100;}
.t-naranja{ color: #F89406;}
.t-azul{ color: #00AAC4;}

.info-contacto li{
	font-size: 15px;
	color: #cecece;
	list-style: none;
	font-weight: 300;
	margin-bottom: 2px !important;
	text-align: right !important;
}

.info-contacto li span{
	font-size: 18px;
	margin-left: 8px;
	position: relative;
	bottom: -3px;
}

.input-form{
	width: 100%;
	display: inline-block;
	padding: 0px;
	margin: 4px 4px;
	border: rgba(255,255,255,0.3) 1px solid;
	background: transparent;
	position: relative;
}

.input-form span{
	float: left;
	margin-right: 8px;
	color: #A8A8A8;
	position: absolute;
	left: 5px;
	top: 8px;
	font-size: 18px;
}

.input-form input, .input-form select{
	width: 100%;
	left: 0;
	top: 0;
	padding: 4px;
	padding-left: 28px;
	font-size: 18px;
	background: transparent;
	border: none;
	font-weight: 600;
	border: 1px solid #707070;
	color: #8a8a8a;
	height: 35px;
}

.input-form input::-webkit-input-placeholder{
   color: #8a8a8a;
}

.input-form input::-moz-placeholder{
	color: #8a8a8a;
}

.modal-content{
	background: #F3F3F3;
	border-radius: 0px;
}

.modal-content .container{
	max-width: 100%;
	padding: 15px;
}

.modal-content .close{
	color: #bbbdbf;
}

.modal-footer{
	border-top: 1px solid #3f3f40;
}

.modal-header{
	border-bottom: 1px solid #3f3f40;
}

.modal-title{
	font-weight: 600;
}

.msg-login{
	color: #F89406;
}

.msg-wishlist{
	color: #F89406;
	text-align: center;
}


.newsletter{
	background: #EC6901;
	width: 100%;
	display: block;
	padding: 20px 0;
	font-weight: 300;
	margin-top: 40px;
	color: #fff;
}

.newsletter .container div{
	margin-bottom: 6px;
}

.newsletter .info{
	font-size: 21px;
	line-height: 35px;
	font-weight: 600;
}

.newsletter .inscribirse{
	font-size: 20px;
}

.newsletter .input{
	padding-top: 3px;
	text-align: center;
	font-size: 22px;
}

.newsletter .info span.mini{
	font-size: 21px;
	line-height: 35px;
	font-weight: 600;
}

.newsletter .input input{
	background: #fff;
	border: none;
	padding: 4px;
	display: inline-block;
	width: 100%;
	padding-left: 14px;
	color: #333;
	border-radius: 4px;
	font-size: 18px;
}

.newsletter .input button{
	background: #0A1A72;
	right: 16px;
	height: 29px;
	border:none;
	border-left: 1px solid #3f3f40;
	font-weight: 600;
	display: inline-block;
	margin-top: 8px;
	font-size: 18px;
}

.newsletter .input button:hover{
	background: #000000;
}

.no-seleccionable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}

.logo-top{
	max-width: 180px;
	display: block;
	margin-top: 4px;
	margin-left: 14px;
}

.loadImgen{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.5);
	display: none;
	z-index: 5;
	text-align: center;
	padding-top: 20%;
}

.pie{
	background: #000b42;
	font-size: 15px;
	width: 100%;
	display: block;
	padding-top: 60px;
	color: #cecece;
}

.pie hr{
	border-color: #3f3f40;
}

.pie h3{
	font-size: 20px;
	font-weight: 600;
	padding: 0px;
	margin: 0 0 15px 0;
}

.pie h3.copy-kleos{
	font-size: 16px;
	display: inline-block;
}

.pie ul{
	padding-left: 8px;
}

.pie li{
	list-style: none;
	font-weight: 300;
	text-align: left;
}

.pie li:hover{
	color: #00AAC4;
}

.pie li a{
	color: #cecece;
}

.pie li a:hover{
	color: #F89406;
}

.pie .redes{
	text-align: right;
	float: right;
	position: relative;
	top: 10px;
}

.pie .redes a{
	font-size: 40px;
	margin-left: 10px;
	color: #cecece;
	position: relative;
	bottom: -10px;
}

.pie .redes a:hover{
	color: #00AAC4;
	text-decoration: none;
}


.titulos{
	font-size: 20px;
	line-height: 20px;
	margin: 0px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 15px;
}


@media (max-width: 991px) {

	.nav-naranja li a{
		padding: 6px 5px;
	}	
}

@media (max-width: 768px) {

	.activar-horizontal{
		display: inline-block !important;
	}

	.buscador{
		width:  100%;
	}

	.info-contacto li{
		text-align: center !important;
	}

	.nav-naranja ul{
		display: none;
	}

	.nav-negro li a{
		padding: 19px 5px;
		display: inline-block;
	}

	.nav-negro li a span{
		top: 10px;
		right: 5px;
	}

	.newsletter .inscribirse{
		border: none;
	}

	.pie{
		text-align: center !important;
	}

	.pie .redes li{
		margin-bottom: 30px;
		text-align: center !important;
	}

	.nav-negro li ul{
		width: 215px;
	}

}

@media (max-width: 520px){

	.pie{
		padding-top: 20px;
	}

	.pie li{
		text-align: center;
	}

	.pie li a{
		display: inline-block;
	}

	.pie h3{
		padding: 12px;
		text-align: center;
		width: 100%;
	}

	.pie .redes{
		width: 100%;
		margin-top: 8px;
		text-align: center;
	}


}

@media (max-width: 980px){
	header .buscar-menu input{
		width: 140px;
	}
}


@media (max-width: 850px){

	body{
		padding-top: 96px;
	}

	header .menu-azul{
		padding: 0;
	}

	header .menu-azul span.icon-black302{
		padding: 10px;
		border-left: 1px solid rgba(255,255,255,0.7);

	}

	header .menu-naranja .menuCarrito{
		display: none;
	}

	header .menu-naranja .subinterno .sub-subinterno ul:hover{
		display: none;
	}

	header .menu-naranja .subinterno .sub-subinterno ul{
		position: relative;
		right: 0;
		top: 0;
		padding-left: 30px;
		display: none;
		text-align: left;
	}

	header .buscar-menu-responsive{
		width: 100%;
		background: #E25F00;
		display: block;
		position: relative;
		-webkit-box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.5);
		box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.5);
	}

	header .buscar-menu-responsive .menuCarrito{
		float: right;
		color: #fff;
		top: 4px;
		right: 16px;
		font-size: 24px;
		cursor: pointer;
		text-decoration: none;
		position: relative;
		display: inline-block;
	}



	header .buscar-menu-responsive .menuCarrito span{
		position: absolute;
		background: #fff;
		color: #333;
		font-size: 10px;
		display: block;
		text-align: center;
		border-radius: 50%;
		top: 0px;
		right: -4px;
		height: 11px;
		width: 11px;
		padding: 0;
		line-height: 10px;
	}

	header #btn-usuarios{
		display: inline-block;
		font-size: 28px;
		cursor: pointer;
	}

	header #btn-menu-top-responsive{
		display: inline-block;
		font-size: 32px;
		cursor: pointer;
		float: left;
		margin-top: 10px;
		padding-right: 10px;
		border-right: 1px solid rgba(255,255,255,0.7);
	}

	

	header .buscar-menu-responsive input{
		width: 80%;
		border: none;
		font-size: 16px;
		padding: 4px;
		background: transparent;
		float: left;
		color: #fff;
	}
	
	header .buscar-menu-responsive input::placeholder{color: #f1f1f1; }
	header .buscar-menu-responsive input::-webkit-input-placeholder { color: #f1f1f1; } /* WebKit */
header .buscar-menu-responsive input::-moz-placeholder { color: #f1f1f1; } /* Firefox 19+ */


	header input.buscadorBar::placeholder { color: #f1f1f1; }
	header input.buscadorBar::-moz-placeholder { /* Firefox 19+ */
	  color: #f1f1f1;
	}
	header input.buscadorBar:-ms-input-placeholder { /* IE 10+ */
	  color: #f1f1f1;
	}
	header input.buscadorBar:-moz-placeholder { /* Firefox 18- */
	  color: #f1f1f1;
	}

	header .buscar-menu-responsive button {
		position: absolute;
		left: 70%;
		top: 0px;
		background: transparent;
		border: none;
		font-size: 20px;
		padding: 2px;
		color: #fff;
	}
	header .menu-azul .bt-iconos li{
		display: none;
	}

	header .menu-naranja{
		transition: all 0.5s;
		width: 300px;
		top: 66px;
		position: absolute;
		z-index: 999;
		max-height: none;
		left: -300px;
		transition: all 0.5s;
		overflow-y: scroll;
		box-shadow: 4px 1px 15px -5px rgba(0,0,0,1);
		background: #E25F00;
	}

	header .menu-naranja.in{
		transition: all 0.5s;
		left: 0px;
	}

	header .menu-naranja .container{
		padding: 0;
	}

	header .menu-naranja ul{
		display: inline-block;
		padding: 0px;
		width: 100%;

	}

	header .menu-naranja .subinterno:hover .submenu{
		display: none;
	}

	header .menu-naranja ul li{
		display: block;
	}

	header .menu-naranja ul li a{
		margin: 0px;
		font-size: 18px;
		padding: 10px;
	}

	header .menu-naranja .submenu{
		position: relative !important;
		width: 100% !important;
	}

	header .menu-naranja ul li .submenu li a{
		padding-left: 30px;
	}

	header .buscar-menu{
		display: none;
	}

	header .menu-azul{
		text-align: center;
	}

	#menuResponsive::-webkit-input-placeholder{	color: #fff; opacity: 1 }
	#menuResponsive::-moz-placeholder{	color: #fff; opacity: 1 }
}

@media (max-width: 400px){
	header .menu-azul .bt-iconos li a{
		padding: 20px 7px;
	}

	header .menu-azul .bt-iconos li a.menuCarrito span{
		top: 10px;
		right: 0px;
	}
}