/* Fuentes importadas */
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/* Default tab style */

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'stroke7pixeden';
	src:url('../fonts/stroke7pixeden/stroke7pixeden.eot?u58ytb');
	src:url('../fonts/stroke7pixeden/stroke7pixeden.eot?#iefixu58ytb') format('embedded-opentype'),
		url('../fonts/stroke7pixeden/stroke7pixeden.woff?u58ytb') format('woff'),
		url('../fonts/stroke7pixeden/stroke7pixeden.ttf?u58ytb') format('truetype'),
		url('../fonts/stroke7pixeden/stroke7pixeden.svg?u58ytb#stroke7pixeden') format('svg');
}


@font-face {
	font-family: 'Questrial-Regular';
	src:url('../fonts/Questrial-Regular.eot');
	src:url('../fonts/Questrial-Regular.eot') format('embedded-opentype'),
		url('../fonts/Questrial-Regular.wof') format('woff'),
		url('../fonts/Questrial-Regular.ttf') format('truetype'),
		url('../fonts/Questrial-Regular.svg') format('svg');
}

@font-face {
	font-family: 'Montserrat-Italic';
	src:url('../fonts/Montserrat-Italic.eot');
	src:url('../fonts/Montserrat-Italic.eot') format('embedded-opentype'),
		url('../fonts/Montserrat-Italic.wof') format('woff'),
		url('../fonts/Montserrat-Italic.ttf') format('truetype'),
		url('../fonts/Montserrat-Italic.svg') format('svg');
}

@font-face {
	font-family: 'Montserrat-BoldItalic';
	src:url('../fonts/Montserrat-BoldItalic.eot');
	src:url('../fonts/Montserrat-BoldItalic.eot') format('embedded-opentype'),
		url('../fonts/Montserrat-BoldItalic.wof') format('woff'),
		url('../fonts/Montserrat-BoldItalic.ttf') format('truetype'),
		url('../fonts/Montserrat-BoldItalic.svg') format('svg');
}

.boton-comprar{
	background-color: #cfff00;
	color: #000 !important;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 2px solid #cfff00;
	font-family: 'Questrial', sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-radius: 30px;
	letter-spacing: 2px;
	transition: .7s ease-in-out;
}

.boton-comprar:hover{
	background-color: transparent;
	color: #cfff00 !important;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 2px solid #cfff00;
	font-family: 'Questrial', sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-radius: 30px;
	letter-spacing: 2px;
	transition: .7s ease-in-out;
}

.precio-paquete{
	width: 400px;
	max-width: 400px;
	position: relative;
	right: 100px;
	top: 50px;
}

@media (min-width: 200px) and (max-width: 767px) {
	.precio-paquete{
		width: 400px;
		max-width: 400px;
		position: relative;
		right: 30px;
		top: 0px;
	}
}


.separado-vineta{
	line-height: 30px !important;
}

.listado-paquete{
	color: #fff;
	line-height: 30px;
}

.contenido-paquete{
	font-size: 21px;
    color: #fff;
    padding: 6px !important;
	font-family: 'Questrial', sans-serif;
	font-weight: 400;
}

.vineta{
	position: relative;
	top: 0px;
}

.vineta1{
	position: relative;
	top: 0px;
}

.fondo-estandar{
	background-image: url("../img/fondo-estandar1.png");
	background-size: cover;
	background-position-x: 50%;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

.fondo-vip{
	background-image: url("../img/fondo-vip1.png");
	background-size: cover;
	background-position-x: 50%;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

.fondo-vip-acompanante{
	background-image: url("../img/fondo-vip-acompanante1.png");
	background-size: cover;
	background-position-x: 50%;
	background-repeat: no-repeat;
	width: 100%;
	height: 80vh;
}

.titulo-paquete{
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-weight: 400 !important;
	color: #cfff00;
	font-size: 35px;
}

.titulo-paquete2{
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-weight: 700;
}

.tabs {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	font-weight: 300;
	font-size: 1.25em;
}

/* Nav */
.tabs nav {
	text-align: center;
}

.tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.tabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.5;
}

.tabs nav a span {
	vertical-align: middle;
	font-size: 0.75em;
}

.tabs nav li.tab-current a {
	color: #74777b;
}

.tabs nav a:focus {
	outline: none;
}

/* Icons */
.icon::before {
	z-index: 10;
	display: inline-block;
	margin: 0 0.4em 0 0;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	font-size: 1.3em;
	font-family: 'stroke7pixeden';
	line-height: 1;
	speak: none;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-upload::before {
	content: "\e68a";
}
.icon-tools::before {
	content: "\e60a";
}
.icon-plane::before {
	content: "\e625";
}
.icon-joy::before {
	content: "\e6a4";
}
.icon-plug::before {
	content: "\e69a";
}
.icon-home::before {
	content: "\e648";
}
.icon-gift::before {
	content: "\e652";
}
.icon-display::before {
	content: "\e65e";
}
.icon-date::before {
	content: "\e660";
}
.icon-config::before {
	content: "\e666";
}
.icon-coffee::before {
	content: "\e669";
}
.icon-camera::before {
	content: "\e66f";
}
.icon-box::before {
	content: "\e674";
}

/* Content */
.content-wrap {
	position: relative;
}

.content-wrap section {
	display: none;
	margin: 0;
	padding: 0em;
	max-width: 100%;
}

.content-wrap section.content-current {
	display: block;
}

.content-wrap section p {
    margin: 0;
    padding: 1.5em 0 0 0;
    font-weight: 900;
    line-height: 1;
}

/* Fallback */
.no-js .content-wrap section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}

.no-flexbox nav ul {
	display: block;
}

.no-flexbox nav ul li {
	min-width: 15%;
	display: inline-block;
}

@media screen and (max-width: 58em) {
	.tabs nav a.icon span {
		display: none;
	}
	.tabs nav a:before {
		margin-right: 0;
	}
}