* { 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;
}

@font-face {
    font-family: 'Barlow-Semibold';
    src: url('fonts/Barlow-SemiBold.eot');
    src: url('fonts/Barlow-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Barlow-SemiBold.woff2') format('woff2'),
        url('fonts/Barlow-SemiBold.woff') format('woff'),
        url('fonts/Barlow-SemiBold.ttf') format('truetype'),
        url('fonts/Barlow-SemiBold.svg#Barlow-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body{
		background:#252525;
		font-family: 'Blinker', sans-serif;
		font-weight: 400;
		color: #f6f6f6;
	}
.contenedor{
		margin: auto;
		margin-top: 20px;
		width: 100%;
		height: auto;
		max-width: 1200px;
		overflow:hidden;
		background:#1e1e20;
		text-align:center;
		border-radius: 10px;
}	
header{
	width: 100%;
	height: auto;
	margin: auto;
}

a {
    color: #ef4669;
}

.backindex {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 45px;
}

.headerm {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  align-content: normal;
}

.event_menu:nth-child(1) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  width: 30%;
  /*border: 1px solid red;*/
  padding: 15px 0 0 10px;
  text-align: right;
  max-width: 200px;
}

.event_menu:nth-child(2) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  width: 70%;
  /*border: 1px solid red;*/
}

.event_menu img {
    width: 100%;
    border-radius: 100%;
    border: 4px solid #ef4669;
	max-width: 150px;
    min-width: 70px;
}

.menubar {
    margin-left: 50px;
}

.tab {
    overflow: hidden;
	/*border: 1px solid red;*/
}

.tab button {
    background-color: #333;
    color: #f6f6f6;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 5px 9px;
    transition: 0.3s;
    font-size: 14px;
    font-family: 'Blinker', sans-serif;
    font-weight: 600;
    border-radius: 4px;
    margin-left: 7px;
    margin-top: 7px;
}
}

.tab button:hover {
  background-color: #777;
}

.tab button.active {
  background-color: #ef4669;
}

.tabcontent {
  display: none;
  padding: 20px 0px;
 
}

.menu-title {
    padding: 10px 0px 10px 5px;
}
.menu-title h1 {
    font-size: 30px;
    text-align: left;
}
.menu-title h2 {
    font-size: 25px;
    font-weight: 300;
    text-align: left;
}
.menu-title h3 {
    font-size: 17px;
    font-weight: 300;
    text-align: left;
    font-family: 'Blinker', sans-serif;
    font-weight: 300;
    margin-left: -4px;
    color: #919191;
}

.eventdesc {
	width: auto;
    margin: 20px;
    text-align: center;
    font-weight: 300;
    font-size: 15px;
}
.eventdesc img {
    width: 30%;
	margin-bottom: 20px;
	opacity: 0.7;
}
iframe {
    width: 100%;
    border: none;
    height: 800px;
}



.tabladesk {
	width: 100%;
	float: left;
	margin-top: 0px;
	padding: 0px 0px 20px 20px;
	background: #1e1e20;
}
.tablamovil {
	display: none;
}
.tabladesk table {
    border-collapse: collapse;
	text-align: center;
    font-size: 14px;
}
.tabladesk td {
    /*vertical-align: middle;*/
    color: #cccccc;
    border-left: 1px solid #252525;
    border-right: 1px solid #252525;
    border: 6px;
    padding: 2px 6px; 
}
.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;
}
.tabladesk .caja {
    margin:auto;
    padding-top: 175px;
	width: 15px;
    height: 35px;
}
.tabladesk p {
	-webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.tabladesk tr:nth-child(even) {background-color: #181818;}
.tabladesk tr:nth-child(3n){background-color: #000;}
.tabladesk tr:nth-child(6n-3){background-color: #181818;}
.target {width: 100%; float: left; display: none;}
.tooltip {
    position: relative;
    display: inline-block;
	cursor: pointer;
}
.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;
}

.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;
}
.logo {
    width: 100%;
    text-align: left;
    margin-bottom: -10px;
}
.logo .headlogo{
    height: 17px;
    margin: 6px;
    margin-left: 6px;
}
@media screen and (max-width: 570px){
			
			.menubar {
				margin-left: 5px;
			}
			.menu-title h1 {
				font-size: 18px;
			}
			.menu-title h2 {
				font-size: 15px;
			}
			.menu-title h3 {
				font-size: 13px;
			}
			.contenedor{
			margin-top: 0px;
			border-radius: 0px;
			}
			.contenedor .cronocompe{
				margin-top: 90px;
			}
			.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;
			}
			.eventdesc img {
				width: 50%;
			}
			iframe{
				height: 600px;
			}
			
			
						
			
			.tabladesk {display:none;}
			.tablamovil {
				display: inline;
				width: 100%;
				float: left;
				margin-top: 130px;
				padding-bottom: 400px;
				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: 8px;
				border: 1px solid #222;
				color: #aaa;
			}
			.target {display: none;}
			.tablamovil tr:nth-child(odd){background-color: #181818;}
			.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;
			}
            .logo {
                margin-bottom: -17px;
            }
            .logo .headlogo{
                height: 12px;
                margin: 6px;
                margin-left: 6px;
            }
            .backindex {
                top: -4px;
                left: 6px;
                font-size: 35px;
            }
			
}