
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap'); 

body{
	padding-top: 100px;
	font-family: 'Vollkorn', sans-serif;
	font-size: 16px;
	color: #333;
}

h1,h2,h3,h4,h5{
	font-family: 'Bebas Neue', cursive !important;
}

header{
	height: 56px;
	transition: all 0.4s;
	top: 0;
	background-color: rgba(0,0,0,1);
	position: fixed;
	width: 100%;
	display: block;
	z-index: 99;
	text-align: center;
}

header #buscador-cont{
	background-color: rgba(0,0,0,.8);
	padding: 4px;
	top: -1px;
	position: relative;
	display: none;
}

header .buscador input{
	width: 100%;
	border-radius: 2px;
	padding: 4px;
	font-size: 20px;
	border: none;
	margin: 8px 4px;
}

header .buscador button{
	width: 100%;
	background: #f1c40f;
	color: #fff;
	border-radius: 4px;
	font-size: 18px;
	border: 2px solid rgba(0,0,0,0.4);
	width: 100%;
	padding: 5px;
	margin-top: 6px;
	cursor: pointer;
}

header .menu{
	display: inline-block;
	text-align: center;
}

header .menu .menu-desplegable{
	display: none;
}

header .menu.scrolled {
		transition: all 0.4s;
}

header .menu ul{
	display: inline-block;
	margin: 0;
	margin-top: 6px;
	padding: 0;
	float: left;
	margin-left: 20px;
}

header .menu ul li{
	display: inline-block;
	list-style: none;
	position: relative;
}

header .menu ul li a{
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1.1px;
	font-size: 1.2em;
}

header .menu ul li a.active, header .menu ul li a:hover{
	color:#e30613 ;
}

header .menu ul li ul{
	display: none;
	width: 200px;
	background: rgba(0,0,0,0.9);
	text-align: center;
	margin-top: 21px;
	position: absolute;
	left: -50px;
	z-index: 2
}

header .menu ul li ul li a{
	padding: 4px 8px;
	display: block;
	width: 100%;
}


header .menu ul li ul li{
	display: block;
	width: 100%;
}

header .menu .logo{
	max-width: 140px;
	height: auto;
	display: inline-block;
	float: left;
	margin-top: 5px;
}

header .menu .carrito-menu{
	float: right;
	display: inline-block;
	position: relative;
	top: 6px;
	padding: 4px 6px;
}

header .menu .carrito-menu .iconoCar{
	border-left: 1px solid #c1c1c1;
	height: 30px;
	display: inline-block;
	padding-left: 8px;
}

header .menu .carrito-menu:hover{
	opacity: 1;
}

header .menu .carrito-menu img{
	max-width: 32px;
	height: auto;
}

header .menu .carrito-menu span{
	position: absolute;
	right: 0px;
	top: 25px;
	background: #f1c40f;
	color: #fff;
	font-size: 10px;
	line-height: 12px;
	font-weight: 600;
	text-align: center;
	width: 14px;
	height: 14px;
	border-radius: 50%;
}

header .pse{
	display: inline-block;
	width: 42px;
	padding-right: 4px;
	margin-right: 4px;
	border-right: 1px solid #ccc;
}

header .pse img{
	max-width: 100% !important;
	display: inline-block;
	height: auto;
}

footer{
	background: #111;
	color: #939393;
	width: 100%;
	margin-top: 40px;
	padding-top: 30px;
	padding-bottom: 30px;
}

footer a{
	color: #838383;
	text-decoration: none;
}

footer h3{
	margin-top: 8px;
}

footer ul{
	list-style-image: url('../images/iconos/f-foorer.png');
	font-size: 1.1em;
}

footer ul li{
	margin-bottom: 2px;
}

footer .contacto img{
	max-width: 16px;
	height: auto;
	display: inline-block;
	margin-right: 4px;
	opacity: .8;
}

footer .contacto span{
	display: block;
	margin-top: 5px;
	font-size: 1.1em;
}
footer .contacto.redes a{
	text-decoration: none;
}

footer .contacto.redes img{
	max-width: 30px;
	height: 30px;
	display: inline-block;
	margin-right: 8px;
	opacity: 0.6;
}

footer .contacto.redes img:hover{
	opacity: 1;
}

footer .logo{
	display: inline-block;
	max-width: 90%;
	padding: 0px 20px 20px 20px;
	margin-bottom: 10px;
	display: inline-block;

}

footer .linea, footer .linea-dos{
	border-right: 1px solid #333
}


.descuento-ticket{
	position: absolute;
	top: 35px;
	right: 0px;
}

.descuento-ticket span{
	position: relative;
	display: block;
	padding: 4px 4px;
	font-weight: 800;
	font-size: 14px;
	height: 25px;
}

.descuento-ticket span.rojo{
	background: #C01D22;
	color: #fff;
}

.descuento-ticket span::before{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13.5px 12px 12.5px 0;
	position: absolute;
	top: 0;
	left: -12px;
}

.descuento-ticket span.rojo::before{
	border-color: transparent #c01d23 transparent transparent;
}

.descuento-ticket span.naranja{
	margin-top: 4px;
	background: #FAC020;
	color: #333;
}

.descuento-ticket span.naranja::before{
	border-color: transparent #FAC020 transparent transparent;
}

.descuento-ticket span.black{
	margin-top: 4px;
	background: #000;
	color: #20ECFF;
}

.descuento-ticket span.black::before{
	border-color: transparent #000 transparent transparent;
}

.flotante{
	width: 250px;
	height: 68px;
	position: fixed;
	top: 90px;
	right: 30px;
	background: #fff;
	border-radius: 8px;
	padding: 8px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
	z-index: 30;
}

.flotante a{
	color: #000;
}

.flotante img{
	float: left;
	margin-right: 6px;
	max-width: 50px;
	height: auto;
}

.txt-xl{
	margin-top: 20px;
	margin-bottom: 20px;
}

.txt-xl h2{
	font-size: 4em;
	line-height: 1em;
	font-weight: 900;
	margin-top: 40px;
}

.txt-xl h2 .min{
	font-size: 0.8em;
}

.txt-xl p{
	font-size: 1.5em;
}

.txt1{
	font-size: 4em;
	line-height: 1em;
	font-weight: 900;
}

.txt2{
	font-size: 3em;
	line-height: 1em;
	font-weight: 900;
}

.txt3{
	font-size: 2.1em;
	line-height: 1em;
	font-weight: 900;
}

.txt4{
	font-size: 1.8em;
	line-height: 1em;
	font-weight: 700;
}

.txt5{
	font-size: 1.2em;
	line-height: 1em;
	font-weight: 500;
	margin-top: 40px;
}

.redondo-input{
	border-radius: 20px;
	height: 40px;
	border:  1px solid #ccc;
	background: #eaeaea;
	font-size: 18px;
	font-weight: 300;
	color: #666;
	padding: 8px 12px;
	width: 60%;
}

.redondo-btn{
	color: #fff;
	height: 40px;
	padding: 4px 18px;
	border-radius: 20px;
	border:  none;
	font-size: 16px;
	margin-left: 15px;
}

.owl-nav.disabled{
	display: none;
}

.ver-todos{
	font-size: 1.2em;
	padding: 6px 26px;
	border-radius: 25px;
	display: inline-block;
	margin-bottom: 50px;
}

.img-puerto{
	margin: auto;
	display: block;
	margin-top: -20px;
}

@media (max-width: 678px){

	body{
		padding-top: 70px;
	}

	header{
		height: 64px;
	}

	header .pse{
		width: 40px;
	}

	header .pse .lg{
		display: none;
	}

	header .pse .mini{
		max-width: 100% !important;
		height: auto;
		display: inline-block;
	}

	header .menu .carrito-menu{
		top: 8px;
	}

	header .menu .logo{
		margin-left: 0px;
		max-width: 100px;
	}

	footer .linea-dos{
		display: none;
	}

	.descuento-ticket{
		top: 60px;
		padding: 8px 10px;
		font-size: 20px;
		height: 40px;
	}

	.descuento-ticket::before{
		border-width: 20.5px 16px 20.5px 0;
		left: -16px;
	}

	.txt-xl h2{
		font-size: 2.5em;
	}

	.txt-xl p{
		font-size: 1.2em;
	}

	.flotante{
		top: unset;
		right: unset;
		left: 30px;
		bottom: 30px;
		font-size: 12px;
		width: 200px;
		height: 55px;
	}

	.flotante img{
		max-width: 40px;
	}

	.img-puerto{
		margin-top: -6px;
	}

}

@media (max-width: 1000px){
	header .menu{
		text-align: right;
	}

header {
	 	background-color: rgba(26,26,26,1);
	}	

	header .menu .menu-desplegable{
		display: block;
		float: right;
		background: none;
		border: none;
		box-shadow: none;
		max-width: 20px;
		padding: 0;
		margin-top: 20px;
		margin-right: 20px;
		cursor: pointer;
	}

	header .menu ul{
		display: none;
		width: 100%;
		margin: 0;
		padding: 0;
		text-align: center;
		margin-top: -12px;
		background:  #1A1A1A;
	}

	header .menu ul li{
		display: block;
		width: 100%;
		padding: 10px;
	}

	header .menu ul li ul{
		display: none;
		width: 100%;
		position: relative;
		left: 0;
		margin-bottom: 15px;
		z-index: 5;
	}
}