* { margin:0; padding:0; box-sizing:border-box;}

@font-face {
  font-family: "Capture_it";
  src: url("../fonts/Capture_it.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Capture_it.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Capture_it.otf") format("opentype"), /* Open Type Font */
    url("../fonts/Capture_it.svg") format("svg"), /* Legacy iOS */
    url("../fonts/Capture_it.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/Capture_it.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Capture_it.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

body{
		background:#1e1e20;
		font-family: Arial;
	}
.contenedor{
		margin: auto;
		margin-top: 0px;
		width: 100%;
		height: auto;
		max-width: 1000px;
		overflow:hidden;
		background:#1e1e20;
		text-align:center;
}	
header{
	width: 100%;
	height: auto;
	margin: auto;
}
/*esta clase es para mostrar/ocultar el header en versión móvil dentro de un evento*/
.headere{
	width: 100%;
	float: none;
	text-align:left;
}
.boximg {
	background: #1e1e20;
	width: 50%;
	padding: 6px 20px;
	box-sizing: border-box;
	float: left;
	text-align: left;
	clear: both;
}
.boximg img{
	width: 175px;
	padding: 3px 3px;
	height: auto;
}
.boximg .insta {
    width: 25px;
    margin: 3px 0px;
	opacity: 0.8;
}
.boximg .face {
   margin: 0px 0px 1px 50px;
    width: 29px;
	opacity: 0.8;
}
.formlog {
	background: #252525;
    padding: 6px 6px;
    box-sizing: border-box;
    float: left;
    display: inline;
    margin: auto;
    float: right;
    border-radius: 20px;
}

.formlog h4, a {
	display: inline-block;
    text-align: right;
    color: #ef4669;
    font-weight: 600;
    font-family: 'Blinker', sans-serif; 
}

.title{
	width: 100%;
	float: left;
	margin: 20px 0px 10px 0px;
	display: inline-block;
	background: #1e1e20;
}
.title h1{
	font-family: "Capture_it";
	font-size: 42px; 
	color: white;
	text-align: center;
	font-weight: normal;
}
.boxevent{
	background: #1e1e20;
	width: 250px;
	height: 250px;
	margin: 10px 10px 70px 10px;
	text-align:center;
	display: inline-block;
}
.boxevent input[type=image]{
	max-width: 200px;
	min-width: 100px;
	max-height: 200px;
	min-height: 100px;
	border-width: 10px;
	border-radius: 120px;
	margin-top: 5px;
	border-style: solid;
    border-color: grey;
}
.boxevent h3{
	font-family: "Capture_it";
	font-size: 32px; 
	color: #919191;
	padding: 0px 0px;
	font-weight: normal;
	text-align: center;
}
.boxevent .texto{
	position: absolute;
    margin-left: 0px;
	background: #ef4669;
	color: black;
	font-family: "Arial";
    font-weight: bold;
	font-size: 14px;
	border-radius: 4px;
    padding: 1px 3px;
}
ul { list-style:none; padding-left: 20px;}
h2 { text-align: left; color:#ffffff; font-size:22px; line-height:1.2em; text-transform:uppercase; margin-bottom:15px; margin-left:10px;}
.categorias li {
    float: left;
	margin: 1px 5px;
}
.categorias {
	width: 100%;
	height: auto;
	background: #1e1e20;
	display: inline-block;
}
.categorias input[type=submit] {
    font-size: 22px;
    font-family: "Capture_it";
	width: 100%;
    background-color: #212121;
    color: white;
    padding: 6px 6px;
    border: 4px solid #ef4669;
    text-align: center;
    border-radius: 15px;
	-webkit-appearance: none;
	cursor: pointer;
}
.categorias input[type=text] {
    font-size: 1px;
    font-family: Arial Narrow, helvetica, sans-serif;
	width: 100%;
    background-color: #1e1e20;
    color: white;
    padding: 0px 0px;
    text-align: center;
    border-radius: 1px;
}
.categorias .titlemenu{
	margin: auto;
	width: 50%;
	float: left;
	display: inline-block;
}
.categorias .titlemenu input[type=submit]{
	font-weight: normal;
	font-size: 13px;
	font-family: "Arial";
	width: 95%;
	max-width: 300px;
	background-color: #1e1e20;
	color: #fff;
	margin: 0px 5px 20px 5px;
	padding: 7px 0px;
	border: 1px solid #ddd;
	text-align: center;
	border-radius: 15px;
	-webkit-appearance: none;
	cursor: pointer;
}
.categorias .titlemenu input[type=submit]:hover{
	color: #ef4669;
	border: 1px solid #ef4669;
}
.tabladesk {
	width: 100%;
	float: left;
	margin-top: 0px;
	padding: 0px 0px 20px 20px;
	background: #1e1e20;
}
.tablamovil {
	display: none;
}
.formreg .tabladesk table {
    border-collapse: collapse;
	text-align: center;
    font-size: 14px;
	margin: auto;
}
.formreg .tabladesk td {
    /*vertical-align: middle;*/
    color: #cccccc;
    border-left: 1px solid #252525;
    border-right: 1px solid #252525;
    border: 6px;
    padding: 2px 6px; 
}
.formreg .tabladesk th {   
    color: red;
    border-radius: 0px;
    vertical-align: middle;
    text-align: center;
    font-family: Arial;
    font-weight: bold;
    padding: 5px 20px;
    height:150px;
    white-space: nowrap;
}
.formreg .tabladesk .caja {
    margin:auto;
    padding-top: 175px;
	width: 15px;
    height: 35px;
}
.formreg .tabladesk p {
	-webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.contenedor .formreg .tabladesk input[type=text] {
    border: 1px solid #555;
}
.contenedor .formreg .tabladesk input[type=submit] {
    margin: 4px 0;
    padding: 2px 0px 3px 0px;
    width: 70px;
    font-family: arial;
    color: rgb(0, 0, 0);
    background-color: #ef4669;
    font-weight: bold;
}
.contenedor .formreg .tabladesk input[type=text]:disabled {
    color: white;
	-webkit-opacity: 1;
}
.contenedor .formreg .tabladesk input:disabled {
    border: 1px solid #181818;
	background-color: #181818;
	color: #555;
	-webkit-text-fill-color:#555;
	-webkit-opacity: 1;
}
.formreg .tabladesk tr:nth-child(even) {background-color: #181818;}
.formreg .tabladesk tr:nth-child(3n){background-color: #000;}
.formreg .tabladesk tr:nth-child(6n-3){background-color: #181818;}
.target {width: 100%; float: left; display: none;}
.tooltip {
    position: relative;
    display: inline-block;
	cursor: pointer;
	color: white;
}
.tooltip .tooltiptext {
    visibility: hidden;
	font-weight: normal;
    font-size: 14px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    height: auto;
	width: 200px;
    top: 110%;
    right: -600%; 
    margin-left: -10px;
    opacity: 1;
    transition: opacity 1s;
	clear: both;
	white-space: normal;
	-webkit-transform: rotate(0deg); 
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    bottom: 100%;  /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.purchasearea{
	width: 75%;
	height: 165px;
	margin: auto;
	margin-top: 70px;
	padding: 20px 20px;
	background-image: url("images/Podio_recortado.png");
	background-size: cover;
	background-position: center;
	text-align: center;
	border-radius: 10px;
	clear: both;
}
.purchasearea input[type=submit]{
				font-weight: normal;
				font-size: 14px;
				font-family: "Arial";
				background-color: Transparent;
				background-repeat: no-repeat;
				color: white;
				margin-top: 50px;
				padding: 5px 7px;
				border: 1px solid #fff;
				text-align: center;
				border-radius: 10px;
				-webkit-appearance: none;
				cursor: pointer;
			}
.purchasearea input[type=submit]:hover{
				border: 1px solid #ef4669;
			}
.menu {display: none;}
.finevento{
	width: 100%;
	float: left;
	margin: 20px 0px 20px 0px;
	display: inline-block;
	background: #1e1e20;
}
.finevento h1{
	font-family: "Capture_it";
	font-size: 42px; 
	color: white;
	text-align: center;
	font-weight: normal;
}
.contenedor .cronocompe{
	width: 100%;
	margin: 0px 0px 0px 0px;
	display: inline-block;
	background: #1e1e20;
}
.cronocompe .ito {
    color: white;
    background-color: transparent;
    width: 50%;
    border-radius: 16px;
    margin: auto;
    padding: 2px 0px 1px 0px;
    border: 2px solid #009688;
    font-family: 'Montserrat';
    font-weight: 300;
	font-size: 15px;
}
.cronocompe .itotiempo {
    color: white;
    font-size: 15px;
    font-family: 'Montserrat';
    margin-bottom: 5px;
}

.cronocompe .heat {
    color: white;
    font-size: 15px;
    font-family: 'Montserrat';
    margin: 5px;
}
.cronocompe .lines {
    color: #bbb;
    text-align: left;
    width: 50%;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: auto;
    font-size: 14px;
}
.cronocompe .titaren {
    margin: 10px auto;
    color: #ddd;
    font-family: 'Capture_it';
    font-weight: normal;
    font-size: 20px;
}
.contenedor .formreg{
	width: 100%;
	float: left;
	margin: 10px 0px 10px 0px;
	display: inline-block;
	background: #1e1e20;
	text-align: center;
}

.contenedor .formreg p{
	font-family: "Arial";
    font-weight: bold;
	font-size: 18px;
	color: #fff;
	margin: 0px 0px 10px 0px;
}
.contenedor .formreg text{
	font-family: "Arial";
    font-weight: normal;
	font-size: 13px;
	color: grey;
	margin: 0px 0px 7px 0px;
}

.contenedor .formreg input[type=text], input[type=submit], input[type=password], select{
				    font-weight: normal;
    font-size: 15px;
    font-family: "Arial";
    width: 50%;
    background-color: #333;
    color: #fff;
    margin: 0px 6px 7px 0px;
    padding: 4px 0px;
    border: 1px solid #555;
    text-align: center;
    border-radius: 4px;
    -webkit-appearance: none;
    cursor: pointer;
    text-align-last: center;
    max-width: 1000px;
				
}

.contenedor .formreg input[type=submit]{
				color: #ef4669;
				border: 1px solid #ef4669;
}
.contenedor .formreg input:disabled, select:disabled{
				color: #777;
				border: 1px solid #777;
				-webkit-text-fill-color:#777;
				-webkit-opacity: 1;
}

.area_pagos {
    width: 80%;
    background: #252525;
    border-radius: 19px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

form {
    color: #f6f6f6;
    font-family: Blinker;
	margin-bottom: 5px;
}

input[type="file"] {
   display: none;
}

label{
        cursor: pointer;
    color: #ef4669;
    border: solid 1px #ef4669;
    padding: 0px 8px;
    border-radius: 4px;
    margin-left: 10px;
}

button.btn.btn-success {
    background: transparent;
    border: solid 1px #ef4669;
    color: #ef4669;
    border-radius: 30px;
    padding: 3px;
    font-size: 15px;
	cursor: pointer;
}

@media screen and (max-width: 550px){
			.contenedor{
			margin-top: 0px;
			}
			.contenedor .cronocompe{
				margin-top: 10px;
			}
			.cronocompe .ito {
				width: 85%;
				font-size: 13px;
				border: 1px solid #009688;
			}
			.cronocompe .itotiempo {
				font-size: 13px;
			}
			.cronocompe .heat {
				font-size: 13px;
			}
			.cronocompe .lines {
				font-size: 12px;
				width: 90%;
			}
			.cronocompe .titaren {
				margin-top: 0px;
			}
			/*este es la clase para ocultar el header cuando estoy en la versión movil dentro de un evento*/
			.headerm{
				display: none;
			}
			.headere{
				width: 100%;
				z-index: 100;
				display: inline;
				background: #1e1e20;
				text-align: center;
			}
			.headere select{
				font-size: 20px;
				font-family: "Capture_it";
				width: 100%;
				margin: 0px 0px 0px 0px;
				background-color: #212121;
				color: white;
				padding: 4px 15px;
				border: 4px solid #ef4669;
				text-align: center;
				border-radius: 15px;
				-webkit-appearance: none;
				cursor: pointer;
			}
			.headere input[type=submit]{
				font-weight: bold;
				font-size: 11px;
				font-family: "Arial";
				width: 60px;
				background-color: #1e1e20;
				color: #ef4669; /*#009688*/
				margin: 10px 5px;
				padding: 5px 6px;
				border: 1px solid #ef4669;
				text-align: center;
				float: right;
				clear: both;
				border-radius: 15px;
				-webkit-appearance: none;
				cursor: pointer;
			}
			.formlog {
				    background: #252525;
					/* display: inline; */
					/* width: 80%; */
					padding-right: 5px;
					margin: auto;
					text-align: center;
					float: none;
			}
			.boximg {
				width: 100%;
				float: none;
				text-align:center;
				display: inline-block;
				padding: 6px 20px 0px 20px;
			}
			.boximg img{
				padding: 0px 0px;
			}
			.boximg .insta {
				position: absolute;
				left: 30px;
				top: 7px;
				width: 20px;
			}
			.boximg .face {
				width: 23px;
				position: absolute;
				left: -45px;
				top: 8px;
			}
			.title{margin: 20px 0px 10px 0px;}
			.title h1{
				font-size: 30px;
			}
			.titlem{margin: 2px 0px 2px 0px;}
			.titlemenu{
				margin: auto;
				width: 50%;
				float: left;
				display: inline-block;
			}
			.titlemenu input[type=submit]{
				font-weight: normal;
				font-size: 13px;
				font-family: "Arial";
				width: 95%;
				background-color: #1e1e20;
				color: #fff;
				margin: 0px 5px 7px 5px;
				padding: 7px 0px;
				border: 1px solid #ddd;
				text-align: center;
				border-radius: 15px;
				-webkit-appearance: none;
				cursor: pointer;
			}
			.title .finevento h1{font-size: 22px;}
			.titlem h1{
				font-size: 22px;
				font-family: "Capture_it";
				color: white;
				text-align: center;
				font-weight: normal;
			}
			.boxevent{
				width: 150px;
				height: 150px;
				margin: 5px 5px 5px 5px;
			}
			.boxevent input[type=image]{
				max-width: 100px;
				min-width: 50px;
				max-height: 100px;
				min-height: 50px;
				border-width: 5px;
				border-radius: 60px;
				margin-top: 5px;
			}
			.boxevent h3{
				font-size: 15px; 
			}
			.boxevent .texto{
                position: absolute;
                margin-left: 0px;
                background: #ef4669;
                color: black;
                font-family: "Arial";
                font-weight: bold;
                font-size: 11px;
                border-radius: 4px;
                padding: 1px 2px;
            }
			ul { display:none;}
			.tabladesk {display:none;}
			.tablamovil {
				display: inline;
				width: 100%;
				float: left;
				margin-top: 0px;
				padding-bottom: 0px;
				background: #1e1e20;
			}
			.tablamovil table {
				border-collapse: collapse;
				width: 100%;
				color: grey;
				font-size: 14px;
				font-family: Arial;
			}
			.tablamovil th {
				color: #ddd;
				background: #252525;
				font-weight: normal;
				text-align: left;
				padding: 10px 7px;
				font-size: 20px;
				font-family: "Capture_it";
				cursor: pointer;

			}
			.tablamovil td {
				text-align: right;
				padding: 0px 2px 0px 2px;
				border: 1px solid #222;
				color: #aaa;
			}
			.target {display: none;}
			.tablamovil tr:nth-child(odd){background-color: #181818;}
			.contenedor .formreg .tablamovil input[type=text] {
				border: 1px solid #555;
			}
			.contenedor .formreg .tablamovil input[type=submit] {
				margin: 5px 0px;
				padding: 4px 0px 3px 0px;
				width: 70px;
				font-family: arial;
				color: #ef4669;
				background-color: transparent;
				font-weight: normal;
				font-size: 10px;
			}
			.contenedor .formreg .tablamovil input[type=text]:disabled {
				color: white;
				-webkit-opacity: 1;
			}
			.contenedor .formreg .tablamovil input:disabled {
				border: 1px solid transparent;
				background-color: transparent;
				color: #555;
				-webkit-text-fill-color:#555;
				-webkit-opacity: 1;
			}
			.tooltip .tooltiptext {
				visibility: hidden;
				font-weight: normal;
				font-size: 14px;
				background-color: #555;
				color: #fff;
				text-align: center;
				border-radius: 6px;
				padding: 5px 5px;
				position: absolute;
				z-index: 1;
				width: 200px;
				height: auto;
				top: 100%;
				left: 50%; 
				margin-left: -60px;
				opacity: 1;
				transition: opacity 1s;
				-webkit-transform: rotate(0deg); 
				-moz-transform: rotate(0deg);
				-o-transform: rotate(0deg);
				transform: rotate(0deg);
			}
			.tooltip .tooltiptext::after {
				content: " ";
				position: absolute;
				bottom: 100%;  /* At the top of the tooltip */
				left: 50%;
				margin-left: -5px;
				border-width: 5px;
				border-style: solid;
				border-color: transparent transparent #555 transparent;
			}
			.purchasearea{
				width: 100%;
				height: 100%;
				border-radius: 0px;
				margin-top: 10px;
				padding: 20px 0px;
			}
			.purchasearea input[type=submit]{
				margin-top: 20px;
				margin-bottom: 20px;
			}
			.menu{
					display: inline;
					position: absolute; right: 2px; top: 6px;
					width: 50px;
					height: 30px;
					margin: auto;
					background-image: url("images/menu.png");
					background-size: cover;
					background-position: center;
					text-align: center;
					clear: both;
			}
			.finevento{
				width: 100%;
				float: left;
				margin-top: 200px;
				padding-bottom: 400px;
				background: #1e1e20;
			}
			.finevento h1{
				font-size: 22px; 
			}
			.contenedor .formreg{
				margin: 10px 0px 10px 0px;
			}
			
			.contenedor .formreg input[type=text], input[type=submit], input[type=password], select{
				width: 80%;
			}	
}