/*FONTS*/
@import url('https://fonts.googleapis.com/css?family=Boogaloo');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

 /*GENERAL STYLING*/
/*estilos para el body*/
body {
	background-color: #E1E1E1;
}

/*headings*/
h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	font-family: 'Boogaloo', 'Open Sans', 'Arial', cursive;
}

/*texts*/
span, p, label {
	font-family: 'Montserrat', 'Open Sans', 'Arial', sans-serif;
	font-weight: 400;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

label {
	display: block;
	margin-bottom: 10px;
	font-weight: 400;
}

input, select {
	padding: 10px;
	box-sizing: border-box;
	border-radius: 3px;
	border: 0px;
	font-size: 0.9em;
  background-color: #fff;
}

textarea {
	width: 100%;
	max-height: 100px;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 3px;
	border: 0;
	box-shadow: 0px 0px 0px 1.5px #187087;
	font-size: 0.9em;
  background-color: #fff;
}


/*UTILS*/
/*content wrappers*/
.wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.wrapper--lg {
	max-width: 1170px;
}

.wrapper--md {
	max-width: 768px;
}

.wrapper--sm {
	max-width: 500px;
}

.wrapper--xsm {
	max-width: 300px;
}

/*air*/
.u-fixedAir {
	padding-top: 100px;
}

.u-fixedAir--subnav {
	padding-top: 155px;
}

/*body wrappers */
.wrapper--body {
	max-width: 800px;
}

/*background colors for sections*/
.bgDark {
	background-color: #2d313d;
}

.bgLight {
	background-color: #fff;
}

.bgGray {
	background-color: #f4f4f4;
}

.bgPrimary {
	background-color: #fc9229;
}

.u-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	/*background-color: rgba(24, 112, 135, 0.4);*/
	background-color: rgba(0, 0, 0, 0.35);
}

.u-highlight {
	color: #fc9229;
}


/*BUTTONS*/
.buttonGroup {
	width: 100%;
	background-color: #ccc;
}

/*buttons*/
.cta {
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 15px;
	box-sizing: border-box;
	background-color: #000;

	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: 700;
	font-family: 'Montserrat', 'Open Sans', 'Arial', sans-serif;
}

.cta:hover {
	cursor: pointer;
}

.cta:active {
	background-color: #ccc;
}

.cta--transp {
	color: #000;
	background-color: transparent;
}

.cta--outline {
	box-shadow: 0px 0px 0px 2px #fff;
	background-color: transparent;
	color: #fff;
}

.cta--outlineGray {
	background-color: #ccc;
	color: #fff;
}

.cta--full {
	width: 100%;
}


.cta--primary {
	background-color: #fc9229;
}

.cta--secondary {
	background-color: #342c3f;
}


/*BACKGROUNDS*/
.bg {
	background: #000 no-repeat;
	background-size: cover;
	background-position: center center;
}

.bg--hero {
	padding-top: 60px;
	padding-bottom: 60px;
	background: url(../img/backgrounds/hero.png);
}

.bg--landing {
	padding-top: 150px;
	padding-bottom: 150px;
	background: url(../img/backgrounds/landing-hero-bg3.png);
}

.bg--showcaseOne {
	padding: 200px 75px;
	background: url('../img/backgrounds/navegacion.jpg') #000;
}

.bg--showcaseTwo {
	padding: 200px 75px;
	background: url('../img/backgrounds/cancha.jpg') #000;
	background-position: top center;
}

.bg--showcaseThree {
	padding: 200px 75px;
	background: url('../img/backgrounds/birra.jpg') #000;
}

.bg--showcaseFour {
	padding: 200px 75px;
	background: url('../img/backgrounds/deportista.jpeg') #000;
}

@media screen and (max-width: 500px) {
	.bg--landing {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.bg--showcaseOne {
		background-position: right center;
	}

	.bg--showcaseFour {
		background-position: right center;
	}
}

.bg--landing img {
	max-width: 100%;
	opacity: 0.9;
}


/*HEROS*/
.hero {
	width: 100%;
	max-width: 100%;

	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
}


/*NAVIGATION*/
.navigation {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 800px;
	margin: 0px auto;
	padding: 15px;
	position: fixed;
	right: 0;
	left: 0;
	box-sizing: border-box;
	background-color: #000;
	border-bottom: 1px solid #fc9229;
	z-index: 999;
  text-align: center;
}



.navigation--landing {
	max-width: 100%;
	box-shadow: 0px 1px 10px 1px rgba(82, 162, 178, 0.28);
	background-color: rgba(0, 0, 0, 0.83);
  text-align: left;
}


/*landing cta*/
.navigation__cta {
	margin-top: 3px;
	float: right;
}

.navigation__cta a {
	margin: 0;
	display: inline-block;
}

/*logo*/
.navigation__brand {
	display: inline-block;
	text-align: center;
}

.navigation__brand img {
	margin-top: 5px;
	width: 120px;
	text-align: center;
}

/*iconos*/
.navigation__icons {
	margin-top: 5px;
	max-width: 70%;
	float: right;
}

.navigation__icons a {
	display: inline-block;
}

.navigation__icons i {
	margin-left: 15px;
	padding: 11px 8px;
	background-color: #7c8393;
	border-radius: 100px;

	color: #000;
	font-size: 1.1em;
}

.navigation__icons--left {
	margin-top: 5px;
	margin-right: 15px;
	margin-left: 0;
	float: left;
}

.navigation__icons--left i {
	margin-left: 0;
	padding-left: 12px;
	padding-right: 12px;
}


/*TEXT*/
.description {
	width: 100%;
	padding: 60px 20px 20px 20px;
	box-sizing: border-box;
	background-color: #fff;

	text-align: center;
}

/*LANDING*/
/*showcase*/
.showcase {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	clear: both;
	padding: 15px 15px 60px 15px;
	box-sizing: border-box;
  background-color: #fff;
}

.showcase__box {
	width: 50%;
	position: relative;
	box-sizing: border-box;
	float: left;
	background-color: blue;
	box-shadow: 0px 0px 0px 2px #fff;

	color: #fff;
}

@media screen and (max-width: 500px) {
	.showcase__box {
		width: 100%;
	}
}

.showcase__description {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
}

.showcase__description h3 {
	margin-bottom: 10px;
	font-size: 1.6em;
}

.showcase__description p {
	font-size: 1.2em;
}


/*download section*/
.downloadSection {
	width: 100%;
	padding: 60px 20px;
	box-sizing: border-box;
	background-color: #fc9229;
}

.downloadSection h1,
.downloadSection p {
	text-align: center;
	color: #fff;
}

.downloadSection__googlePlay img {
	max-width: 300px;
	display: block;
	margin: 0 auto;
}

.downloadSection__googlePlay img:hover {
	opacity: 0.75;
	transition: all 0.2s ease 0s;
}


/*testimonials*/
.testimonials {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	background-color: #2d313d;
}

.testimonials__unit {
	width: calc(100%/3);
	float: left;
	padding: 15px;
	box-sizing: border-box;

	text-align: center;
	color: #fff;
}

@media screen and (max-width: 500px) {
	.testimonials__unit {
		width: 100%;
		margin-bottom: 30px;
	}
}

.testimonials__unit img {
	width: 100px;
	margin: 0 auto;
	margin-bottom: 10px;
	border-radius: 1000px
}

.testimonials__unit span {
	display: block;
	margin-bottom: 5px;

	font-weight: 700;
}

.testimonials__score {
	margin-top: 10px;
	margin-bottom: 5px;
}


/*FOOTER*/
.pageFoot {
	width: 100%;
	padding: 60px;
	box-sizing: border-box;
	background-color: #000;
	text-transform: uppercase;
	font-size: 0.6em;
	text-align: center;
	color: #fff;
	line-height: 1.5em;
}

@media screen and (max-width: 500px) {
	.pageFoot {
		padding: 60px 20px;
	}
}

.pageFoot__socialMedia {
	margin-bottom: 15px;
	color: #fff;
}

.pageFoot__socialMedia a {
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
	color: #fff;
}

.pageFoot__link:hover,
.pageFoot__socialMedia a:hover,
.pageFoot__logo img:hover {
	opacity: 0.75;
}

.pageFoot__logo {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}

.pageFoot__logo img {
	max-width: 100px;
}

.pageFoot__link {
  margin-top: 15px;
  margin-bottom: 15px;
  display: inline-block;
  color: #fff;
  text-transform: inherit;
  font-size: 1.5em;
}

































/*clases generales*/
.wrapper--padre {
  min-height: 100vh;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.formulario {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  min-height: 100vh;
	padding: 20px;
	padding-top: 0;
	box-sizing: border-box;
	color: #fff;
}

.formulario fieldset {
  width: 100%;
}

.formulario__image {
  display: block;
  margin: 0 auto;
}

.formulario label {
  margin-top: 30px;
  margin-bottom: 5px;

  font-size: 0.8em;
  text-transform: uppercase;
  text-align: left
}

.formulario input, textarea, select {
	width: 100%;
	box-shadow: 0px 0px 0px 1px #ccc;
}

.formulario--signIn {
  padding-top: 60px;
  padding-bottom: 60px;
}

.formulario--signIn fieldset {
  width: 100%;
}

.formulario__heading {
  margin-top: 10px;
  margin-bottom: 30px;
  color: #fc9229;
  font-size: 2em;
  text-align: center;
}

.selector {
  width:100%;
  height: 40px;
  font-family: 'Montserrat', 'Open Sans', 'Arial', sans-serif;
  font-weight: 300;
  border: none;
}

.archivo {
  background-color: transparent;
  color: transparent;
  margin-top: 6px;
}




/*fondos*/
.wrapper--bgazul {
  background-color: #419aba;
}


.wrapper--bgceleste {
  background-color: #e1f3f4;
}


.wrapper--bgamarillo {
  background-color: #fcf7d4;
}



.bg--azul {
	padding-top: 60px;
	padding-bottom: 60px;
	background: url(../img/backgrounds/bg-azul.png);
}

.bg--azul h1 {
	color: #FFF;
}

.bg--amarillo {
	padding-top: 60px;
	padding-bottom: 60px;
	background: url(../img/backgrounds/bg-amarillo.png);
}

.bg--amarillo h1 {
	color: #454141;
}



/*splash*/
.splash {
	text-align: center;
}


.splash__img--loading {
  height: 20px;
}


.splash p {
  margin-top: 10px;
  margin-bottom: 50px;

  color: #FFF;
  font-weight: 500;
}

.splash a {
  text-decoration: none;
}


/*login*/

.login {
  width: 100%;
  padding: 60px 15px;
  box-sizing: border-box;
  text-align: center;
  color: #419aba;
}



.login img {
  height: 120px;

}


.login h1 {
  margin-top: 10px;
}


.login a {
  text-decoration: none;
}


.login__cta {
  margin-top: 20px;
  background-color: #419aba;
  padding: 15px;

  font-family: 'Montserrat', 'Open Sans', 'Arial', sans-serif;
  font-size:0.8em;
  color: #FFF;
  text-decoration: none;
}


.login__cta--fb {
  margin-top: 30px;
  background-color: transparent;

  font-size:0.7em;
  color: #419aba;
}


.login__cta--fb img {
  height: 18px;
  margin-right: 5px;
  border-radius: 5px;
  vertical-align: text-bottom;
}


.login__cta--signin {
  padding-top: 20px;
  background-color: transparent;
  border-top: 1px solid #419aba;

  font-size:0.7em;
  color: #419aba;
  text-transform: uppercase;
}

.register a {
  width: 100%;
  display: inline-block;
  border-top: 1px solid #fff;
  margin-top: 30px;
  padding-top: 20px;
  color: #fff;
  text-align: center;
}



/*signin*/

.signin {
  margin-top: 30px;
  text-align: center;
  color: #419aba;
}

.signin a {
  text-decoration: none;
}

.signin__formulario {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
  padding: 20px;
  box-sizing: border-box;

  color: #419aba;
}




/*direccion*/

.direccion {
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
}

.direccion a {
  text-decoration: none;
}

.direccion h2 {
	margin-bottom: 5px;
	font-size: 1.4em;
}

.direccion span {
	font-size: 0.9em;
}

.direccion__formulario {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
  margin-right: 40px;
  margin-left: 40px;

  color: #F2BA68;
}


.columna {
  width: 100%;

}

.direccion__cta {
  margin-top: 20px;
  background-color: #F2BA68;
  padding: 15px;

  font-family: 'Montserrat', 'Open Sans', 'Arial', sans-serif;
  font-size:0.8em;
  color: #FFF;
  text-decoration: none;
}






/*menu principal*/

.menu {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;

}


.menu a{
  width: 100%;
  text-decoration: none;
  color:#656565;
}


.menu__opcion {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #FFF;
}


.menu__opcion--conecta {
  background-color: #fabc51;
}


.menu__opcion--alenta {
  background-color: #a63c80;
}


.opcion {
	margin: auto;
  padding: 40px 20px;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  color:#656565;
}


.opcion img {
  height: 100px;
}


.opcion h1 {
  font-size: 3em;
  color: #fff;
  margin: 10px;
}


.opcion p {
  font-size: 1em;
  color: #fff;
  line-height: 1.2em;
}

/*crea tu hinchada*/
.hinchada__formulario {
  width: 100%;
	margin: 0 auto;
  padding: 20px;
	box-sizing: border-box;

  color: #F2BA68;
}

/*hinchada creada*/
.hinchadacreada {
  width: 60%;
  text-align: center;
}

.hinchadacreada img {
  height: 150px;
  border-radius: 1000px;
}

.hinchadacreada h1 {
  font-size: 2.5em;
}
