* {
	margin: auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html,body {
	height: 100%;
	background-color: #000000;
	}

.hidden {
    display: none;
}

section {	
	padding: 40px 0;
	
}

h1, h2, h4 {
	font-family: atrapaloWebBold, sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #000;
	text-transform: uppercase;
	line-height: 1.1;
	letter-spacing: 2px;	
}

h1 {	
	font-size: 48px;
	color: #fff;
	text-align: center;			
}

h2 {
	font-size: 33px;
	margin-bottom: 20px;
	color: #fff;
	text-align: center;
}



h2 i {
	color: #de0000;
}

h4 {
	color: #909090;
	font-size: 23px;
	padding-bottom: 20px;
}

p {
	margin-bottom: 10px;
	line-height: 18px;
	padding-top: 10px;	
}

a:hover, a:visited {
	color: #ffffff;
}

#title a:hover {
	text-decoration: none;
}

#info ul {
	padding-bottom: 10px;
}

#info li {
	line-height: 18px;
	margin-bottom: 5px;
	color: #000000;
}

#info li i {
	color: #de0000;
	font-size: 16px;
	margin-right: 2px;
}

.bloque {
	margin-bottom: 20px;
}

.bloque:nth-child(odd) {
	clear: both;
}

.bloque:nth-child(even) {
	float: left;
}

.ranking-box,
.info-box {
	background: #fff;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	padding: 15px 0;
}

.mecanica {
	background: #fff;
	border-bottom: 49px solid #fff;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	padding: 15px 0;
}

.info-box {
	padding: 15px;
}
.info-box p {
	margin-bottom: 10px;
	line-height: 18px;
	color: #000000;
}

.info-box p:last-child {
	margin-bottom: 0;
}

.info-box .title, .box-title {
	text-transform: uppercase;
	font-size: 16px;
	color: #000;
	line-height: 1.8;
	padding-bottom: 5px;
}

.concurso-slot .textos-slot {
	font-size: 15px;
	line-height: 20px;
	min-height: 80px!important;
	color: #fff;
	text-align: center;
	padding: 10px 10px 0 10px;
}

.product-slot .img-slot {
  position: relative;
}

.img-slot img.bottom {
  position: absolute;
  left: 0;
  opacity: 0;
}

.iconed-info {
	padding: 5px 0;
}
.iconed-info li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px
}

.iconed-info li:last-child {
	margin-right: 0;
}

.iconed-info i {
	color: #de0000;
	font-size: 14px;
	margin-right: 2px;
}

.img-rounded {
	border-radius: 50%;
}

.img-responsive {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.ranking-box .name {
	text-transform: uppercase;
	font-size: 16px;
	color: #000;
	line-height: 1.8
}

.ranking-box .city {
	font-size: 12px;
	display: block;
}

.ranking-box .points {
	color: #444;
	font-size: 14px;
	float: right;
}

.head-img-info-box {
	max-width: 100%;
	display: inline-block;
	height: auto;
}

/* Scroll to Top */

#scrollUp {
    background-image: url("../img/top.png");
    bottom: 20px;
    right: 20px;
    width: 38px;    
    height: 38px;   
    text-indent: -666em;
}

/* Modal Condiciones */

#modal-condiciones {
	padding: 30px 20px;
}
	#modal-condiciones > div {
		overflow: hidden!important;	
	}

	#modal-condiciones > div h2 {
		font-size: 28px;
	}

	#modal-condiciones h2 img {
		display: inline-block;
		vertical-align: middle;
	}

	#modal-condiciones > div h2:after {
		display: none;
	}


/* XL */
@media (min-width: 1200px) {

    .header-background {
		position: relative;
		min-height: 600px;
		background: url(../img/cabecera.gif) no-repeat scroll center top #000000;;
	}

	.bloque:nth-child(odd) {
		margin-left: 4.16666% !important;
	}
}
/* L */
@media (min-width: 1024px) and (max-width: 1199px) {
	
	.header-background {
		position: relative;
		min-height: 500px;
		background: url(../img/cabecera-medium.gif) no-repeat scroll center top #000000;;
	}


	.bloque:nth-child(odd) {
		margin-left: 4.16666% !important;
	}

}

/* M */
@media (min-width: 641px) and (max-width:1023px) {

.header-background {
		position: relative;
		padding-bottom: 500px;
		background: url(../img/cabecera-small.gif) no-repeat scroll center top #000000;;
	}

}

/* S */
@media (min-width: 320px) and (max-width : 640px) {

	.header-background {
		position: relative;
		padding-bottom: 500px;
		background: url(../img/cabecera-xsmall.gif) no-repeat scroll center top #000000;;
	}

	h1 {
		font-size: 34px;
		margin-bottom: 10px;
	}

	h4 {
		font-size: 22px;
		line-height: 1.3;
	}

	section {
		padding: 20px 0;
	}

	#title {
		padding-top: 60px;
	}
	.ranking-box .points {
		width: 100%;
		text-align: right;
		margin-top: 10px;
		padding-top: 10px;
		border-top: 1px solid #ccc;

	}

	#modal-condiciones {
		width: 94%!important;
		left: 3%!important;
		margin-left: 0!important;
	}
}