/*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: #342c3f;
}

.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;
}

.sectionHeading {
	width: 100%;
	padding: 80px 40px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
  background-color: #342c3f;
}

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

.sectionHeading__title {
	margin-bottom: 10px;
	font-size: 2em;
}

.sectionHeading__details span {
	padding: 0px 5px;
	font-size: 0.9em;
}

.sectionHeading__cta {
  display: block;
  width: 100%;
}


/*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--conecta {
	background-color: #F2BA68;
}

.cta--facebook {
	width: 100%;
	margin-top: 0;
	padding: 15px;
	background-color: #3b5999;
	color: #fff;
	text-align: center;
}

.cta--facebook i {
	padding-right: 10px;
}

.fixedCta {
	position: fixed;
	right: 25px;
	bottom: 25px;

	text-align: right;
}

@media screen and (min-width: 850px) {
  .fixedCta {
    right: 30%;
  }
}

.cta--rounded {
  width: 50px;
  height: 50px;
	margin: 0;
	padding: 13px 10px;
	border-radius: 1000px;
	background-color: #fc9229;
	box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.5);
}

.cta--rounded img {
  max-width: 100%;
}

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

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



.cta--logout {
	width: 100%;
	margin-top: 0;
	padding: 15px;
	background-color: #606060;
	color: #fff;
	text-align: center;
}

/*buttons eventos*/
.cta--evento {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
  background-color: #342c3f;
}

.cta--evento::before {
	content: "Ver más";
}

.cta--evento.is-active::before {
	content: "Ver menos";
}


/*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__back {
	display: inline-block;
	width: 60px;
	margin-right: 50px;
	padding: 10px;
	box-sizing: border-box;
	background-color: blue;

	font-size: 2.5em;
	color: #fff;
	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;
}

.navigation__notifications {
	display: none;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	position: fixed;
	top: 77px;
	left: 0;
	right: 0;
	z-index: 9999;
	background-color: #fff;
}

.navigation__list {
	height: 100vh;
	padding: 0px 15px;
	box-sizing: border-box;
	clear: both;
	overflow-y: scroll;
}

.navigation__unit {
	display: block;
	font-size: 0.9em;
	color: #000;
	text-decoration: none;
	font-weight: 700;
}

.navigation__unit img {
	width: 40px;
	float: left;
}

.navigation__unit li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	min-height: 40px;
	padding-top: 40px;
	padding-bottom: 35px;
	border-bottom: 1px solid #ccc;
}

.navigation__unit p {
	width: calc(100% - 55px);
	padding-left: 15px;
}


/*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;
}

/*navegacion secundaria*/
.navigationSubNav {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	max-width: 800px;
	margin: 0 auto;
	position: fixed;
	top: 74px;
	right: 0;
	left: 0;
	padding: 10px;
	box-sizing: border-box;
	background-color: #fff;
	border-top: 1px solid #187087;
	border-bottom: 1px solid #187087;
	z-index: 999;

	font-size: 0.9em;
}

.navigationSubNav .cta {
	margin-top: 0;
	margin-bottom: 0;
}

.navigationSubNav__btnCont {
	width: 50%;
	float: left;
}

.navigationSubNav__btnCont a {
	width: calc(100%/2);
	float: left;
	padding: 10px;
	color: #429BBB;
}

.navigationSubNav__btnCont i {
	padding-right: 5px;
}

@media screen and (max-width: 350px) {
	.navigationSubNav__btnCont i {
		width: 100%;
	}
}

.navigationSubNav__btnCont--primary a {
	width: 100%;
	float: right;
	box-shadow: 0px 0px 0px 2px #fff;
	background-color: #429BBB;
	color: #fff;
}


/*USER*/
.user__image {
	width: 100px;
	float: left;
	border-radius: 100px
}

@media screen and (max-width: 500px) {
  .user__image {
    margin-bottom: 20px;
  }
}

.user__dataContainer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  margin-bottom: 50px;
  background-color: #342c3f;
}

.user__dataContainer--division {
  margin-bottom: 0;
  border-bottom: 1px solid #fff;
}

.user__data {
	width: 100%;
  max-width: 500px;
  margin: 0 auto;
	padding: 40px;
	box-sizing: border-box;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	min-height: 100px;
	float: left;
	background-color: #342c3f;


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

@media screen and (max-width: 500px) {
  .user__data {
    flex-direction: column;
  }
}

.user__data span {
	display: block;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 1.4em;
}

.user__name {
	padding-left: 15px;
}

.user__nameDetail {
	font-weight: 300 !important;
	font-size: 1.1em !important;
}

.user__sports {
  width: 100%;
	display: table;
  margin-bottom: 60px;
  padding: 15px 15px 60px 15px;
  box-sizing: border-box;
	clear: both;
  border-bottom: 1px solid #ccc;
}

.user__sportsContainer {
  display: table;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.user__sportsUnit {
  width: 25%;
  float: left;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .user__sportsUnit {
    width: 50%;
    margin-bottom: 20px;
  }
}

.user__sports img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100px;
  margin-bottom: 5px;
  padding: 15px;
  box-sizing: border-box;
}

.user__posts h3, .user__input h3, .user__events h3, .user__sports h3 {
	margin-bottom: 10px;
  padding-left: 15px;

	font-size: 1em;
  font-family: 'Montserrat', 'Open Sans', 'Arial', sans-serif;
  text-transform: uppercase;
  color: #fc9229;
}

.user__events {
	width: 100%;
  margin-bottom: 50px;
}

.user__events .dataBox__unitDataCont, .user__posts .dataBox__unitDataCont {
  box-shadow: 0px 0px 0px 1px #fc9229;
}

.user__posts {
	padding-bottom: 50px;
}

.user__input {
	padding: 90px 0 60px 0;
  background-color: #342c3f;
  color: #fff;
}

.user__input form {
	width: 100%;
	margin-top: 15px;
  padding: 15px;
	box-sizing: border-box;
}

.user__input input {
	width: 100%;
	margin-bottom: 25px;
	box-shadow: 0px 0px 0px 1px #187087;
}


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

	text-align: center;
}

/*CONECTA O ALENTA*/
.options {
	width: 100%;
	min-height: 100vh;
	/*background-color: #342c3f;*/
}

/*columnas opciones*/
.options__columns {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;

	height: 100vh;
	/*height: calc(100vh - 76px);*/
	width: 50%;
	padding: 60px 15px;
	box-sizing: border-box;
	float: left;
	text-decoration: none;
}

@media screen and (max-width: 500px) {
	.options__columns {
		width: 100%;
		height: auto;
    padding: 30px 15px;
	}

	.options__columns:first-child {
		padding-bottom: 0;
	}
}

.options__columns:last-child {
	border-bottom: 0;
}

.options__columns--orange {
	background-color: #F18B63;
}

.options__columns--yellow {
	background-color: #F9D76A;
}


/*iconos de opciones*/
.options__icon {
  min-height: 560px;
	padding: 150px 20px;
	box-sizing: border-box;
	border-radius: 5px;

	color: #000;
	text-align: center;
	background-color: #fc9229;
}

.options__icon img {
	margin-bottom: 25px;
  max-width: 100%;
}

@media screen and (max-width: 500px) {
	.options__icon img {
    max-width: 20%;
	}
}

.options__icon span {
	line-height: 25px
}

@media screen and (max-width: 500px) {
	.options__icon {
		min-height: auto;
		padding: 20px;
	}
}

.option__name {
	margin-bottom: 5px;
	font-size: 1.5em;
}

.options__imgContainer {
  height: 180px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 500px) {
  .options__imgContainer {
    height: 60px;
  }
}


/*EVENTOS EN CONECTA*/
.dataBox {
	width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.dataBox__unit {
	width: 100%;
	display: inline-block;
	margin-bottom: 0px;
  padding: 35px 15px;
	clear: both;
	box-sizing: border-box;
	background-color: #fff;

	color: #000;
	text-decoration: none;
  /*border-top: 1px solid #ccc;*/
}

.dataBox__unit:nth-child(even) {
  background-color: #f4f4f4;
}

.dataBox__unitDataCont {
  width: 100%;
	display: inline-block;
	margin-bottom: 15px;
	clear: both;
}

/*imagen minificada del evento*/
.dataBox__img, .dataBox__data {
	float: left;
}

.dataBox__img {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25%;
	height: 100px;
	background-color: transparent;
}

.dataBox__img img {
	width: 50px;
	height: auto;
}

/*data minificada del evento*/
.dataBox__data {
	width: 75%;
	padding-left: 25px;
	box-sizing: border-box;
}

.dataBox__flag {
	margin: 0 !important;
	padding-right: 10px !important;
	border: 0 !important;
}

@media screen and (max-width: 500px) {
  .dataBox__flag {
    display: block;
    margin-bottom: 5px !important;
  }
}

.dataBox__data span {
	display: block;
	min-height: 42px;
	width: 50%;
	margin-bottom: 10px;
	padding-right: 15px;
	box-sizing: border-box;
	float: left;

	font-size: 0.9em;
}

@media screen and (max-width: 385px) {
	.dataBox__data span {
		width: 100%;
		min-height: inherit;
	}
}

@media screen and (max-width: 320px) {
	.dataBox__data span:last-child {
		margin-bottom: 0;
	}
}

.dataBox__data span:nth-child(n+4) {
	min-height: inherit;
}

.dataBox__data span i {
	padding-right: 5px;
  color: #909090;
}

/*titulo del evento*/
.dataBox__title {
	display: block;
	margin-bottom: 15px;

	color: #fc9229;
	font-weight: 700;
  text-transform: uppercase;
}

/*descripcion del evento*/
.dataBox__description {
	width: 100%;
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 15px;
	clear: both;

	font-size: 0.9em;
  line-height: 1.3em;
}

/*organizador*/
.dataBox__users {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

.dataBox__users img {
	width: 35px;
	display: inline-block;
	margin-right: 10px;
	border-radius: 100px;
	border: 1px solid #ccc;
}

.dataBox__users span {
	width: 20%;
	font-size: 0.9em;
}

@media screen and (max-width: 320px) {
	.dataBox__users span {
		width: 30%;
	}
}

.dataBox__content {
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}

/*hinchada*/
.dataBox__hinchada {
	width: 80%;
	max-height: 37px;
	margin-left: 15px;
	overflow-x: scroll;
	overflow-y: hidden;
}

.dataBox__hinchadaImg {
	max-height: 37px;
	width: 400px;
}

/*evento transporte*/
.dataBox__transport {
	width: 100%;
	height: 245px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0px 15px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	overflow-y: scroll;
}

.dataBox__transportUnit {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;

	font-size: 0.9em;
}

.dataBox__transportUnit:last-child {
	border-bottom: 0
}

.dataBox__transportUnit img {
	width: 50px;
	margin-right: 15px;
	float: left;
}

.dataBox__transportUnit p {
	font-size: 0.9em;
}

.js-event-expanded {
	display: none;
}


/*POSTS*/
.dataBox__unit--post {
  padding-top: 20px;
  padding-bottom: 0;
	border: none;
	background-color: #fff !important;
}

.dataBox__unit--post .dataBox__unitDataCont {
  padding: 30px;
  box-sizing: border-box;
  border-radius: 5px;
}

.dataBox__unitDataCont {
	margin-bottom: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f6f6f6;
}

.dataBox__img--post {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
	width: 66px;
	margin-bottom: 15px;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 5px;
	border: 2px solid #000;
}

.dataBox__img--post img {
	margin-bottom: 0;
    max-height: 40px;
	max-width: 100%;
	border: 0;
}

@media screen and (max-width: 400px) {
	.dataBox__img--post img {
		width: auto;
		max-height: 40px;
	}
}

.dataBox__description--post {
	width: calc(100% - 81px);
	margin-top: 0;
	margin-bottom: 20px;
	padding-left: 15px;

	line-height: 1.2em;
}

@media screen and (max-width: 400px) {
	.dataBox__description--post {
		width: 100%;
		padding: 0;
	}
}

.dataBox__description--post img {
	width: 100%;
	margin-bottom: 15px;
	border-radius: 5px
}

.dataBox__description--post iframe {
	width: 100%;
  max-width: 100%;
  min-height: 300px;
	border-radius: 5px;
	max-width: 100%;
	margin-bottom: 15px;
}

@media screen and (max-width: 500px) {
  .dataBox__description--post iframe {
    min-height: 150px;
  }
}

.dataBox__description--user {
  width: 100%;
  margin: 0;
  padding: 0;
}

.dataBox__description--user img {
  max-width: 100%;
}

.dataBox__data--post {
	width: 100%;
	padding-top: 15px;
	padding-left: 0;
	border-top: 1px solid #ccc;
}

.dataBox__data--post span {
	width: auto;
	min-height: inherit;
	margin-bottom: 0;
	padding-right: 30px;
}

.dataBox__userName {
	display: block;
	margin-bottom: 5px;
	font-weight: 700;
}

.is-liked {
	color: #429bbb;
	opacity: 1;
}

/*post creation*/
.postCreation {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 9999;
}

/*show post*/
.post-is-displayed {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.postCreation__input {
	width: 100%;
	max-width: 600px;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: #fff;
}

@media screen and (max-width: 500px) {
	.postCreation__input {
    margin-top: 50px;
    max-height: 300px;
		max-width: 300px;
    overflow-y: scroll;
	}
}

.postCreation__close {
	width: 100%;
	margin-bottom: 10px;
	text-align: right;
}

.postCreation__close i {
	padding-bottom: 10px;
	padding-left: 10px;
	box-sizing: border-box;
}

.postCreation__controlPanel {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 10px;
	box-sizing: border-box;

	text-align: right;
}

.postCreation__controlPanel i {
	padding-left: 15px;
	color: #187087;
}

.postCreation__cheerInput {
	width: 50%;
	float: left;
	padding-right: 5px;
	box-sizing: border-box;
}

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

.postCreation__cheerInput:last-child {
	padding-right: 0;
}

.postCreation__cheerInput input {
	width: 100%;
	border: 2px solid #187087;
}

.postCreation__cta {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
	clear: both;
}

.postCreation__cta .cta {
	width: 50%;
	margin-bottom: 0;
	float: left;
	box-shadow: 0px 0px 0px 5px #fff;

	text-align: center;
}


/*CHAT*/
.chat {
	min-height: 100vh;
	position: relative;
	padding: 80px 15px;
	box-sizing: border-box;
	overflow-y: scroll;
}

.chat__container {
	max-width: 600px;
	margin: 0 auto;
}

.chat__name {
	margin-bottom: 30px;
	padding-top: 25px;
	padding-bottom: 25px;

	text-transform: uppercase;
	font-weight: 700;
	font-size: 2em;
	text-align: center;
	color: #8BC799;
}

.chat__boxContainer {
	width: 100%;
	padding-bottom: 80px;
	box-sizing: border-box;
}

/*chat otros usuarios*/
.chat__unit {
	display: inline-block;
	margin-bottom: 30px;
	box-sizing: border-box;
}

.chat__unit img {
	/*width: calc(20% - 25px);*/
	width: 50px;
	margin-right: 25px;
	float: left;
	border-radius: 100px;
  box-shadow: 0px 0px 5px 1px #342c3f;
}

/*chat usuario*/
.chat__unit--right img {
	margin-right: 0;
	margin-left: 25px;
	float: right;
  box-shadow: 0px 0px 5px 1px #fc9229;
}

.chat__unit--right .chat__bubble {
	background-color: #fc9229;
}

.chat__unit--right, .chat__bubble {
	float: right;
}

.chat__bubble {
	width: calc(100% - 75px);
	padding: 10px;
	float: left;
	box-sizing: border-box;
	background-color: #dedede;
	border-radius: 3px;

	color: #000;
	font-size: 0.9em;
	font-family: 'Montserrat', 'Open Sans', 'Arial', sans-serif;
}

/*input chat*/
.chat__input {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 15px;
	box-sizing: border-box;
	background-color: #000;
	/*background-color: rgba(255,255,255,0.95);*/
	box-shadow: 0px 0px 0px 1px #fc9229;
}

.chat__input input {
	width: 80%;
	height: 40px;
	float: left;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 3px 0px 0px 3px;
	/*box-shadow: inset 0px 0px 0px 1px #000;*/

	font-size: 0.95em;
}

.chat__send {
	width: 20%;
	height: 40px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
	background-color: #fc9229;
	border-radius: 0px 3px 3px 0px;

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


/*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: #342c3f;
}

.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;
}

/*NOTIFICACIONES*/
.notification__icon {
	text-align: center;
}

.notification__icon--tutorial img {
  display: block;
  margin: 20px auto 30px auto;
	max-height: 250px;
}

@media screen and (max-width: 320px) {
  .notification__icon--tutorial img {
    max-height: 200px;
  }
}

.notification__heading {
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 2em;
	text-align: center;
	color: #fff;
}

.notification__description {
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
}

.notification__phase {
  width: 100%;
  display: block;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}

.notification__phaseUnit {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  display: inline-block;
  background-color: #fff;
  border-radius: 100px;
}

.notification__phaseUnit.is-active {
  background-color: #fc9229;
}

/*TRIBUNAS*/
.miniatures {
  display: table;
  padding: 60px 15px;
}

.miniatures__unit {
  width: calc(100%/4);
  padding: 35px;
  box-sizing: border-box;
  float: left;

  color: #000;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 700px) {
  .miniatures__unit {
    width: 50%;
    min-height: 220px;
  }
}

.miniatures__unit img {
  max-width: 100%;
  margin-bottom: 10px;
  border-radius: 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;
}
