@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700i');

html, body {
	width: 100%;
	background: black;
	margin: 0;
	padding: 0;
}

#protein {
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	font-weight: 600;
	font-style: italic;
	text-transform: uppercase;
	color: white;
}

#protein * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
}

#protein button {
	cursor: pointer;
	outline: none;
}

#protein .header {
	display: block;
	width: 100%;
	max-width: 1200px;
	height: 70px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
}

#protein .header .background {
	display: block;
	width: auto;
	height: 100%;
}

#protein .header .logo {
	display: block;
    width: auto;
    height: 75%;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
}

#protein .header .logo > img, #protein .header .rrss > img {
	display: block;
    width: auto;
    height: 100%;
}

#protein .header .rrss {
	position: absolute;
	top: 6px;
	right: 15px;
	display: block;
	width: auto;
    height: 50%;
    z-index: 1;
}

#protein .header .rrss.instagram {
	right: 65px;
}

#protein .banner {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1200px;
	z-index: 0;
}

#protein .banner:after {
	content: '';
	display: block;
	width: 100%;
	height: 15px;
	background: #540c5f;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 50%) rotate(-1deg);
	-webkit-box-shadow: 0px 0px 15px 7px rgba(84,12,95,.5);
	-moz-box-shadow: 0px 0px 15px 7px rgba(84,12,95,.5);
	box-shadow: 0px 0px 15px 7px rgba(84,12,95,.5);
}

#protein .banner > .background {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 40px;
}

#protein .banner > .background.desktop {
	display: none;
}

@media (min-width: 768px) {

	#protein .header {
		height: auto;
	}

	#protein .header .background {
		width: 100%;
		height: auto;
	}

	#protein .header .logo {
		left: 15px;
	}

	#protein .header .rrss {
		top: 34%;
		transform: translateY(-50%);
		height: 32px;
	}

	#protein .banner > .background.desktop {
		display: block;
	}

	#protein .banner > .background.mobile {
		display: none;
	}

	#protein .banner:after {
		height: 34px;
		-webkit-box-shadow: 0px 0px 92px 10px rgba(84,12,95,0.78);
		-moz-box-shadow: 0px 0px 92px 10px rgba(84,12,95,0.78);
		box-shadow: 0px 0px 92px 10px rgba(84,12,95,0.78);
	}

	#protein .banner > .background {
		margin-top: -30px;
	}
}

@media (min-width: 992px) {
	#protein .banner > .background {
		margin-top: -70px;
	}
}

@media (min-width: 1200px) {
	#protein .header {
		left: 50%;
		transform: translateX(-50%);
	}

	#protein .header .rrss {
		right: 100px;
	}

	#protein .header .rrss.facebook {
		right: 105px;
	}
}

#protein .calculador {
	display: block;
	width: 100%;
	height: auto;
	background: transparent url('../images/calculador_background.jpg') repeat-y top center / 100% auto;
	padding: 30px 12%;
}

#protein .calculador .columna {
	display: block;
	width: 100%;
	max-width: 320px;
	padding: 15px;
	margin: 0 auto;
}

#protein .calculador .columna .title {
	font-size: 1.2rem;
	line-height: 1em;
	font-style: italic;
  	font-weight: 700;
  	text-transform: uppercase;
  	text-align: center;
}

#protein .calculador .generos {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-top: 15px;
}

#protein .calculador .generos .mujer,
#protein .calculador .generos .hombre {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 100px;
	height: auto;
	border: 1px solid black;
	position: relative;
	padding-top: 50px;
	margin-bottom: 26px;
	outline: none;
	background: transparent;
}

#protein .calculador .generos .mujer span,
#protein .calculador .generos .hombre span {
	display: block;
	color: white;
	font-style: italic;
	font-weight: 700;
	line-height: 1em;
	width: 100px;
	padding: 15px;
	position: absolute;
}

#protein .calculador .generos .mujer {
	margin-right: 10px;
}

#protein .calculador .generos .mujer.active {
	background: transparent url('../images/mujer.png') no-repeat center center / 150% auto;
}

#protein .calculador .generos .hombre.active {
	background: transparent url('../images/hombre.png') no-repeat center center / 150% auto;
}

#protein .calculador .generos .mujer img,
#protein .calculador .generos .hombre img {
	display: block;
	width: 36px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(.75);
}

#protein .calculador .generos .hombre img {
	width: 52px;
}

#protein .calculador .glowline {
	width: 80%;
	height: 1px;
	background: rgba(228, 29, 193, .5);
	-webkit-box-shadow: 0px 0px 20px 1px rgba(228,29,191,1);
	-moz-box-shadow: 0px 0px 20px 1px rgba(228,29,191,1);
	box-shadow: 0px 0px 20px 1px rgba(228,29,191,1);
	margin: 30px auto;
}

#protein .calculador .glowline.blue {
	background: rgba(30, 190, 244, .5);
	-webkit-box-shadow: 0px 0px 20px 1px rgba(30,190,244,1);
	-moz-box-shadow: 0px 0px 20px 1px rgba(30,190,244,1);
	box-shadow: 0px 0px 20px 1px rgba(30,190,244,1);
}

#protein .calculador .peso {
	padding: 30px 0 0;
	text-align: center;
	font-size: 1.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

#protein .calculador .peso input {
	border: 3px solid white;
	background: transparent;
	border-radius: 20px;
	width: 100px;
	height: 70px;
	font-size: 3rem;
	line-height: .5em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-style: italic;
	text-align: center;
	color: white;
	outline: none;
	line-height: 1em;
    letter-spacing: -.05em;
    padding: 10px 0;
    position: relative;
    z-index: 1;
}

#protein .calculador .peso .input-wrap {
	position: relative;
	margin-right: 15px;
	padding-right: 2px;
	padding-bottom: 2px;
}

#protein .calculador .peso .input-wrap .white,
#protein .calculador .peso .input-wrap .blue,
#protein .calculador .peso .input-wrap .pink {
	font-size: 3rem;
	line-height: .5em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-style: italic;
	text-align: center;
	letter-spacing: -.05em;
	color: white;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 0;
}

#protein .calculador .peso .input-wrap .pink {
	color: #1ebff4;
	transform: translate(calc(-50% - 3px), calc(-50% + 1px));
	-webkit-filter: blur(1px);
	-moz-filter: blur(1px);
	-o-filter: blur(1px);
	-ms-filter: blur(1px);
	filter: blur(1px);
}

#protein .calculador .peso .input-wrap .blue {
	color: #e41dc1;
	transform: translate(calc(-50% + 1px), calc(-50% - 1px));
	-webkit-filter: blur(1px);
	-moz-filter: blur(1px);
	-o-filter: blur(1px);
	-ms-filter: blur(1px);
	filter: blur(1px);
}

#protein .calculador .actividad {
	font-size: 1.2rem;
	line-height: 1.4em;
	padding: 15px 0;
	padding-left: 15px;
}

#protein .calculador .actividad li {
	padding: 15px 0 15px 70px;
	cursor: pointer;
}

#protein .calculador .actividad li span {
	display: block;
	font-size: .6rem;
	line-height: 1.2em;
	font-weight: 300;
}

#protein .calculador .actividad li {
	background: transparent url('../images/liviana.svg') no-repeat center left / auto 55%;
	position: relative;
}

#protein .calculador .actividad li.active:after {
	display: block;
	content: '';
	width: 140px;
	height: 70px;
	background: transparent url('../images/mujer.png') no-repeat center left / auto 150%;
	position: absolute;
	top: 0;
    left: -35px;
}

#protein .calculador .actividad li.moderada {
	background-image: url('../images/moderada.svg');
}

#protein .calculador .actividad li.intensa {
	background-image: url('../images/intensa.svg');
}

#protein .calculador .necesitas {
	display: block;
	font-size: 2rem;
	line-height: 1em;
  	text-transform: uppercase;
  	text-align: center;
}

#protein .calculador .resultado {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	line-height: 1em;
  	text-transform: uppercase;
  	text-align: center;
}

#protein .calculador .resultado .numbers {
	display: inline-block;
	font-size: 10rem;
	line-height: 1em;
	letter-spacing: -.04em;
  	text-transform: uppercase;
  	text-align: center;
	position: relative;
	overflow: hidden;
	width: 190px;
	height: 95px;
	margin: 15px 0;
}

#protein .calculador .resultado .numbers:before,
#protein .calculador .resultado .numbers:after {
	content: '';
	background: transparent url('../images/gradient.png') repeat-x top left / 100% 30%;
	display: block;
	width: 100%;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#protein .calculador .resultado .numbers:after {
	top: 65px;
	transform: rotate(180deg);
}

#protein .calculador .resultado .numbers > div {
	position: absolute;
	top: 0;
	right: 100px;
	background: transparent url('../images/numbers.png') no-repeat top center / 60px 1045px;
	width: 60px;
	height: 1045px;
	display: flex;
	align-items: flex-end;
	margin-left: -30px;
	z-index: 0;
}

#protein .calculador .resultado .numbers > .decena {
	right: 50px;
}

#protein .calculador .resultado .numbers > .unidad {
	right: 0;
}

#protein .calculador .resultado .numbers .white {
	position: relative;
	z-index: 1;
}

#protein .calculador .resultado .numbers .blue,
#protein .calculador .resultado .numbers .pink {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 0;
	-webkit-filter: blur(1px);
	-moz-filter: blur(1px);
	-o-filter: blur(1px);
	-ms-filter: blur(1px);
	filter: blur(1px);
}

#protein .calculador .resultado .numbers .blue {
	color: #00eff3;
	transform: translate(calc(-50% - 5px),-50%);
}

#protein .calculador .resultado .numbers .pink {
	color: #99007e;
	transform: translate(calc(-50% + 5px),-50%);
}

#protein .calculador .proteinas {
	display: block;
	font-size: 1.4rem;
	line-height: 1em;
  	text-transform: uppercase;
  	text-align: center;
}

#protein .calculador .fuente {
	display: block;
	font-size: .6rem;
	line-height: 1em;
	font-weight: 300;
  	text-transform: uppercase;
  	text-align: center;
  	padding: 15px;
}

#protein .calculador .compartir {
	display: block;
	border: none;
	outline: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.3rem;
	font-style: italic;
	line-height: 0px;
	text-transform: uppercase;
  	text-align: center;
	color: white;
	background: -moz-radial-gradient(center, ellipse cover, rgba(30,191,244,0.35) 0%, rgba(30,191,244,0) 75%, rgba(30,191,244,0) 100%);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(30,191,244,0.35) 0%,rgba(30,191,244,0) 75%,rgba(30,191,244,0) 100%);
	background: radial-gradient(ellipse at center, rgba(30,191,244,0.35) 0%,rgba(30,191,244,0) 75%,rgba(30,191,244,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#591ebff4', endColorstr='#001ebff4',GradientType=1 );
	text-shadow: 0px 0px 50px rgba(30,190,244, 1);
	margin: 0 auto;
	transform: translateY(-50%);
	width: 150px;
	height: 60px;
}

#protein .calculador .calcular {
	display: block;
	width: 100%;
	max-width: 225px;
	height: 225px;
	border: none;
	outline: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 2.8rem;
	font-style: italic;
	line-height: 1em;
	text-transform: uppercase;
  	text-align: center;
	color: white;
	background: transparent url('../images/bg_calcular.png') no-repeat center center / contain;
	text-shadow: 0px 0px 100px rgba(228, 29, 193, 1);
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
	opacity: .5;
	transition: opacity .3s;
}

#protein .calculador .calcular.active {
	opacity: 1;
}

#protein .calculador .calcular .inset {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-box-shadow: inset 0px 0px 20px 0px rgba(228,29,191,1);
	-moz-box-shadow: inset 0px 0px 20px 0px rgba(228,29,191,1);
	box-shadow: inset 0px 0px 20px 0px rgba(228,29,191,1);
}

#protein .calculador .no-margin-bottom {
	margin-bottom: 0;
}

#protein .calculador .clear-fix {
	clear: both;
}

@media (min-width: 768px) {

	#protein .calculador {
		padding-top: 70px;
		display: flex;
		flex-wrap: wrap;
		margin: 50px auto;
		justify-content: center;
		align-items: center;
	}

	#protein .calculador .columna {
		width: 50%;
	}

	#protein .calculador .columna .title {
		font-size: 1.6rem;
	}

	#protein .calculador .generos .mujer,
	#protein .calculador .generos .hombre {
		padding-top: 100px;
	}
}

#protein .scroll-helper-container {
	position: fixed;
	width: 70px;
	height: 65px;
	bottom: 0;
	right: 15px;
	color: #99007e;
}

#protein .scroll-helper {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 70px;
	text-align: center;
	font-size: 1.2rem;
}

#protein .scroll-helper .line {
	width: 1px;
	height: 50px;
	margin: 0 auto;
}

#protein .scroll-helper .line .line-background {
	width: 100%;
	height: 100%;
	background: #99007e;
}

@media (min-width: 768px) {

	#protein .scroll-helper-container {
		position: fixed;
	}
}

@media (min-width: 1200px) {

	#protein .scroll-helper-container {
		left: 50%;
		transform: translateX(500px);
	}
}

#protein .banner .glitch {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: scale(.18);
	transform-origin: top left;
}

#protein .banner .glitch img {
	opacity: 0;
}

#protein .banner .glitch.nuevo {
	top: 30%;
    left: 14%;
    transform: scale(.1);
}

#protein .banner .glitch.fortalece {
	top: 28%;
    left: 50%;
    transform: scale(.16);
}

#protein .banner .glitch.tu-dia {
	top: 50%;
    left: 68%;
    transform: scale(.16);
}

#protein .banner .glitch .division {
	position: relative;
	left: 0;
	border-bottom: 1px solid rgba(100, 100, 100, 0.215);
	z-index: 1;
}

#protein .banner .glitch .anomaly {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

#protein .banner .list {
	display: block;
    position: absolute;
    top: 65%;
    left: 60%;
    transform: scale(.2);
    transform-origin: top left;
    display: none;
}

@media (min-width: 576px) {
	#protein .banner .glitch.fortalece,
	#protein .banner .glitch.tu-dia,
	#protein .banner .glitch.nuevo{
		transform: scale(.18);
	}
	#protein .banner .glitch.tu-dia{

	}
	#protein .banner .glitch.fortalece{
		left: 60%;
		top: 38%;
	}
	#protein .banner .glitch.nuevo{

	}
	#protein .banner .list{
		left: 66%;
	}
}

@media (min-width: 768px) {

	#protein .banner .glitch {
		transform: scale(.4);
	}

	#protein .banner .glitch.nuevo {
		left: 14%;
		top: 32%;
	    transform: scale(.2);
	}

	#protein .banner .glitch.fortalece {
		transform: scale(.2);
		top: 39%;
	    left: 58%;
	}

	#protein .banner .glitch.tu-dia {
		transform: scale(.2);
		top: 48%;
	    left: 67%;
	}

	#protein .banner .list {
	    top: 58%;
	    left: 60%;
	    transform: scale(.3);
	}
}

@media (min-width: 1200px) {

	#protein .banner .glitch {
		transform: scale(.4);
	}

	#protein .banner .glitch.nuevo {
		left: 14%;
	    top: 35%;
	}

	#protein .banner .list {
	    top: 65%;
	    left: 63%;
	    transform: scale(.45);
	}

	#protein .banner .glitch.fortalece {
		transform: scale(.45);
		top: 36%;
	    left: 50%;
	}
	#protein .banner .glitch.tu-dia {
		top: 51%;
		transform: scale(.45);
	}
}

