/* General */
body{
	background: #212529;
	color: #fff;
	font-family: 'Anton', sans-serif;
}

/* Cabecera y Cuenta Regresiva */
.cabecera{
	text-align: center;
	background-image: url("../imagenes/fondo-cabecera2.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.fila-cabecera{
	padding: 20px;
}

.margen-logo{
	margin-bottom: 30px;
}

.slogan{
	font-family: 'Anton', sans-serif;
	padding-bottom: 20px;
}

.cuenta-regresiva{
	padding-top: 100px;
	padding-bottom: 200px;
}

.diseno-contador{
	background: #000000a1;
    padding: 20px;
    margin-top: -75px;
}

#contador{
	font-size: 40px;
	font-family: 'Anton', sans-serif;
}

/* Auspiciadores */
.auspiciadores{
	text-align: center;
	padding: 40px;
}

.padding-logo{
	padding-bottom: 10px;
}


/* Passline */
.passline{
	background-image: url("../imagenes/fondo-passline.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	text-align: center;
	padding: 50px;
}

.titulo-passline{
	color: #fff;
	margin-top: 55px;
}

.margen-logo{
	margin-bottom: 20px;
}

.tramos{
	padding: 10px;
}

/* Footer */
.footer-web{
	background: #000000;
	color: #fff;
	padding-top: 20px;
}

.logo-footer{
	text-align: center;
}

.logo-redes-sociales{
	padding: 50px;
	text-align: center;
}

.color-modal{
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
}

a:link{ 
	text-decoration:none;
} 

a{
	color: #fff;
}

a:hover{
	color: #fb0001;
}

