@import url(style.css);

.space-20 {
  height: 20px;
  width: 100%;
}

.space-30 {
  height: 30px;
  width: 100%;
}

.space-40 {
  height: 40px;
  width: 100%;
}

.space-50 {
  height: 50px;
  width: 100%;
}

.navbar-brand img {
  margin-top: -20px;
}

html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
}

.landing {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	color: black;
	background-size: cover;
	background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/imagenes/landing.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

@media screen and (min-width: 601px) {
	.landing h1 {
		margin: auto;
		width: 50%;
		margin-top: 150px;
		color: white;
		text-align: center;
		text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
		font-size: 70px;
	}
}


@media screen and (max-width: 600px) {
  .landing h1 {
		margin: auto;
		width: 50%;
		margin-top: 150px;
		color: white;
		text-align: center;
		text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
		font-size: 30px;
	}
}



#bandera {
	margin-right: 20px;
}

strong, b {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 800;
}

html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
}

.encabezado {
	width: 100%;
}

.centered {
	text-align: center;
  width: 100%;
}

.centered h1{
	text-shadow: 0px 0px 5px #000000;
	font-size: 3.5em;
	font-weight: bold;
	color:#fff;
}

.boton_inscripcion {
	text-shadow: 0px 0px 5px #000000;
  color: #fff;
	border-radius: 37px 37px 37px 37px;
	-moz-border-radius: 37px 37px 37px 37px;
	-webkit-border-radius: 37px 37px 37px 37px;
	border: 1px solid #fff;
	
	font-size: 40px;
	padding: 16px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border-style: 2
	background: rgb(255, 255, 255, 0.5);
	-webkit-box-shadow: 0px 7px 18px rgba(50, 50, 50, 0.71);
	-moz-box-shadow:    0px 7px 18px rgba(50, 50, 50, 0.71);
	box-shadow:         0px 7px 18px rgba(50, 50, 50, 0.71);
}

.boton_inscripcion2 {
	width: 250px;
	margin-top: 10px;
	margin-right: 30px;
	text-align: center;
  color: #fff;
	font-size: 2em;
	padding: 16px;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background:  #da291c;
}

.boton_inscripcion2 a {
	color: #fff;
}

.counts {
  width: 30px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  padding-top: 3px;
  display: inline-block;
  margin-bottom: 1px;
}

.counts span {
  color: #fff;
  font-size: 15px;
  display: block;
  margin-bottom: 2px;
}
.counts p {
  text-transform: uppercase;
  color: #fff;
}

.count-down-1 {
	margin-right: 20px;
  position: relative;
  padding-right: 10px;
}
.count-down-1 .counts {
  width: 60px;
  text-align: center;
  display: inline-block;
  padding-top: 2px;
  padding-bottom: 1px;
  position: relative;
}
.count-down-1 span {
  color: #fff;
  text-shadow: 1px 2px rgba(255, 255, 255, 0.1);
  display: block;
  font-size: 30px;
  margin-bottom: 3px;
}
.count-down-1 p {
  margin-bottom: 0px;
  color: #eee;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 40;
}

@media (max-width: 992px) {
	.block {
		text-align: center;
		white-space: nowrap;
	}
	
	.centered h1{
		text-shadow: 0px 0px 5px #000000;
		font-size: 1.5em;
		color:#fff;
	}
	
	.boton_inscripcion {
		text-shadow: 0px 0px 5px #000000;
		color: #fff;
		border-radius: 37px 37px 37px 37px;
		-moz-border-radius: 37px 37px 37px 37px;
		-webkit-border-radius: 37px 37px 37px 37px;
		border: 1px solid #fff;
		font-size: 20px;
		padding: 16px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		border-style: 2;
		background:  #da291c;
		-webkit-box-shadow: 0px 7px 18px rgba(50, 50, 50, 0.71);
		-moz-box-shadow:    0px 7px 18px rgba(50, 50, 50, 0.71);
		box-shadow:         0px 7px 18px rgba(50, 50, 50, 0.71);
	}
	
	.counts {
		width: 20px;
		text-align: center;
		margin: 0 auto; 
		background-color: rgba(0, 0, 0, 0.2);
		padding-top: 3px;
		display: inline-block;
		margin-bottom: 1px;
	}

	.counts span {
		color: #fff;
		font-size: 15px;
		display: block;
		margin-bottom: 2px;
	}
	.counts p {
		text-transform: uppercase;
		color: #fff;
	}

	.count-down-1 {
		position: relative;
		padding-right: 10px;
	}
	
	.count-down-1 .counts {
		width: 50px;
		text-align: center;
		display: inline-block;
		padding-top: 2px;
		padding-bottom: 1px;
		position: relative;
	}
	
	.count-down-1 span {
		color: #fff;
		text-shadow: 1px 2px rgba(255, 255, 255, 0.1);
		display: block;
		font-size: 30px;
		margin-bottom: 3px;
	}
	
	.count-down-1 p {
		margin-bottom: 0px;
		color: #eee;
		font-size: 16px;
		text-transform: uppercase;
		font-weight: 40;
	}
}

.boton_ingles {
  color: #fff;
	border-radius: 37px 37px 37px 37px;
	-moz-border-radius: 37px 37px 37px 37px;
	-webkit-border-radius: 37px 37px 37px 37px;
	border: 1px solid #fff;
	
	font-size: 15px;
	margin-right: 50px;
	padding: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border-style: 2
	background: rgb(255, 255, 255, 0.5);
	-webkit-box-shadow: 0px 7px 18px rgba(50, 50, 50, 0.71);
	-moz-box-shadow:    0px 7px 18px rgba(50, 50, 50, 0.71);
	box-shadow:         0px 7px 18px rgba(50, 50, 50, 0.71);
}

.boton_ingles a {
	color: #fff;
}

.cb-enable {
	background-color: #0B8D9F !important;
}

.navbar {
	z-index: 3;
	background-color: #003168;
}

.navbar-brand img {
  margin-top: -20px;
	width: 180px;
}

.goog-te-gadget-simple img{display:none;}//hides the image in the widget