

/*             CSS  -  RESET             */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td{margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;
}

body{line-height: 1;}

ol,
ul {list-style: none;}

blockquote,
q {quotes: none;}

blockquote:before,
blockquote:after,
q:before,
q:after {content: '';content: none;}
focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}


/*             CSS  -  RESET             */





@font-face {
    font-family: 'robotolight';
    src: url('../fonts/Roboto-Light-webfont.eot');
    src: url('../fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Light-webfont.woff') format('woff'),
    url('../fonts/Roboto-Light-webfont.ttf') format('truetype'),
    url('../fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'robotobold';
    src: url('../fonts/Roboto-Bold-webfont.eot');
    src: url('../fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Bold-webfont.woff') format('woff'),
    url('../fonts/Roboto-Bold-webfont.ttf') format('truetype'),
    url('../fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Glacial-Regular';
    src: url('../fonts/GlacialIndifference-Regular.eot');
    src: url('../fonts/GlacialIndifference-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GlacialIndifference-Regular.woff2') format('woff2'),
         url('../fonts/GlacialIndifference-Regular.woff') format('woff'),
         url('../fonts/GlacialIndifference-Regular.ttf') format('truetype'),
         url('../fonts/GlacialIndifference-Regular.svg#GlacialIndifference-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Glacial-Bold';
    src: url('../fonts/GlacialIndifference-Bold.eot');
    src: url('../fonts/GlacialIndifference-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GlacialIndifference-Bold.woff2') format('woff2'),
         url('../fonts/GlacialIndifference-Bold.woff') format('woff'),
         url('../fonts/GlacialIndifference-Bold.ttf') format('truetype'),
         url('../fonts/GlacialIndifference-Bold.svg#GlacialIndifference-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}




body {
  color: #1b191a;
  font-size: 16px;
  font-family: 'robotolight', Arial, Tahoma, Verdana;
  line-height: 22px;
  text-align: center;
  background: #ffffff;
}


body.display-modal{
    overflow: hidden !important;
    overflow-y: disabled;
}

body.bd-modal{
    overflow: hidden !important;
    overflow-y: disabled;
}


/*             SET PRIMARIOS             */

h1,
h2,
h3,
h4,
h5{
  color: #009b00;
  font-family: 'Glacial-Bold', Arial, Tahoma, Verdana;
  font-weight: 100;
  text-transform: uppercase;
  margin: 20px 0;
}


h1 {
  font-size: 48px;
  line-height: 48px;
}
h2 {
  font-size: 40px;
  line-height: 40px;
}
h3 {
  font-size: 28px;
  line-height: 30px;
}
h4 {
  font-size: 22px;
  line-height: 24px;
}

img{
  display: block;
}


a,
button{
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}




.cnt-loading{
    top: 0;
    left: 0;
    z-index: 20000;
    position: fixed;
    background: #000000;
    background-size: 60px auto;
    opacity: 0.90;
    width: 100%;
    height: 100%;
}

.cnt-loading p{
	color: #009b00;
	font-size: 16px;
  	font-family: 'Glacial-Bold', Arial, Tahoma, Verdana;
  	font-weight: 100;
	text-align: center;
	text-transform: uppercase;
    background: url(../lib/loadb.svg) no-repeat center;
    background-size: 80px auto;
	width: 200px;
	height: 40px;
	margin: 26vh auto 0 auto;
}
.cnt-loading p.embed{
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	background:none;
	width: 200px;
	height: 200px;
	margin: 10px auto 0 auto;
}
.cnt-loading p.embed img{
	display: block;
	width: 80px;
	height: auto;
	margin: 0 auto;
}

.cnt-loading .ld2{
	color: #ffffff;
	font-size: 16px;
	text-align: center;
    background: url(../lib/loadc.svg) no-repeat center;
    background-size: 80px auto;
	width: 200px;
	height: 200px;
	margin: 200px auto 0 auto;
}


.sp {
  width: 32px;
  height: 32px;
  clear: both;
  margin: 20px auto;
}
.sp-3balls, .sp-3balls:before, .sp-3balls:after {
  border-radius: 50%;
  background-color: #009b00;
  width: 18px;
  height: 18px;
  transform-origin: center center;
  display: inline-block;
}

.sp-3balls {
  position: relative;
  background-color: #009b00;
  opacity: 1;
  -webkit-animation: spScaleAlpha 1s infinite linear;
  animation: spScaleAlpha 1s infinite linear;
}

.sp-3balls:before, .sp-3balls:after {
  content: '';
  position: relative;
  opacity: 0.25;
}

.sp-3balls:before {
  left: 30px;
  top: 0px;
  -webkit-animation: spScaleAlphaBefore 1s infinite linear;
  animation: spScaleAlphaBefore 1s infinite linear;
}

.sp-3balls:after {
  left: -30px;
  top: -23px;
  -webkit-animation: spScaleAlphaAfter 1s infinite linear;
  animation: spScaleAlphaAfter 1s infinite linear;
}

@-webkit-keyframes spScaleAlpha {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0.25;
  }
  66% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spScaleAlpha {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0.25;
  }
  66% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spScaleAlphaBefore {
  0% {
    opacity: 0.25;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0.25;
  }
}
@keyframes spScaleAlphaBefore {
  0% {
    opacity: 0.25;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0.25;
  }
}
@-webkit-keyframes spScaleAlphaAfter {
  33% {
    opacity: 0.25;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}
@keyframes spScaleAlphaAfter {
  33% {
    opacity: 0.25;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}


.content-modal{
	display: none;
	top: 0;
	left: 0;
	z-index: 10000;
	overflow: hidden;
	position: fixed;
	text-align: center;
	background: rgba(0, 0, 0, 0.80);
	width: 100%;
	height: 100vh;
}
.dsp-modal-cnt{
	display: block;
}

.content-modal .modal-bd{
	position: relative;
	font-size: 14px;
	text-align: center;
	background: #ffffff;
	width: 50%;
	margin: 50px auto 20px auto;
	padding: 40px;
}
.content-modal .exit{
	top: -12px;
	right: -14px;
	cursor: pointer;
	display: block;
	position: absolute;
	outline: none;
	text-indent: -9000px;
	text-decoration: none;
	background: #f00;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	padding: 0 !important;
}
.content-modal .exit:after{
	top: 15px;
	left: 6px;
	content: "";
	display: block;
	position: absolute;
	background: #ffffff;
	width: 18px;
	height: 1px;
	transform: rotate(45deg);
}
.content-modal .exit:before{
	top: 15px;
	right: 6px;
	content: "";
	display: block;
	position: absolute;
	background: #ffffff;
	width: 18px;
	height: 1px;
	transform: rotate(-45deg);
}

.content-modal h4{
	text-align: left;
	text-transform: none;
	margin: 0 0 20px 0;
}
.content-modal p{
	text-align: left;
	margin: 20px 0;
}






.modal-log{
	top: 0;
	left: 0;
	z-index: 2000;
	overflow: hidden;
	position: fixed;
	background: rgba(0, 0, 0, 0.80);
	width: 100%;
	height: 100vh !important;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	        transition: all 0.3s;
}





.box-log{
	overflow: hidden;
	background: #ffffff;
	border-radius: 8px;
	width: 33%;
	margin: 100px auto 0 auto;
	padding: 19px 20px;
}

.modal-log  .content-login-user{
  	float: left;
    border: 1px solid #e0e0e0;
	border-radius: 8px;
    width: 94%;
    padding: 10px 3%;
    margin: 0 auto;
}
.modal-log  .content-login-user h4{
	text-align: left;
	text-transform: none;
    margin: 0 auto;
}
.modal-log  p.small{
	float: left;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	width: 54%;
	margin: 0 0 10px 0 !important;
	padding: 0;
}


.modal-log  .formulario-default fieldset{
	margin: -10px auto 0 auto;
	padding: 0;
}
.modal-log  .formulario-default p{
	margin: 0 0 10px 0 !important;
	padding: 0;
}

.modal-log  .content-compra{
  	float: left;
    border: 1px solid #fa9a05;
	border-radius: 8px;
    width: 94%;
    padding: 10px 3% 4px 3%;
    margin: 10px auto 0 auto;
}

.modal-log  .content-compra a.btn-b{
	float: right;
	margin-top: 4px;
}




header{
	top: 0;
	left: 0;
	z-index: 100;
	display: block;
	position: absolute;
	background: #ffffff;
	width: 96%;
	height: 80px;
	margin: 0;
	padding: 0 2%;
}


a.logo:link,
a.logo:visited{
  display: block;
  float: left;
  outline: none;
  text-indent: -9000px;
  text-decoration: none;
  background: url(../lib/calories.png) no-repeat center;
  width: 130px;
  height: 61px;
  margin: 10px 0 0 5px;
}


.menu-mb,
.menu-mb:after,
.menu-mb:before,
.menu-mb span{
	transition: all 0.5s;
}

.menu-mb{
	display: none;
	position: absolute;
	top: 12px !important;
	right: 10px !important;
	cursor: pointer;
	text-indent: -999999px;
	width: 40px;
	height: 36px;
}

.menu-mb:before{
	content:"";
	top: 10px;
	left: 20%;
	z-index: 100;
	position: absolute;
	background: #009b00;
	width: 60%;
	height: 2px;
}
.menu-mb:hover:before{
	background: #fa9805;
}

.menu-mb:after{
	content:"";
	bottom: 10px;
	left: 20%;
	z-index: 100;
	position: absolute;
	background: #009b00;
	width: 60%;
	height: 2px;
}
.menu-mb:hover:after{
	background: #fa9805;
}

.menu-mb span{
	top: 17px;
	left: 20%;
	z-index: 100;
	position: absolute;
	background: #009b00;
	width: 60%;
	height: 2px;
}
.menu-mb:hover span{
	background: #fa9805;
}




header nav{
  font-family: 'Glacial-Regular', Arial, Tahoma, Verdana;
  width: 100%;
  height: 80px;
-webkit-transition: all 0.6s;
   -moz-transition: all 0.6s;
	    transition: all 0.6s;
}
header nav ul {
  float: right;
  color: #23a950;
  font-size: 14px;
  line-height: 24px;
  height: 70px;
  margin: 5px auto 0 auto;
}
header nav ul li{
  float: left;
  position: relative;
  text-transform: uppercase;
  margin: 0 5px;
}
header nav ul li a{
  display: inline-block;
  color: #000000;
  line-height: 14px;
  text-align: center;
  text-decoration: none;
  padding: 30px 20px 20px 20px;
}


header nav ul li:last-child{
	font-size: 13px;
	font-family: 'Glacial-Bold', Arial, Tahoma, Verdana;
	border-right: 0;
	margin-top: 10px;
}
header nav ul li:last-child a{
	color: #ffffff;
	padding: 20px;
}
header nav ul li:last-child a:hover{
	opacity: 0.80;
}

header nav ul li .usuario{
	float: left;
	display: block;
	position: relative;
	text-decoration: none;
	background: #faae36 url(../lib/ico-usuario.png) no-repeat 10px center;
	background-size: 24%;
	width: 110px;
	height: 36px;
	margin: 10px 10px 0 0;
	padding: 18px 0 0 27px !important;
}
header nav ul li .usuario:before{
	top: 8px;
	left: 8px;
	content: "";
	display: block;
	position: absolute;
	background: rgba(255, 255, 255, 0.20);
	border-radius: 50%;
	width: 36px;
	height: 36px;
}
header nav ul li .usuario:hover{
	color: #ffffff;
	background: #fa9a05 url(../lib/ico-usuario.png) no-repeat 10px center;
	background-size: 24%;
}
header nav ul li .usuario:hover:before{
	top: 8px;
	left: 8px;
	content: "";
	display: block;
	position: absolute;
	background: rgba(255, 255, 255, 0.40);
	border-radius: 50%;
	width: 36px;
	height: 36px;
}

header nav ul li .ds{
	color: #ffffff !important;
	background-color: #009b00 !important;
}

header nav ul li .carrito{
	float: right;
	display: block;
	outline: none;
	text-indent: -9000px;
	text-decoration: none;
	background: #fa9a05 url(../lib/ico-carrito.png) no-repeat center;
	background-size: 56%;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	margin: 20px 12px 0 0;
	padding: 0 !important;
}
header nav ul li .carrito:hover{
	background: rgba(0, 0, 0, 0.20) url(../lib/ico-carrito.png) no-repeat center;
	background-size: 56%;
}


header nav ul li .exit{
	top: -2px;
	right: -5px;
	display: block;
	position: absolute;
	outline: none;
	text-indent: -9000px;
	text-decoration: none;
	background: #f00;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	padding: 0 !important;
}
header nav ul li .exit:after{
	top: 15px;
	left: 6px;
	content: "";
	display: block;
	position: absolute;
	background: #ffffff;
	width: 18px;
	height: 1px;
	transform: rotate(45deg);
}
header nav ul li .exit:before{
	top: 15px;
	right: 6px;
	content: "";
	display: block;
	position: absolute;
	background: #ffffff;
	width: 18px;
	height: 1px;
	transform: rotate(-45deg);
}



header nav ul li a:hover{
	color: #009b00;
}
header nav ul li .active{
	color: #009b00;
	font-family: 'Glacial-Bold', Arial, Tahoma, Verdana;
}


header nav ul li select{
	position: relative;
	cursor: pointer;
	box-sizing: border-box;
	font-family: 'Glacial-Regular', Arial, Tahoma, Verdana;
	background: transparent;
	border: 1px solid #e8e8e8;
	height: 40px;
	margin: 6px 0 0 0;
	padding: 0 10px;
}


.dsp-mn-mb{
	z-index: 100;
	overflow: hidden;
	background: #000000;
	height: 100vh !important;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	        transition: all 0.3s;
}


.dsp-mn-mb nav{
	width: 100%;
	height: auto;
	margin: 0 auto !important;
}
.dsp-mn-mb nav ul{
	float: none;
	width: 90%;
	height: auto;
	margin: 0 auto !important;
}
.dsp-mn-mb nav ul li{
	clear: both;
	float: none;
	display: block;
	position: relative;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	width: auto;
	margin: 0 auto;
}
.dsp-mn-mb nav ul li:first-child{
	padding-top: 50px !important;
}


.dsp-mn-mb nav ul li a{
	display: block;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding: 15px 10px;
	transition: all .4s;
}
.dsp-mn-mb nav ul li a:hover{
	color: #ffd300;
	background: transparent;
}

.dsp-mn-mb nav ul li .usuario{
	float: none;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	background: url(../lib/ico-usuario.png) no-repeat 10px center;
	background-size: 24%;
	width: 110px;
	height: 36px;
	padding: 18px 0 0 27px !important;
}
.dsp-mn-mb nav ul li .usuario:hover{
	background: url(../lib/ico-usuario.png) no-repeat 10px center;
	background-size: 24%;
}
.dsp-mn-mb nav ul li .usuario:hover:before{
	top: 8px;
	left: 8px;
	content: "";
	display: block;
	position: absolute;
	background: rgba(0, 0, 0, 0.20);
	border-radius: 50%;
	width: 36px;
	height: 36px;
}

.dsp-mn-mb nav ul li .carrito{
	float: none;
	display: inline-block;
	vertical-align: middle;
	outline: none;
	text-indent: -9000px;
	text-decoration: none;
	background: #fa9a05 url(../lib/ico-carrito.png) no-repeat center;
	background-size: 50%;
	border-radius: 50%;
	width: 53px;
	height: 53px;
	margin: 10px 12px 0 0;
	padding: 0 !important;
}
.dsp-mn-mb nav ul li .carrito:hover{
	background: rgba(0, 0, 0, 0.20) url(../lib/ico-carrito.png) no-repeat center;
	background-size: 60%;
}

.dsp-mn-mb nav ul li .exit{
	top: -2px;
	right: 20px;
	display: block;
	position: absolute;
	outline: none;
	text-indent: -9000px;
	text-decoration: none;
	background: #f00;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	padding: 0 !important;
}
.dsp-mn-mb nav ul li .exit:hover{
	background: #f00;
}

.dsp-mn-mb nav ul li select{
	cursor: pointer;
	background: #ffffff;
	border: 1px solid #ffffff;
	width: 65%;
	height: 45px;
	margin: 10px 0 0 0;
	padding: 0 10px;
}




/* PAG EN CONSTRUCCIÓN */ 


.container-un{
	overflow: hidden;
	color: #ffffff;
	text-align: center !important;
	background: #000000 url(../images/nutritional-sport-bars.jpg) no-repeat center;
	width: 100%;
	height: 100vh !important;
}
.container-un img{
  display: block;
  margin: 10px auto 0 auto;
}
.container-un img.log{
	float: left;
	clear: both;
	display: block;
	margin: 100px 0 0 50px;
}
.container-un h1{
	float: left;
	clear: both;
	text-align: left;
	width: 50%;
	margin: 60px 0 0 50px;
}
.container-un h1 span{
	color: #fa9a05;
	font-size: 42px;
	font-family: 'Glacial-Regular', Arial, Tahoma, Verdana;
}

.redes-sociales{
	bottom: 20px;
	left: 0;
	z-index: 100;
	position: absolute;
	color: #009b00;
	font-size: 12px;
	text-align: right;
	width: 100%;
	height: 120px;
} 
.redes-sociales p{
	float: right;
	display: block;
	overflow: hidden;
	color: #009b00;
	font-size: 16px;
	text-align: right;
	width: 18%;
	margin: 0 44px 0 0;
}
.redes-sociales p b{
	font-size: 14px;
}

.redes-sociales ul{
	float: right;
	clear: right;
	text-align: left;
	width: 48%;
	margin: 20px 0 0 0;
}
.redes-sociales ul li{
	float: left;
	display: block;
	color: #fa9a05;
	text-align: center;
	width: 14%;
	margin: 0 10px;
}
.redes-sociales ul li:first-child{
	width: 28%;
}
.redes-sociales ul li:last-child{
	width: 10% !important;
	margin: 0 0 0 10px !important;
}
.redes-sociales ul li a{
	display: block;
	color: #fa9a05;
	text-decoration: none;
}
.redes-sociales ul li img{
	display: block;
	width: 24%;
	margin: 0 auto 10px auto;
}
.redes-sociales ul li:first-child img{
	width: 12%;
	margin: 5px auto 12px auto;
}
.redes-sociales ul li:last-child img{
	margin: 4px auto 10px auto;
}



@media screen and (min-width: 921px) and (max-width: 1190px) {



	.container-un{
		background: #000000 url(../images/nutritional-sport-bars.jpg) no-repeat center;
		background-size: 260%;
		height: 100vh !important;
	}

	.container-un img.log{
		width: 20%;
		height: auto;
		margin: 70px 0 0 20px;
	}
	.container-un h1{
		font-size: 42px;
		line-height: 46px;
		width: 50%;
		margin: 100px 0 0 20px;
	}
	.container-un h1 span{
		font-size: 36px;
	}

	.redes-sociales{
		bottom: 0;
		left: 0;
		z-index: 100;
		position: absolute;
		color: #009b00;
		font-size: 12px;
		text-align: right;
		width: 100%;
		height: 120px;
	} 
	.redes-sociales p{
		font-size: 14px;
		width: 90%;
		margin: 0 3  0px 0 0;
	}
	.redes-sociales p b{
		font-size: 12px;
	}

	.redes-sociales ul{
		font-size: 10px;
		width: 54%;
		margin: 20px 0  0 0;
	}
	.redes-sociales ul li{
		width: 15%;
		margin: 0 5px;
	}
	.redes-sociales ul li:first-child{
		width: 27%;
	}
	.redes-sociales ul li:last-child{
		width: 14% !important;
		margin: 0 0 0 10px !important;
	}
	.redes-sociales ul li a{
		  text-decoration: none;
	}
	.redes-sociales ul li img{
		width: 32%;
	}
	.redes-sociales ul li:first-child img{
		width: 18%;
		margin: 6px auto 12px auto;
	}
	.redes-sociales ul li:last-child img{
		margin: 0 auto 10px auto;
	}
}

@media screen and (min-width: 737px) and (max-width: 920px) {
 


	.container-un{
		background: #000000 url(../images/nutritional-sport-bars.jpg) no-repeat center;
		background-size: 260%;
		height: 100vh !important;
	}

	.container-un img.log{
		width: 26%;
		height: auto;
		margin: 70px 0 0 20px;
	}
	.container-un h1{
		font-size: 38px;
		line-height: 40px;
		width: 70%;
		margin: 60px 0 0 20px;
	}
	.container-un h1 span{
		font-size: 36px;
	}

	.redes-sociales{
		bottom: 0;
		left: 0;
		z-index: 100;
		position: absolute;
		color: #009b00;
		font-size: 12px;
		text-align: right;
		width: 100%;
		height: 120px;
	} 
	.redes-sociales p{
		font-size: 14px;
		width: 90%;
		margin: 0 20px 0 0;
	}
	.redes-sociales p b{
		font-size: 12px;
	}

	.redes-sociales ul{
		font-size: 10px;
		width: 36%;
		margin: 20px 10px 0 0;
	}
	.redes-sociales ul li{
		width: 12%;
		margin: 0 10px;
	}
	.redes-sociales ul li:first-child{
		width: 10%;
	}
	.redes-sociales ul li:last-child{
		width: 10% !important;
		margin: 0 0 0 10px !important;
	}
	.redes-sociales ul li a{
		  text-decoration: none;
	}
	.redes-sociales ul li span{
		display: none;
	}
	.redes-sociales ul li img{
		width: 80%;
	}
	.redes-sociales ul li:first-child img{
		width: 70%;
		margin: 5px auto 0 auto;
	}
	.redes-sociales ul li:last-child img{
		margin: 0 auto 10px auto;
	}


}

@media screen and (min-width: 321px) and (max-width: 736px) {


	.container-un{
		background: #000000 url(../images/nutritional-sport-bars.jpg) no-repeat center;
		background-size: 260%;
		height: 100vh !important;
	}

	.container-un img.log{
		width: 40%;
		height: auto;
		margin: 20px 0 0 20px;
	}
	.container-un h1{
		font-size: 34px;
		line-height: 36px;
		width: 80%;
		margin: 30px 0 0 20px;
	}
	.container-un h1 span{
		font-size: 36px;
	}

	.redes-sociales{
		bottom: 0;
		left: 0;
		z-index: 100;
		position: absolute;
		color: #009b00;
		font-size: 12px;
		text-align: right;
		width: 100%;
		height: 120px;
	} 
	.redes-sociales p{
		font-size: 14px;
		width: 90%;
		margin: 0 20px 0 0;
	}
	.redes-sociales p b{
		font-size: 12px;
	}

	.redes-sociales ul{
		font-size: 10px;
		width: 70%;
		margin: 20px 20px 0 0;
	}
	.redes-sociales ul li{
		width: 12%;
		margin: 0 10px;
	}
	.redes-sociales ul li:first-child{
		width: 10%;
	}
	.redes-sociales ul li:last-child{
		width: 10% !important;
		margin: 0 0 0 10px !important;
	}
	.redes-sociales ul li a{
		  text-decoration: none;
	}
	.redes-sociales ul li span{
		display: none;
	}
	.redes-sociales ul li img{
		width: 80%;
	}
	.redes-sociales ul li:first-child img{
		width: 70%;
		margin: 5px auto 0 auto;
	}
	.redes-sociales ul li:last-child img{
		margin: 0 auto 10px auto;
	}



}

@media screen and (min-width: 321px) and (max-width: 736px) and (orientation: landscape) {


	.container-un{
		background: #000000 url(../images/nutritional-sport-bars.jpg) no-repeat center;
		background-size: 260%;
		height: 100vh !important;
	}

	.container-un img.log{
		width: 40%;
		height: auto;
		margin: 20px 0 0 20px;
	}
	.container-un h1{
		font-size: 34px;
		line-height: 36px;
		width: 80%;
		margin: 30px 0 0 20px;
	}
	.container-un h1 span{
		font-size: 36px;
	}

	.redes-sociales{
		bottom: 0;
		left: 0;
		z-index: 100;
		position: absolute;
		color: #009b00;
		font-size: 12px;
		text-align: right;
		width: 100%;
		height: 120px;
	} 
	.redes-sociales p{
		font-size: 14px;
		width: 90%;
		margin: 0 20px 0 0;
	}
	.redes-sociales p b{
		font-size: 12px;
	}

	.redes-sociales ul{
		font-size: 10px;
		width: 40%;
		margin: 20px 20px 0 0;
	}
	.redes-sociales ul li{
		width: 12%;
		margin: 0 10px;
	}
	.redes-sociales ul li:first-child{
		width: 10%;
	}
	.redes-sociales ul li:last-child{
		width: 10% !important;
		margin: 0 0 0 10px !important;
	}
	.redes-sociales ul li a{
		  text-decoration: none;
	}
	.redes-sociales ul li span{
		display: none;
	}
	.redes-sociales ul li img{
		width: 80%;
	}
	.redes-sociales ul li:first-child img{
		width: 70%;
		margin: 5px auto 0 auto;
	}
	.redes-sociales ul li:last-child img{
		margin: 0 auto 10px auto;
	}


}



@media screen and (max-width: 320px) {

	.container-un{
		background: #000000 url(../images/nutritional-sport-bars.jpg) no-repeat center;
		background-size: 260%;
		height: 100vh !important;
	}

	.container-un img.log{
		width: 40%;
		height: auto;
		margin: 20px 0 0 20px;
	}
	.container-un h1{
		font-size: 34px;
		line-height: 36px;
		width: 80%;
		margin: 30px 0 0 20px;
	}
	.container-un h1 span{
		font-size: 36px;
	}

	.redes-sociales{
		bottom: 0;
		left: 0;
		z-index: 100;
		position: absolute;
		color: #009b00;
		font-size: 12px;
		text-align: right;
		width: 100%;
		height: 120px;
	} 
	.redes-sociales p{
		font-size: 14px;
		width: 90%;
		margin: 0 20px 0 0;
	}
	.redes-sociales p b{
		font-size: 12px;
	}

	.redes-sociales ul{
		font-size: 10px;
		width: 70%;
		margin: 20px 20px 0 0;
	}
	.redes-sociales ul li{
		width: 12%;
		margin: 0 10px;
	}
	.redes-sociales ul li:first-child{
		width: 10%;
	}
	.redes-sociales ul li:last-child{
		width: 10% !important;
		margin: 0 0 0 10px !important;
	}
	.redes-sociales ul li a{
		  text-decoration: none;
	}
	.redes-sociales ul li span{
		display: none;
	}
	.redes-sociales ul li img{
		width: 80%;
	}
	.redes-sociales ul li:first-child img{
		width: 70%;
		margin: 5px auto 0 auto;
	}
	.redes-sociales ul li:last-child img{
		margin: 0 auto 10px auto;
	}




}






/* PAG EN CONSTRUCCIÓN */ 





.cnt-banner{
	overflow: hidden;
	color: #ffffff;
	text-align: center !important;
	background: #000000 url(../images/nutritional-sport-bars.jpg) no-repeat right center;
	width: 100%;
	min-height: 500px !important;
	margin-top: 80px;
	padding-bottom: 30px;
}
.cnt-banner img{
  display: block;
  margin: 10px auto 0 auto;
}
.cnt-banner h1{
	float: left;
	line-height: 40px;
	text-align: center;
	text-shadow: 2px 3px 1px rgba(0, 0, 0, 1);
	width: 300px;
	margin: 40px 0 10px 120px;
}
.cnt-banner h1 span{
	color: #ffffff;
	font-size: 42px;
	font-family: 'Glacial-Regular', Arial, Tahoma, Verdana;
}

.cnt-banner .opciones{
	float: left;
	clear: both;
	text-align: center;
	width: 70%;
	margin: 20px 0 0 50px;
}

.cnt-banner .opciones a.lnk-btn:after{
	display: block;
	content: 'encuentra más...';
	position: absolute;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	width: 120px;
}
.cnt-banner .opciones a.lnk-btn{
	color: #ffffff;
	font-size: 14px;
	font-family: 'robotobold', Arial, Tahoma, Verdana;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 6px;
	background: #009b00;
	width: 120px;
	height: 40px;
	margin: 40px 20px 0 120px !important;
}

.cnt-banner .opciones a{
	float: left;
	display: block;
	position: relative;
	color: #ffffff;
	text-decoration: none;
	width: 100%;
	margin: 18px 0;
}

a.descuento:link,a.descuento:visited{
	float: left;
	display: block;
	overflow: hidden;
	color: #e87d00;
	font-size: 24px;
	font-family: 'robotobold', Arial, Tahoma, Verdana;
	line-height: 26px;
	text-align: left !important;
	text-decoration: underline;
	text-transform: uppercase;
	width: 140px !important;
	height: 140px;
	margin: 0 0 -40px 20px;
	padding: 0;
	transform: scale(0.76, 0.76);
}
a.descuento:hover{
	text-decoration: none;
}
a.descuento .porcentaje{
	float: left;
	display: block;
	color: #ffffff;
	font-size: 10px;
	letter-spacing: -0.50px;
	line-height: 10px;
	text-align: center !important;
	background: url(../lib/bx-desc.png) no-repeat center;
	width: 131px;
	height: 101px;
	margin: 0 20px 0 0;
	padding: 30px 0 0 0;
	transition: all .3s;
}
a.descuento .porcentaje b{
	color: #ffffff;
	font-size: 60px;
	line-height: 50px;
	letter-spacing: -12px;
	margin-right: 8px;
}
a.descuento:hover .porcentaje b,
a.descuento:hover .porcentaje .small{
	color: #7a3100;
}
a.descuento .porcentaje .small{
	font-size: 36px !important;
	font-family: 'robotolight', Arial, Tahoma, Verdana;
	line-height: 40px;
	letter-spacing: 10px;
}

a.descuento .med{
	color: #ffffff;
	font-size: 13px !important;
	font-family: 'robotolight', Arial, Tahoma, Verdana;
	transition: all .3s;
}
a.descuento:hover .med{
	color: #e87d00;
}


a.green-home{
	float: left;
	width: 350px !important;
	height: 140px;
	margin: 4px 15px 8px 0 !important;
	padding: 0;
}

a.green-home img{
	left: 0;
	position: absolute;
	border: 4px solid #d41713;
	border-radius: 50%;
	width: 110px;
	height: 110px;
	margin: 4px 0 8px 0;
	transition: all .3s;
}
a.green-home:nth-child(2) img{
	border: 4px solid #d6c909;
}
a.green-home:nth-child(3) img{
	border: 4px solid #951ca5;
}
a.green-home:nth-child(4) img{
	border: 4px solid #0087fa;
}
a.green-home:nth-child(5) img{
	border: 4px solid #df6a0a;
}
/*
a.green-home:hover img{
	border: 4px solid #005500;
}
*/
a.green-home .text-lnk{
	float: left;
	display: block;
	overflow: hidden;
	text-align: left;
	background: rgba(0,79,0,1);
	background: -moz-linear-gradient(left, rgba(0,79,0,1) 3%, rgba(0,95,0,1) 12%, rgba(0,124,0,1) 29%, rgba(0,155,0,1) 47%);
	background: -webkit-gradient(left top, right top, color-stop(3%, rgba(0,79,0,1)), color-stop(12%, rgba(0,95,0,1)), color-stop(29%, rgba(0,124,0,1)), color-stop(47%, rgba(0,155,0,1)));
	background: -webkit-linear-gradient(left, rgba(0,79,0,1) 3%, rgba(0,95,0,1) 12%, rgba(0,124,0,1) 29%, rgba(0,155,0,1) 47%);
	background: -o-linear-gradient(left, rgba(0,79,0,1) 3%, rgba(0,95,0,1) 12%, rgba(0,124,0,1) 29%, rgba(0,155,0,1) 47%);
	background: -ms-linear-gradient(left, rgba(0,79,0,1) 3%, rgba(0,95,0,1) 12%, rgba(0,124,0,1) 29%, rgba(0,155,0,1) 47%);
	background: linear-gradient(to right, rgba(0,79,0,1) 3%, rgba(0,95,0,1) 12%, rgba(0,124,0,1) 29%, rgba(0,155,0,1) 47%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f00', endColorstr='#009b00', GradientType=1 );
	width: 210px;
	height: 90px;
	margin: 20px 0 0 94px;
	padding: 0 0 0 28px;
	transition: all .3s;
}
a.green-home:hover .text-lnk{
	margin: 20px 0 0 90px;
}



a.green-home .text-lnk .bx-txt{
	float: left;
	display: block;
	font-size: 10px;
	line-height: 11px;
	width: 140px;
	margin: 0 0 5px 0;
	padding: 7px 0 2px 3px;
}

a.green-home .text-lnk .bx-txt b{
	display: block;
	font-size: 14px;
	letter-spacing: -0.60px;
	line-height: 13px;
	text-transform: uppercase;
	width: 100%;
	margin-bottom: 3px;
}
a.green-home .text-lnk .bx-precio{
	float: right;
	display: block;
	color: #009b00;
	font-size: 18px;
	font-family: 'robotobold', Arial, Tahoma, Verdana;
	line-height: 20px;
	letter-spacing: -1px;
	text-align: center;
	text-transform: none !important;
	background: #ffffff;
	width: 48px;
	height: 78px;
	margin: 0;
	padding: 8px 5px 5px 5px;
}

a.green-home .text-lnk .bx-precio .prf{
	font-size: 11px !important;
}
a.green-home .text-lnk .bx-precio .small{
	display: block;
	font-size: 10px !important;
	line-height: 12px;
	letter-spacing: 0;
	width: 100%;
}


a.sweet-home{
	float: left;
	width: 350px !important;
	height: 140px;
	margin: 4px 0 8px 0 !important;
	padding: 0;
}

a.sweet-home img{
	left: 0;
	position: absolute;
	border: 4px solid #fa9a05;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	margin: 4px 0;
	transition: all .3s;
}
a.sweet-home:hover img{
	border: 4px solid #fa5505;
}

a.sweet-home .text-lnk{
	float: left;
	display: block;
	background: rgba(250,74,5,1);
	background: -moz-linear-gradient(left, rgba(250,74,5,1) 3%, rgba(250,90,5,1) 12%, rgba(250,120,5,1) 29%, rgba(250,152,5,1) 47%);
	background: -webkit-gradient(left top, right top, color-stop(3%, rgba(250,74,5,1)), color-stop(12%, rgba(250,90,5,1)), color-stop(29%, rgba(250,120,5,1)), color-stop(47%, rgba(250,152,5,1)));
	background: -webkit-linear-gradient(left, rgba(250,74,5,1) 3%, rgba(250,90,5,1) 12%, rgba(250,120,5,1) 29%, rgba(250,152,5,1) 47%);
	background: -o-linear-gradient(left, rgba(250,74,5,1) 3%, rgba(250,90,5,1) 12%, rgba(250,120,5,1) 29%, rgba(250,152,5,1) 47%);
	background: -ms-linear-gradient(left, rgba(250,74,5,1) 3%, rgba(250,90,5,1) 12%, rgba(250,120,5,1) 29%, rgba(250,152,5,1) 47%);
	background: linear-gradient(to right, rgba(250,74,5,1) 3%, rgba(250,90,5,1) 12%, rgba(250,120,5,1) 29%, rgba(250,152,5,1) 47%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa4a05', endColorstr='#fa9805', GradientType=1 );
	width: 210px;
	height: 67px;
	margin: 30px 0 0 110px;
	padding: 0 0 0 25px;
	transition: all .3s;
}
a.sweet-home:hover .text-lnk{
	margin: 30px 0 0 100px;
}
a.sweet-home .text-lnk .bx-txt{
	float: left;
	display: block;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	width: 124px;
	margin: 0 0 5px 0;
	padding: 3px 3px 4px 3px;
}
a.sweet-home .text-lnk .bx-txt b{
	display: block;
	font-size: 22px;
	line-height: 30px;
	width: 100%;
}
a.sweet-home .text-lnk .bx-precio{
	float: right;
	display: block;
	color: #fa9a05;
	font-size: 20px;
	font-family: 'robotobold', Arial, Tahoma, Verdana;
	line-height: 20px;
	letter-spacing: -2px;
	text-align: center;
	background: #ffffff;
	width: 60px;
	height: 42px;
	margin: 5px 4px 0 0;
	padding: 10px 5px 5px 5px;
}
a.sweet-home .text-lnk .bx-precio .prf{
	font-size: 14px !important;
}
a.sweet-home .text-lnk .bx-precio .small{
	display: block;
	font-size: 10px !important;
	line-height: 12px;
	letter-spacing: 0;
	text-transform: uppercase;
	width: 100%;
}






a.slim-tea-home{
	float: left;
	width: 350px !important;
	height: 140px;
	margin: 4px 15px 8px 0 !important;
	padding: 0;
}

a.slim-tea-home img{
	left: 0;
	position: absolute;
	border: 4px solid #7b9908;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	margin: 4px 0 8px 0;
	transition: all .3s;
}
a.slim-tea-home:hover img{
	border: 4px solid #465d04;
}

a.slim-tea-home .text-lnk{
	float: left;
	display: block;
	text-align: left;
	background: rgba(70,93,4,1);
	background: -moz-linear-gradient(left, rgba(70,93,4,1) 3%, rgba(70,93,4,1) 12%, rgba(70,93,4,1) 29%, rgba(123,153,8,1) 47%);
	background: -webkit-gradient(left top, right top, color-stop(3%, rgba(70,93,4,1)), color-stop(12%, rgba(70,93,4,1)), color-stop(29%, rgba(70,93,4,1)), color-stop(47%, rgba(123,153,8,1)));
	background: -webkit-linear-gradient(left, rgba(70,93,4,1) 3%, rgba(70,93,4,1) 12%, rgba(70,93,4,1) 29%, rgba(123,153,8,1) 47%);
	background: -o-linear-gradient(left, rgba(70,93,4,1) 3%, rgba(70,93,4,1) 12%, rgba(70,93,4,1) 29%, rgba(123,153,8,1) 47%);
	background: -ms-linear-gradient(left, rgba(70,93,4,1) 3%, rgba(70,93,4,1) 12%, rgba(70,93,4,1) 29%, rgba(123,153,8,1) 47%);
	background: linear-gradient(to right, rgba(70,93,4,1) 3%, rgba(70,93,4,1) 12%, rgba(70,93,4,1) 29%, rgba(123,153,8,1) 47%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#618105', endColorstr='#7b9908', GradientType=1 );
	width: 210px;
	height: 67px;
	margin: 30px 0 0 110px;
	padding: 0 0 0 25px;
	transition: all .3s;
}
a.slim-tea-home:hover .text-lnk{
	margin: 30px 0 0 100px;
}



a.slim-tea-home .text-lnk .bx-txt{
	float: left;
	display: block;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	width: 124px;
	margin: 0 0 5px 0;
	padding: 3px 3px 4px 3px;
}

a.slim-tea-home .text-lnk .bx-txt b{
	display: block;
	font-size: 22px;
	line-height: 30px;
	width: 100%;
}
a.slim-tea-home .text-lnk .bx-precio{
	float: right;
	display: block;
	color: #009b00;
	font-size: 20px;
	font-family: 'robotobold', Arial, Tahoma, Verdana;
	line-height: 20px;
	letter-spacing: -2px;
	text-align: center;
	background: #ffffff;
	width: 60px;
	height: 42px;
	margin: 5px 4px 0 0;
	padding: 10px 5px 5px 5px;
}

a.slim-tea-home .text-lnk .bx-precio .prf{
	font-size: 14px !important;
}
a.slim-tea-home .text-lnk .bx-precio .small{
	display: block;
	font-size: 10px !important;
	line-height: 12px;
	letter-spacing: 0;
	text-transform: uppercase;
	width: 100%;
}


a.protin-home{
	float: left;
	width: 350px !important;
	height: 140px;
	margin: 4px 0 8px 0 !important;
	padding: 0;
}

a.protin-home img{
	left: 0;
	position: absolute;
	border: 4px solid #ffec02;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	margin: 4px 0;
	transition: all .3s;
}
a.protin-home:hover img{
	border: 4px solid #786f01;
}

a.protin-home .text-lnk{
	float: left;
	display: block;	
	background: rgba(102,94,1,1);
	background: -moz-linear-gradient(left, rgba(102,94,1,1) 0%, rgba(102,94,1,1) 3%, rgba(204,191,2,1) 47%, rgba(255,234,2,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(102,94,1,1)), color-stop(3%, rgba(102,94,1,1)), color-stop(47%, rgba(204,191,2,1)), color-stop(100%, rgba(255,234,2,1)));
	background: -webkit-linear-gradient(left, rgba(102,94,1,1) 0%, rgba(102,94,1,1) 3%, rgba(204,191,2,1) 47%, rgba(255,234,2,1) 100%);
	background: -o-linear-gradient(left, rgba(102,94,1,1) 0%, rgba(102,94,1,1) 3%, rgba(204,191,2,1) 47%, rgba(255,234,2,1) 100%);
	background: -ms-linear-gradient(left, rgba(102,94,1,1) 0%, rgba(102,94,1,1) 3%, rgba(204,191,2,1) 47%, rgba(255,234,2,1) 100%);
	background: linear-gradient(to right, rgba(102,94,1,1) 0%, rgba(102,94,1,1) 3%, rgba(204,191,2,1) 47%, rgba(255,234,2,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#665e01', endColorstr='#ffea02', GradientType=1 );
	width: 210px;
	height: 67px;
	margin: 30px 0 0 110px;
	padding: 0 0 0 25px;
	transition: all .3s;
}
a.protin-home:hover .text-lnk{
	margin: 30px 0 0 100px;
}
a.protin-home .text-lnk .bx-txt{
	float: left;
	display: block;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	width: 124px;
	margin: 0 0 5px 0;
	padding: 3px 3px 4px 3px;
}
a.protin-home .text-lnk .bx-txt b{
	display: block;
	font-size: 22px;
	line-height: 20px;
	width: 100%;
}
a.protin-home .text-lnk .bx-precio{
	float: right;
	display: block;
	color: #fa9a05;
	font-size: 20px;
	font-family: 'robotobold', Arial, Tahoma, Verdana;
	line-height: 20px;
	letter-spacing: -2px;
	text-align: center;
	background: #ffffff;
	width: 60px;
	height: 42px;
	margin: 5px 4px 0 0;
	padding: 10px 5px 5px 5px;
}
a.protin-home .text-lnk .bx-precio .prf{
	font-size: 14px !important;
}
a.protin-home .text-lnk .bx-precio .small{
	display: block;
	font-size: 10px !important;
	line-height: 12px;
	letter-spacing: 0;
	text-transform: uppercase;
	width: 100%;
}






.cnt-banner-in{
	overflow: hidden;
	position: relative;
	color: #ffffff;
	text-align: center !important;
	background: #000000;
	width: 100%;
	min-height: 120px !important;
	margin-top: 80px;
}
.cnt-banner-in img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.cnt-banner-in h1{
	left: 7%;
	bottom: 20px;
	position: absolute;
	text-align: left;
	width: 50%;
}





.content {
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  padding: 20px 0 140px 0;
}
.content .cnt-content{
  text-align: left;
  width: 86%;
  min-height: 300px;
  margin: 0 auto;
}


.content h1 {
}

.content h2 {
}

.content h3 {
}
.content h4{
	text-align: left;
	text-transform: none;
	margin: 10px 0;
}

.content p {
  text-align: left;
  margin: 20px auto;
}
.content p.wm4{
	float: left;
	clear: none;
	width: 40%;
	margin-right: 5%;
}

.content a {
  color: #009b00;
  text-decoration: underline;
}
.content ul {
  margin: 20px 0;
}
.content ul li {
  position: relative;
  text-align: left;
  margin: 10px 0;
  padding-left: 20px;
}
.content ul li:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  background-color: #009b00;
  width: 10px;
  height: 10px;
}
.content ol {
  clear: both;
  display: block;
  list-style-type: decimal !ie;
  /*IE 7- hack*/
  margin-left: 15px;
  counter-reset: li-counter;
  margin: 10px 0;
}
.content ol li {
  overflow: hidden;
  position: relative;
  text-align: left;
  margin: 6px 0;
  padding-left: 36px;
}
.content ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  color: #009b00;
  text-align: right;
  width: 26px;
  content: counter(li-counter) ".";
  counter-increment: li-counter;
}






.cnt-body h2,
.cnt-comprar h2{
	float: left;
	display: block;
	text-align: left;
}



.cnt-body{
	overflow: hidden;
	color: #ffffff;
	text-align: center !important;
	background: #000000 url(../images/cnt-body.jpg) no-repeat right center;
	width: 94%;
	min-height: 404px !important;
	margin: 4px 0;
	padding: 22px 3% 40px 3%;
}
.cnt-body h2{
	color: #fa9a05;
	line-height: 32px;
	width: 70%;
	margin-bottom: 0;
}
.cnt-body h2 span{
	font-size: 30px;
	font-family: 'Glacial-Regular', Arial, Tahoma, Verdana;
}

.cnt-body p{
	float: left;
	text-align: left;
	width: 60%;
	margin: 13px 0;
}
.cnt-body ol{
	float: left;
	text-align: left;
	width: 60%;
	margin: 40px 0 0 0;
}
.cnt-body ol li{
	float: left;
	display: block;
	font-size: 14px;
	font-family: 'robotobold', Arial, Tahoma, Verdana;
	font-weight: 100;
	text-align: center;
	text-transform: uppercase;
	width: 12%;
	margin: 0 4%;
}
.cnt-body ol li a{
}
.cnt-body ol li img{
	display: inline-block;
	width: 50%;
	height: auto;
	margin: 5px 20%;
}

.cnt-body .color-2{
	font-size: 18px;
}

.cnt-body p a{
	color: @col0;
	text-decoration: none;
}





.cnt-comprar{
	overflow: hidden;
	text-align: center !important;
	width: 94%;
	min-height: 500px !important;
	margin: 20px 0 80px 0;
	padding: 0 3%;
}






.footer{
	color: #ffffff !important;
	font-size: 12px;
	background: #1b191a;
	border-top: 4px solid #009b00;
	width: 94%;
	height: 180px;
	padding: 0 3%;
}

.footer .dr-calories{
	float: left;
	font-size: 12px;
	line-height: 70px;
	text-align: left;
	width: 250px;
	margin: 50px 0 0 0;
}
.footer .dr-calories img{
	float: left;
	display: block;
	width: 20%;
	height: auto;
	margin: 15px 10px 0 0;
}
.footer .bx_tyc{
	float: left;
	font-size: 12px;
	line-height: 70px;
	text-align: left;
	width: 18%;
	margin: 40px 0 0 0;
}
.footer .bx_tyc a{
	display: inline-block;
	color: #fff;
	text-decoration: underline;
	margin: 0 8px;
	padding: 0 5px;
}

.footer p{
	float: right;
	color: #009b00;
	font-size: 16px;
	text-align: right;
	width: 18%;
	margin: 25px 0 0 0;
}
.footer p b{
	font-size: 14px;
}

.footer ul{
	float: right;
	clear: right;
	text-align: left;
	width: 50%;
	margin: 20px -3% 0 0;
}
.footer ul li{
	float: left;
	display: block;
	color: #fa9a05;
	text-align: center;
	width: 14%;
	margin: 0 10px;
}
.footer ul li:first-child{
	font-size: 10px;
	width: 28%;
}
.footer ul li:last-child{
	width: 10% !important;
	margin: 0 0 0 10px !important;
}
.footer ul li a{
	display: block;
	color: #fa9a05;
	text-decoration: none;
}
.footer ul li img{
	display: block;
	margin: 0 auto 10px auto;
}









.bx-imagen{
	float: left;
	margin: 20px 60px 12px 0;
}



.bx-descripcion{
	float: left;
	width: 44%;
	margin: 20px auto 12px auto;
}
.bx-descripcion h2{
	float: left;
	width: 35%;
	margin: 20px auto 12px auto;
}
.bx-descripcion p{
	margin: 10px auto;
}
.bx-descripcion b.color-2{
	font-size: 24px;
}

.bx-descripcion .formulario-default{
	float: left;
	overflow: hidden;
	line-height: 36px;
	width: 52%;
	margin: 20px 0;
}

.bx-descripcion .formulario-default label{
	clear: none !important;
	font-size: 14px;
	width: auto;
	margin-right: 10px;
	padding: 0;
}

.bx-descripcion .formulario-default input{
	clear: none !important;
	width: 22%;
	height: 26px;
	margin-right: 10px;
	padding: 5px 8px;
}

.bx-descripcion .formulario-default .button{
	font-size: 14px;
	line-height: 38px;
	text-transform: uppercase;
	border-radius: 0;
	background: #009b00;
	height: 40px;
	margin-top: 20px;
	padding: 0 36px;
}

.bx-descripcion .envio{
	float: right;
	display: block;
    box-sizing: border-box;
	color: #ffffff;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	text-transform: uppercase;
	background: #009b00 url(../lib/ico-envio.png) no-repeat 90% center;
	width: 260px;
	height: 105px;
	margin: -30px auto 20px auto;
	padding: 30px 50px 10px 25px;
}

.bx-descripcion .envio b{
	font-size: 18px;
	line-height: 18px;
}


.bx-paso{
	display: block;
	color: #000000;
	font-size: 14px;
	font-family: 'robotobold', Arial, Tahoma, Verdana;
	font-weight: 100;
	text-transform: uppercase;
	margin: 0 auto 20px auto;
}
.bx-paso .num{
	display: block;
	color: #fff;
	font-size: 22px;
	line-height: 50px;
	background-color: #1b191a;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	margin: 0 auto 10px auto;
}

.bx-pago{
	float: left;
	display: block;
	overflow: hidden;
	width: 80%;
	margin: 0 auto 50px auto;
	padding: 0 10%;
}
.bx-pago .bx-desc-s{
	float: left;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	width: 100%;
	margin: 0 0 20px 0;
}
.bx-pago .bx-desc-s p{
	float: none !important;
	clear: none !important;
	display: inline-block;
	vertical-align: top;
	width: 22% !important;
	margin: 10px 1% !important;
	padding: 0 !important;
}
.bx-pago .bx-desc-s p:nth-child(2){
	width: 22% !important;
	margin: 10px 1% !important;
}

.bx-pago .bx-desc-s .labImg{
	cursor: pointer;
	font-size: 10px;
	line-height: 24px;
	width: 90%;
	padding: 0;
}
.bx-pago .bx-desc-s .labImg .lab_pr{
	display: block;
	float: left;
	letter-spacing: -0.40px;
	width: 80%;
	margin: 0;
}
.bx-pago .bx-desc-s .labImg .txt_lab{
	display: block;
	float: left;
	font-family: 'robotolight', Arial, Tahoma, Verdana;
	line-height: 16px;
	text-align: center;
	width: 80%;
	margin: 0;
}
.bx-pago .bx-desc-s .labImg input {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}
.bx-pago .bx-desc-s .labImg img{
	display: block;
	float: left;
	width: 22%;
	margin: 0 10px 0 0;
}

.bx-pago .bx-desc-s p:nth-child(2) .labImg img{
	width: 100%;
	height: auto;
	margin: 5px 0 0 0;
}
/*
.bx-pago .bx-desc-s p:nth-child(2) .labImg .ico_img_u{
	width: auto;
	height: auto;
}
*/
.bx-pago .bx-desc-s p:nth-child(3) .labImg img{
	width: auto;
	height: auto;
	margin: 5px 0 0 0;
}

.bx-compra{
	float: left;
	display: block;
	overflow: hidden;
	width: 80%;
	margin: 0 auto 50px auto;
	padding: 0 10%;
	/*padding-top: 10px;*/
}
.bx-compra .small{
	font-size: 10px !important;
	line-height: 10px !important;
}
.bx-compra .cnt-hd-item{
	display: block;
	overflow: hidden;
	color: #ffffff;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	background: #1b191a;
	width: 98%;
	margin: 0 auto 10px auto;
	padding: 5px 1% 6px 1%;
}

.bx-compra .cnt-hd-item .bx-desc-s{
	font-size: 10px;
	line-height: 30px !important;
	text-align: center;
	width: 44%;
	margin-left: 8%;
}
.bx-compra .cnt-hd-item .bx-cant-s{
	font-size: 10px;
	line-height: 30px !important;
	text-align: center;
	margin-right: 5%;
}
.bx-compra .cnt-hd-item .bx-precio-s{
	font-size: 10px;
	line-height: 30px !important;
	text-align: center;
}


.bx-compra .cnt-bx-item{
	display: block;
	overflow: hidden;
	width: 98%;
	margin: 0 auto;
	padding: 4px 1%;
}

.bx-compra .bx-img-s{
	float: left;
	width: 4%;
	margin-right: 20px;
}
.bx-compra .bx-img-s img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
}

.bx-compra .bx-desc-s{
	float: left;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	width: 46%;
	margin-right: 20px;
}

.bx-compra .bx-cant-s{
	float: left;
	line-height: 10px !important;
	text-align: center;
	width: 14%;
	margin-right: 20px;
}
.bx-compra .bx-cant-s input{
	float: none;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 24%;
	margin: 0 5px;
}
.bx-compra .bx-cant-s a{
	float: none;
	display: inline-block;
	vertical-align: middle;
	outline: none;
	text-indent: -9000px;
	text-decoration: none;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 auto;
}
.bx-compra .bx-cant-s a.lnk-menos{
	background: #1b191a url(../lib/ico-menos.png) no-repeat center;
}
.bx-compra .bx-cant-s a.lnk-menos:hover{
	background: #fa9a05 url(../lib/ico-menos.png) no-repeat center;
}

.bx-compra .bx-cant-s a.lnk-mas{
	background: #1b191a url(../lib/ico-mas.png) no-repeat center;
}
.bx-compra .bx-cant-s a.lnk-mas:hover{
	background: #fa9a05 url(../lib/ico-mas.png) no-repeat center;
}

.bx-compra .bx-precio-s{
	float: left;
	font-size: 14px;
	line-height: 30px;
	text-align: right;
	width: 10%;
	margin-right: 20px;
}

.bx-compra .bx-btn-s{
	float: right;
	width: 10%;
}

.bx-compra .cnt-bx-item-tr{
	display: block;
	overflow: hidden;
	color: #4c4c4c;
	background: rgba(27, 25, 26, 0.08);
	border-radius: 4px;
	width: 98%;
	margin: 20px auto 6px auto;
	padding: 4px 1%;
}
.bx-compra .cnt-bx-item-tr .bx-txt-s{
	font-size: 11px;
}


.bx-compra .cnt-bx-item-dsc{
	display: block;
	overflow: hidden;
	color: #4c4c4c;
	background: rgba(0, 155, 0, 0.20);
	border-radius: 4px;
	width: 98%;
	margin: 6px auto;
	padding: 4px 1%;
}
.bx-compra .cnt-bx-item-dsc .bx-txt-s{
	font-size: 11px;
}

.bx-compra .cnt-bx-item-tot{
	display: block;
	overflow: hidden;
	color: #ffffff;
	background: #009b00;
	border-radius: 4px;
	width: 98%;
	margin: 6px auto;
	padding: 4px 1%;
}
.bx-compra .bx-txt-s{
	float: left;
	font-size: 16px;
	font-family: 'robotobold', Arial, Tahoma, Verdana;
	font-weight: 100;
	line-height: 30px;
	text-align: right;
	text-transform: uppercase;
	width: 17%;
	min-height: 10px;
	margin: 0 20px 0 64%;
}

.bx-compra .bx-precio-f{
	float: left;
	display: block;
	font-size: 16px;
	font-family: 'robotobold', Arial, Tahoma, Verdana;
	font-weight: 100;
	line-height: 30px;
	text-align: right;
	width: 10%;
	min-height: 10px;
	margin-right: 20px;
}

.bx-compra .button{
	font-size: 14px !important;
	line-height: 38px !important;
	text-transform: uppercase;
	border-radius: 0 !important;
	background: #009b00;
	height: 40px !important;
	margin-top: 20px;
	padding: 0 36px !important;
}

.bx-compra .p_inf,
.bx-pago .p_inf{
	float: left !important;
	clear: none !important;
	display: block;
	width: 43%;
	margin: 8px 5% 8px 0 !important;
}
.bx-compra .p_inf label,
.bx-pago .p_inf label{
	float: left;
	clear: none;
	width: 100%;
	padding: 0 0 2px 0;
}
.bx-compra .p_inf .inpM,
.bx-pago .p_inf .inpM{
	float: left;
	clear: none;
	font-size: 14px;
	width: 80%;
	height: 26px;
	padding: 4px 10px;
}
.bx-compra .p_inf .selS,
.bx-pago .p_inf .selS{
	float: left;
	clear: none;
	font-size: 14px;
	width: 70%;
	height: 36px;
	padding: 4px 10px;
}
.bx-compra .p_inf textarea{
	float: left;
	clear: none;
	width: 70%;
	height: 60px;
}


.bx-compra .lin-sep{
	margin: 5px 0;
}

.bx-cod-pago{
	float: left;
	clear: both;
	display: block;
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
	text-align: right;
	background: #ededed;
	border-radius: 4px;
	width: 50%;
	padding: 10px 0;
	margin: 0 auto 10px auto;
}

.bx-cod-pago .bx-txt-s{
	float: left;
	text-align: left;
	width: 66% !important;
	min-height: 10px;
	margin: 0 2%;
	padding: 5px 0;
}

.bx-cod-pago .bx-precio-f{
	float: right;
	display: block;
	font-size: 20px;
	font-family: 'robotobold', Arial, Tahoma, Verdana;
	font-weight: 100;
	line-height: 30px;
	text-align: center;
	background: #ffffff;
	border-radius: 4px;
	width: 24%;
	margin-right: 2%;
	padding: 5px 0;
}



.bx-pagos-net{
	float: right;
	display: block;
	overflow: hidden;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	width: 330px;
	margin: 0 auto 0 20px;
}
.bx-pagos-net.spl{
	float: left;
	margin: 20px 0 0 0;
}
.bx-pagos-net a{
	display: block;
	color: #000000;
	text-decoration: none;
	border: 1px solid #ededed;
	border-radius: 4px;
	width: 91%;
	height: 94%;
	padding: 3% 4%;
}
.bx-pagos-net a:hover{
	border: 1px solid #cccccc;
}
.bx-pagos-net img{
	float: right;
	display: block;
	width: 30%;
	margin: -10px 0 0 20px;
}





.content-pagos-net{
	display: block;
	overflow: hidden;
	width: 800px;
	margin: 20px auto;
}
.content-pagos-net iframe{
	display: block;
	width: 100%;
	transform: scale(0.70, 0.70);
}




.box-filter{
	overflow: hidden;
	background: #009b00;
	border-radius: 8px;
	width: 500px;
	padding: 0 15px 2px 15px;
}

.box-filter .formulario-default{
	margin: 0 auto !important;
	padding: 0 !important;
}
.box-filter .formulario-default p{
	margin: 0 !important;
	padding: 5px 0 10px 0 !important;
}
.box-filter .formulario-default select{
	float: left;
	border: 0;
	border-radius: 6px;
	width: 80%;
	height: 36px;
	padding: 6px !important;
}
.box-filter .formulario-default label{
	color: #ffffff;
	padding: 0 !important;
}
.box-filter .formulario-default .btn-srch{
	float: left;
	cursor: pointer;
	border: none;
	outline: none;
	text-indent: -9000px;
	text-decoration: none;
	background: #ffffff url(../lib/ico-srch.svg) no-repeat center;
	border-radius: 50%;
	width: 44px;
	height: 44px;
	margin: -3px 0 0 10px;
	-webkit-appearance: none;
	transition: all .5s;
}




.modal_pais{
	top: 0;
	left: 0;
	z-index: 9999;
	position: fixed;
	background: rgba(27, 25, 26, 0.85);
	width: 100%;
	height: 100%;
}
.cont_modal_p{
	top: 15%;
	left: 50%;
	box-sizing: border-box;
	position: relative;
	color: #000;
	text-align: center;
	background: #ffffff;
	width: 55%;
	height: auto;
	padding: 50px 80px 100px 80px;
	transform: translateX(-50%);
}
.cont_modal_p h2{
	font-size: 24px;
}

ul.li_flag{
	position: relative;
	overflow: hidden;
	text-align: center;
	width: 100%;
}
ul.li_flag li{
	display: inline-block;
	cursor: pointer;
	box-sizing: border-box;
	border: 4px solid #ffffff;
	width: 20%;
	margin: 20px 2%;
	transition: all .3s;
}
ul.li_flag li:hover{
	border: 4px solid rgba(27, 25, 26, 0.15);
	transition: all .3s;
}
ul.li_flag li.act_p{
	border: 4px solid rgba(27, 25, 26, 0.15);
}
ul.li_flag li img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
}


a.lnk_btn_01{
	display: inline-block;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	color: #ffffff;
	font-size: 18px;
	line-height: 54px;
	text-align: center;
	text-decoration: none;
	background: #009b00;
	border-radius: 6px;
	width: 280px;
	height: 55px;
	margin: 20px auto;
}
a.lnk_btn_01:hover{
	background: #1b191a;	
}



.lin-sep{
	clear: both;
	display: block;
	border-bottom: 1px solid #e0e0e0;
	width: 100%;
	margin: 10px 0;
}

p.f-left{
	float: left;
	width: 60%;
	margin: 5px auto 40px auto;
}


.align-center{
  text-align: center !important;
}
.align-right{
  text-align: right !important;
}
.align-left{
  text-align: left !important;
}





.left{
  float: left;
  display: block;
}
.right{
  float: right;
  display: block;
}

.clear{
  clear: both;
  display: block;
}




.txt-opc{
  color: #009b00 !important;
  font-size: 10px !important;
  font-family: 'robotobold', Arial, Tahoma, Verdana;
  font-weight: 100;
}




b {
  font-family: 'robotobold', Arial, Tahoma, Verdana;
  font-weight: 100;
}


.small{
  font-size: 12px !important;
}
.smallb{
  font-size: 10px !important;
  line-height: 12px;
}


.color-1{
  color: #ffffff !important;
}
.color-2{
  color: #009b00 !important;
}
.color-3{
  color: #fa9a05 !important;
}
.color-4{
  color: #e63f33 !important;
}




.bg-col-1{
  background-color: #ffffff !important;
}
.bg-col-2{
  background-color: #009b00 !important;
}
.bg-col-3{
  background-color: #fa9a05 !important;
}














a.link-1:link,a.link-1:visited {
  color: #009b00;
  text-decoration: none;
}
a.link-1:hover {
  text-decoration: underline;
}

a.link-1u:link,a.link-1u:visited {
  color: #009b00;
  text-decoration: underline;
}
a.link-1u:hover {
  text-decoration: none;
}

a.link-1b:link,a.link-1b:visited {
  color: #009b00;
  font-family: 'robotobold', Arial, Tahoma, Verdana;
  font-weight: 100;
  text-decoration: none;
}
a.link-1b:hover {
  text-decoration: underline;
}

a.link-1bu:link,a.link-1bu:visited {
  color: #009b00;
  font-family: 'robotobold', Arial, Tahoma, Verdana;
  font-weight: 100;
  text-decoration: underline;
}
a.link-1bu:hover {
  text-decoration: none;
}




a.link-2:link,a.link-2:visited {
  color: #fa9a05;
  text-decoration: none;
}
a.link-2:hover {
  text-decoration: underline;
}

a.link-2u:link,a.link-2u:visited {
  color: #fa9a05;
  text-decoration: underline;
}
a.link-2u:hover {
  text-decoration: none;
}

a.link-2b:link,a.link-2b:visited {
  color: #fa9a05;
  font-family: 'robotobold', Arial, Tahoma, Verdana;
  font-weight: 100;
  text-decoration: none;
}
a.link-2b:hover {
  text-decoration: underline;
}

a.link-2bu:link,a.link-2bu:visited {
  color: #fa9a05;
  font-family: 'robotobold', Arial, Tahoma, Verdana;
  font-weight: 100;
  text-decoration: underline;
}
a.link-2bu:hover {
  text-decoration: none;
}




a.lnk-img-prod:link,a.lnk-img-prod:visited {
	display: inline-block;
	width: 14%;
	margin: 0 5px;
}
a.lnk-img-prod img{
	display: block;
	width: 100%;
	height: auto;
}







a.btn-1:link,a.btn-1:visited{
	display: inline-block;
	color: #ffffff;
	font-size: 14px;
	font-family: 'robotobold', Arial, Tahoma, Verdana;
	font-weight: 100;
	line-height: 39px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	background-color: #009b00;
	height: 40px;
	margin: 10px auto !important;
	padding: 0 40px;
}





a.btn-d1:link,a.btn-d1:visited{
	display: inline-block;
	color: #ffffff;
	font-size: 10px;
	line-height: 19px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	background-color: #e11e31;
	height: 20px;
	margin: 10px auto !important;
	padding: 0 14px;
}



a.btn-a:link,a.btn-a:visited{
  display: inline-block;
  color: #ffffff;
  font-size: 19px;
  line-height: 32px;
  text-decoration: none;
  text-align: center;
  background: #EE9B15;
  height: 34px;
  margin: 5px auto !important;
  padding: 0 40px;
}


a.btn-b:link,a.btn-b:visited{
	float: left;
	cursor: pointer;
	color: white;
	font-size: 14px;
	font-family: 'robotobold', Arial, Tahoma, Verdana;
	line-height: 42px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	border-radius: 6px;
	background: #EE9B15;
	height: 44px;
	padding: 0 30px;
	transition: all .5s;
}





ol.comprar-pas{
	float: left;
	text-align: left;
	width: 100%;
	margin: 20px 0 0 0;
}
ol.comprar-pas li{
	float: left;
	display: block;
	text-align: center;
	width: 39%;
	margin: 0 5%;
	padding-left: 0;
}
ol.comprar-pas li:before{
	display: none;
}
ol.comprar-pas li a{
}
ol.comprar-pas li img{
	display: inline-block;
	margin: 5px;
}

ol.comprar-pas li .paso{
	display: block;
	font-size: 14px;
	font-family: 'robotobold', Arial, Tahoma, Verdana;
	font-weight: 100;
	text-transform: uppercase;
	margin: 0 auto 20px auto;
}
ol.comprar-pas li .paso .num{
	display: block;
	color: #fff;
	font-size: 26px;
	line-height: 50px;
	background-color: #1b191a;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	margin: 0 auto 10px auto;
}
ol.comprar-pas li a.link-1bu,
ol.comprar-pas li a.link-2b{
	text-transform: uppercase;
}


ol.comprar-pas li .dist{
	display: block;
	text-align: left;
	width: 100%;
	margin: 30px auto 20px auto;
}
ol.comprar-pas li .dist img{
	float: left;
	display: block;
	margin: 0 40px 0 0;
}
ol.comprar-pas li .dist span{
	float: left;
	display: block;
	width: 64%;
	margin: 40px 0 0 0;
}


ol.comprar-pas li .cnt-col{
	float: left;
	display: block;
	font-size: 14px;
	text-align: left;
	border-bottom: 1px solid #e8e8e8;
	width: 100%;
	margin: 6px 0;
	padding-bottom: 12px;
}
ol.comprar-pas li .cnt-col .tit-col{
	float: left;
	display: block;
	text-align: left;
	width: 30%;
	margin-right: 5%;
}
ol.comprar-pas li .cnt-col .tit-col b{
	display: block;
	text-align: left;
	width: 100%;
	margin-bottom: 10px
}

ol.comprar-pas li .cnt-col .txt-col{
	float: left;
	display: block;
	text-align: left;
	width: 60%;
}


ol.comprar-pas li .cnt-col img{
	float: none !important;
	display: inline-block !important;
	margin: 4px 8px !important;
}
ol.comprar-pas li .cnt-col b{
	font-size: 14px;
}

ol.comprar-pas li .cnt-col .small{
	display: block;
	line-height: 14px !important;
}



ol.comprar-pas li:nth-child(3){
	text-align: left;
	width: 88%;
	margin: 50px 3% 0 5%;
}
ol.comprar-pas li:nth-child(3) .paso{
	float: left;
	text-align: center;
	margin: 0 30px 0 0;
}

ol.comprar-pas li .txt-desc{
	float: left;
	display: block;
	width: 61%;
	margin: 10px auto 20px auto;
}
ol.comprar-pas li .envio{
	float: right;
	display: block;
    box-sizing: border-box;
	color: #ffffff;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	text-transform: uppercase;
	background: #009b00 url(../lib/ico-envio.png) no-repeat 90% center;
	width: 260px;
	height: 105px;
	margin: -10px auto 20px auto;
	padding: 30px 50px 10px 25px;
}
ol.comprar-pas li .envio b{
	font-size: 18px;
	line-height: 18px;
}

ol.comprar-pas li .smallb{
	display: block;
	line-height: 14px;
}
ol.comprar-pas li .ico-bancos{
	float: left;
	display: block;
	margin: 10px auto;
}
ol.comprar-pas li .ico-bancos a{
	float: left;
	display: block;
	width: 25%;
	margin: 3px 3% 3px 0;
	padding: 0 !important;
}
ol.comprar-pas li .ico-bancos a img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 !important;
	padding: 0 !important;
}




ul.productos{
	float: left;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	width: 100%;
	margin: 20px 0;
}
ul.productos li{
	float: left;
	clear: none;
	text-align: center;
	width: 214px;
	/*width: 18.4%;*/
	height: 480px;
	margin: 0 1.4% 40px 0 !important;
	padding: 0 !important;
}
/*
ul.productos li:nth-child(5){
	margin: 0 0 20px 0 !important;
}
*/
ul.productos li:before{
	display: none;
}
ul.productos li a{
	display: block;
	color: #1b191a;
	text-decoration: none;
}
ul.productos li img{
	display: block;
	border: 1px solid #e9e9e9;
	width: 86%;
	height: auto;
	margin: 5px auto 10px auto;
	padding: 4px;
	transition: all 0.4s;
}

ul.productos .small{
	display: block;
	font-size: 11px !important;
	line-height: 14px;
}
ul.productos li .producto{
	clear: both;
	display: inline-block;
	color: #009b00;
	font-size: 16px;
	font-family: 'Glacial-Bold', Arial, Tahoma, Verdana;
	font-weight: lighter;
	line-height: 42px;
	text-transform: uppercase;
	height: 44px;
	margin: 0 auto 6px auto;
}
ul.productos li .producto span{
	display: inline-block;
	vertical-align: middle;
	line-height: 14px;
}
ul.productos li .precio{
	clear: both;
	display: inline-block;
	color: #ffffff;
	font-size: 18px;
	font-family: 'robotobold', Arial, Tahoma, Verdana;
	font-weight: 100;
	letter-spacing: -0.40px;
	text-transform: uppercase;
	background: #009b00;
	width: 40%;
	margin: 10px auto;
	padding: 7px 8px;
}
ul.productos li .precio span{
	font-size: 14px;
	text-transform: none;
}
ul.productos li .descripcion{
	overflow: hidden;
	display: block;
	font-size: 12px;
	letter-spacing: -0.30px;
	line-height: 14px;
	height: 90px;
	margin: 2px auto 0 auto;
}

/*
ul.productos li:nth-child(1):hover img{
	background: #009b00;
	border: 1px solid #009b00;
}
ul.productos li:nth-child(2):hover img{
	background: #fa9a05;
	border: 1px solid #fa9a05;
}
ul.productos li:nth-child(2) .producto{
	color: #fa9a05;
}
ul.productos li:nth-child(2) .precio{
	background: #fa9a05;
}

*/
ul.productos .bx-form{
	float: none;
	overflow: hidden;
	display: block;
	text-align: center;
	width: 100%;
	margin: 5px auto;
}
ul.productos .bx-form label{
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-size: 8px;
	line-height: 10px !important;
	text-transform: uppercase;
	width: 42px;
	margin: 0 !important;
}
ul.productos .bx-form input{
	float: none;
	display: inline-block;
	text-align: center;
	width: 34px;
	margin: 0 5px 0 0 !important;
}
/*
ul.productos .bx-form b{
	float: none;
	display: inline-block;
	width: 10%;
	margin: 0 2px !important;
}
*/
ul.productos .bx-form .disponible{
	float: none;
	display: inline-block;
	vertical-align: top;
	font-size: 8px;
	line-height: 9px;
	text-align: left;
	text-transform: uppercase;
	width: 24%;
	margin: 8px 2px 0 2px !important;
}
ul.productos .bx-form .disponible b{
	display: block;
	color: #009b00;
	font-size: 14px;
	line-height: 14px;
	width: 100%;
}





ol.garantia-list{
	float: left;
	text-align: left;
	width: 100%;
	margin: 0;
}
ol.garantia-list li{
	float: left;
	display: block;
	font-size: 14px;
	font-family: 'robotobold', Arial, Tahoma, Verdana;
	font-weight: 100;
	line-height: 18px;
	text-align: center;
	background: #f5f5f5;
	width: 239px;
	height: 239px;
	margin: 25px 2%;
	padding-left: 0;
}

ol.garantia-list li:before{
	display: none;
}

ol.garantia-list li img{
	display: block;
	margin: 30px auto 15px auto;
}
ol.garantia-list li.biosoc img{
	margin: 0;
}
ol.garantia-list li.biosoc span{
	display: none;
}







ol.puntos-pago{
	float: left;
	text-align: left;
	width: 100%;
	margin: 0;
}
ol.puntos-pago.wm{
	clear: none;
	width: 50%;
	margin-top: 30px;
}
ol.puntos-pago.wmico{
	clear: none;
	width: 50%;
	margin-top: 4px;
}
ol.puntos-pago li{
	float: left;
	display: block;
	overflow: hidden;
	font-size: 14px;
	font-family: 'robotobold', Arial, Tahoma, Verdana;
	font-weight: 100;
	line-height: 18px;
	text-align: center;
	background: #f5f5f5;
	width: 135px;
	height: 85px;
	margin: 12px 30px 12px 0;
	padding-left: 0;
}
ol.puntos-pago.wm li{
	margin: 12px 27px 12px 0;
}
ol.puntos-pago.wmico li{
	width: 86px;
	height: 68px;
	margin: 6px 16px 6px 0;
}
ol.puntos-pago.wmico li:nth-child(1){
	text-align: left;
	background: transparent;
	width: 90%;
	height: 20px;
	margin: 4px 0 0 0;
}
ol.puntos-pago.wmico li img{
	width: 100%;
	margin-top: -1px;
}
ol.puntos-pago li img{
	width: 100%;
	margin-top: -14px;
}
/*
ol.puntos-pago li:nth-child(5),
ol.puntos-pago li:nth-child(10),
ol.puntos-pago li:nth-child(15){
	margin: 25px 0;
}
*/
ol.puntos-pago li:before{
	display: none;
}
/*
ol.puntos-pago li img{
	display: block;
	margin: 30px auto 15px auto;
}
*/




ul.li_02{
	float: left;
	text-align: left;
	border-top: 1px solid #e0e0e0;
	width: 100%;
	margin: 20px 0;
}
ul.li_02 li{
	float: left;
	display: block;
	overflow: hidden;
	font-size: 12px;
	line-height: 18px;
	border-bottom: 1px solid #e0e0e0;
	width: 96%;
	margin: 1px 0;
	padding: 5px 2%;
}





.table-b{
  clear: both;
  font-size: 12px;
  width: 99%;
  margin: 20px auto;
}
.table-b thead th {
  color: #ffffff;
  font-weight: 100;
  text-align: center;
  background: #0A3C65;
  border: 1px solid #dddddd;
  padding: 10px;
}

.table-b tbody td {
  text-align: center;
  background: #F4F5F7;
  border: 1px solid #dddddd;
  padding: 5px 10px;
}





.formulario-default fieldset{
	float: left;
	clear: both;
	overflow: hidden;
	color: #787878;
	font-size: 14px;
	text-align: center;
	background: #ffffff;
	width: 96%;
	margin: 20px auto 50px auto;
	padding: 0;
}

.formulario-default select, .formulario-default input, .formulario-default textarea {
	float: left;
	clear: both;
	color: #383838;
	font-size: 14px;
	font-family: 'robotolight', Arial, Tahoma, Verdana;
	border: 1px solid #e0e0e0;
}
.formulario-default label {
	float: left;
	clear: both;
	display: block;
	color: #383838;
	font-size: 14px;
	font-family: 'robotobold', Arial, Tahoma, Verdana;
	text-align: left;
	width: 80%;
	padding: 4px 0;
}


.formulario-default .labCh {
	cursor: pointer;
	font-size: 12px;
	line-height: 24px;
	width: 40%;
	padding: 0;
}
.formulario-default .labCh:active {
	color: #fa9a05;
}
.formulario-default .labCh input {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}



.formulario-default .labImg{
	cursor: pointer;
	font-size: 12px;
	line-height: 24px;
	width: 40%;
	padding: 0;
}
.formulario-default .labImg:active {
	color: #fa9a05;
}
.formulario-default .labImg input {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}
.formulario-default .labImg img{
	display: block;
	float: left;
	width: 20%;
	margin: 0 10px 0 0;
}

.formulario-default input::placeholder {
	color: rgba(255, 255, 255, 0.5);
	opacity: 1;
}
.formulario-default input {
	display: block;
	float: left;
	height: 26px;
	padding: 5px 8px;
	border-radius: 0;
}
.formulario-default .inpB,
.formulario-default .inpM,
.formulario-default .inpS,
.formulario-default .inpXS,
.formulario-default .inpMXS {
	appearance: none;
}
.formulario-default .inpB {
	width: 66%;
}
.formulario-default .inpM {
	width: 40%;
}
.formulario-default .inpS {
	width: 20%;
}
.formulario-default .inpXS {
	width: 10%;
}
.formulario-default input[data-empty="false"],
.formulario-default input:valid,
.formulario-default input:focus {
	border: 1px solid #e0e0e0;
}
.formulario-default input:focus {
	outline: 0;
	border: 1px solid #bfbfbf;
}
.formulario-default input,
.formulario-default select {
	transition: all 0.4s;
}
.formulario-default select {
	float: left;
	cursor: pointer;
	display: block;
	position: relative;
	font-size: 16px;
	/*background: url(../lib/ar_dwn.svg) no-repeat 98% center;
	background-size: 19px 17px;*/
	height: 44px;
	padding: 8px 20px 8px 10px;
	appearance: none;
	border-radius: 0;
}
.formulario-default .selB {
	width: 66%;
}
.formulario-default .selM {
	width: 40%;
}
.formulario-default .selS {
	/*background: url(../lib/ar_dwn.svg) no-repeat 97% center;
	background-size: 19px 17px;*/
	width: 20%;
}
.formulario-default .selXS {
	/*background: url(../lib/ar_dwn.svg) no-repeat 96% center;
	background-size: 19px 17px;*/
	width: 10%;
}
.formulario-default textarea {
	display: block;
	float: left;
	width: 74%;
	height: 100px;
	padding: 6px 4px;
}

.formulario-default .button{
	float: left;
	cursor: pointer;
	color: white;
	font-size: 14px;
	font-family: 'robotobold', Arial, Tahoma, Verdana;
	text-align: center;
	text-transform: uppercase;
	border: none;
	border-radius: 6px;
	background: #009b00;
	height: 44px;
	padding: 0 30px;
	-webkit-appearance: none;
	transition: all .5s;
}

.formulario-default .button-c{
	float: none !important;
	display: block;
	cursor: pointer;
	color: white;
	font-size: 14px;
	font-family: 'robotobold', Arial, Tahoma, Verdana;
	text-align: center;
	text-transform: uppercase;
	border: none;
	border-radius: 6px;
	background: #009b00;
	height: 44px;
	margin: 0 auto !important;
	padding: 0 30px;
	-webkit-appearance: none;
	transition: all .5s;
}
.formulario-default .button-c:hover{
	background: #008f00;
}

.formulario-default p {
	clear: both !important;
	overflow: hidden;
	position: relative;
	text-align: justify;
	margin: 18px 0 !important;
}
.formulario-default .req {
	border: 1px solid #d43843 !important;
}
.formulario-default .bxEr {
	float: left;
	display: block;
	color: white;
	font-size: 12px;
	text-align: center;
	line-height: 33px;
	background: #e84c3d;
	width: 70px;
	height: 34px;
	margin: 2px 0 0 -72px;
}
.formulario-default .cntEr {
	float: left;
	display: block;
	overflow: hidden;
	color: white;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	background: #db5a63;
	width: 70%;
	padding: 8px 20px 10px 20px;
}
.formulario-default .cntSnd {
	float: left;
	display: block;
	overflow: hidden;
	color: white;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	background: #fecd5a;
	width: 70%;
	padding: 8px 20px 10px 20px;
}
.formulario-default .txtEr {
	float: left;
	display: block;
	color: white;
	font-size: 12px;
	background: #e84c3d;
	width: 46%;
	padding: 0 1%;
}

.formulario-default .small{
	font-size: 11px;
	font-family: 'robotolight', Arial, Tahoma, Verdana;
}




.formulario-default .pcheck{
  display: block;
  position: relative;
	text-align: center;
  width: 100%;
  height: 100px;
}
.formulario-default label.lab_check{
  float: left !important;
  clear: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  cursor: pointer;
  color: #000000;
  font-size: 10px;
  font-family: 'robotobold', Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 14px;
  width: 21% !important;
  height: 70px;
  margin: 0 2% !important;
  padding: 34px 0 0 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.formulario-default .lab_check input{
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.formulario-default .lab_check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #009b00;
  border-radius: 50%;
}
.formulario-default .lab_check:hover input ~ .checkmark {
  border: 1px solid #009b00;
}
.formulario-default .lab_check input:checked ~ .checkmark {
  background-color: #009b00;
}
.formulario-default .lab_check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.formulario-default .lab_check input:checked ~ .checkmark:after {
  display: block;
}
.formulario-default .lab_check .checkmark:after {
  top: 6px;
  left: 6px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #000;
}








/*             LOGIN             */

  .content-login-user{
  	float: left;
    border: 1px solid #e0e0e0;
    width: 36%;
    padding: 10px 3%;
    margin: 30px 5% 20px auto;
  }
  p.small{
    font-size: 10px;
    margin-bottom: 15px;
  }


/*             LOGIN             */





a.lnkWhatsapp:link,
a.lnkWhatsapp:visited {
	right: 30px;
	bottom: 170px;
	z-index: 1000;
	display: block;
	position: fixed;
	outline: none;
	text-indent: -9000px;
	text-decoration: none;
	background: #3aa649 url(../lib/ico-whatsapp.svg) no-repeat center;
	background-size: 38px auto;
	border-radius: 50%;
	border: 1px solid rgba(76, 76, 76, 0.1);
	width: 59px;
	height: 59px;
	transition: all .10s;
}
a.lnkWhatsapp:hover{
	background-size: 35px auto;
}




/*  MEDIA QUERIES  */


@media screen and (min-width:1500px) and (max-width:1872px){



}



@media screen and (min-width:1351px) and (max-width:1450px){

		
	.bx-pago .bx-desc-s p{
		width: 30% !important;
		margin: 10px 1% !important;
		padding: 0 !important;
	}
	.bx-pago .bx-desc-s p:nth-child(2){
		width: 30% !important;
		margin: 10px 1% !important;
	}
	.bx-pago .bx-desc-s .labImg .txt_lab{
		line-height: 14px;
		margin: 10px 0 5px 0;
	}

	.bx-pago .bx-desc-s p:nth-child(2) .labImg img{
		width: 100%;
		height: auto;
		margin: 5px 0 0 0;
	}
	.bx-pago .bx-desc-s p:nth-child(3) .labImg img{
		width: auto;
		height: auto;
		margin: 5px 0 0 0;
	}


	
}


@media screen and (min-width:1191px) and (max-width:1350px){


	.bx-pago .bx-desc-s .labImg .txt_lab{
		line-height: 14px;
		margin: 10px 0 5px 0;
	}

	.bx-pago .bx-desc-s p:nth-child(3) .labImg img{
		width: 100%;
		height: auto;
	}
	.cnt-banner .opciones{
		width: 80%;
	}


}


/* TABLET H */

@media screen and (min-width:921px) and (max-width:1190px){


	.content-modal .modal-bd{
		width: 60%;
		margin: 50px auto 20px auto;
		padding: 40px 5%;
	}



	.box-filter{
		width: 80%;
		padding: 0 15px 2px 15px;
	}



	a.logo:link,
	a.logo:visited{
	  margin: 10px 0 0 0;
	}



	header nav ul {
	  font-size: 13px;
	  line-height: 24px;
	}
	header nav ul li a{
	  line-height: 14px;
	  padding: 30px 5px 20px 5px;
	}





	.cnt-banner{
		background: #000000 url(../images/nutritional-sport-bars.jpg) no-repeat 210% 20% !important;
		background-size: 90% !important;
		min-height: 560px !important;
		margin-top: 80px;
	}

	.cnt-banner h1{
		margin: 20px 0 10px 80px;
	}
	.cnt-banner .opciones{
		width: 80%;
		margin: 10px 0 0 30px;
	}






	ol.comprar-pas li .dist img{
		width: 22%;
		margin: 0 24px 0 0;
	}
	ol.comprar-pas li .dist span{
		width: 64%;
		margin: 10px 0 0 0;
	}


	ol.comprar-pas li .cnt-col{
		text-align: center;
		width: 44%;
		margin: 30px 3% 20px 3%;
	}

	ol.comprar-pas li .txt-desc{
		width: 54%;
		margin: 10px auto 20px auto;
	}
	ol.comprar-pas li .envio{
		background-size: 90px auto;
		width: 220px;
		height: 90px;
		margin: 10px auto 20px auto;
		padding: 20px 50px 10px 25px;
	}


	ol.comprar-pas li .cnt-col .small{
		font-size: 10px !important;
		line-height: 13px !important;
	}
	ol.comprar-pas li .cnt-col img:nth-child(6){
		float: none;
		clear: both;
		display: block;
		width: 60%;
		margin: 0 auto;
		padding: 0 15%;
	}





	.footer{
		overflow: hidden;
		font-size: 12px;
		width: 94%;
		height: auto;
		padding: 0 3% 20px 3%;
	}

	.footer .dr-calories{
		font-size: 11px;
		line-height: 14px;
		text-align: left;
		width: 26%;
		margin: 20px 0 0 0;
	}
	.footer .dr-calories img{
		width: 22%;
		margin: 0 10px 0 0;
	}

	.footer p{
		width: 60%;
		margin: 15px 0;
	}

	.footer ul{
		overflow: hidden;
		text-align: center;
		width: 60%;
		margin: 0 -30px 0 0;
		padding: 0;
	}
	.footer ul li{
		font-size: 10px;
	}



	.bx-pago{
		width: 100%;
		padding: 0;
	}


	.bx-pago .bx-desc-s .labImg .txt_lab{
		line-height: 14px;
		margin: 10px 0 5px 0;
	}
	.bx-pago .bx-desc-s p:nth-child(3) .labImg img{
		width: 100%;
		height: auto;
	}
	.bx-compra{
		width: 100%;
		padding: 0;
	}


	
}



/* TABLET V */

@media screen and (min-width:737px) and (max-width:920px){ 




	h1 {
	  font-size: 36px;
	  line-height: 36px;
	}
	h2 {
	  font-size: 30px;
	  line-height: 30px;
	}
	h3 {
	  font-size: 28px;
	  line-height: 30px;
	}
	h4 {
	  font-size: 22px;
	  line-height: 24px;
	}



	.content-modal .modal-bd{
		width: 80%;
		margin: 50px auto 20px auto;
		padding: 40px 5%;
	}



	.box-filter{
		width: 80%;
		padding: 0 15px 2px 15px;
	}





	header{
		overflow: hidden;
		height: 60px;		
	}

	a.logo:link,
	a.logo:visited{
		background-size: 100%;
		width: 100px;
		height: 50px;
		margin: 5px 0 0 5px;
	}

	.menu-mb{
		display: block;
		background: #000000;
	}




	.cnt-banner{
		background: #000000 url(../images/nutritional-sport-bars.jpg) no-repeat 210% 1% !important;
		background-size: 90% !important;
		width: 90%;
		min-height: 380px !important;
		margin-top: 60px;
		padding: 0 5%;
	}
	.cnt-banner h1{
		margin: 20px 0 0 130px;
	}
	.cnt-banner .opciones{
		width: 96%;
		margin: 20px 0 0 0;
	}

	
	a.green-home{
		height: 110px;
		margin: 4px 15px 8px 0 !important;
	}
	a.green-home img{
		width: 90px;
		height: 90px;
		margin: 4px 0 8px 0;
	}
	a.green-home .text-lnk,
	a.green-home:hover .text-lnk{
		width: 230px;
		margin: 9px 0 0 65px;
		padding: 0 0 0 40px;
	}




/*
	a.green-home:hover .text-lnk{
		margin: 17px 0 0 60px;
	}
*/


	.cnt-banner-in{
		min-height: 100px !important;
		margin-top: 60px;
	}
	.cnt-banner-in h1{
		left: 7%;
		bottom: 0;
		font-size: 30px;
		line-height: 24px;
		width: 70%;
	}



	.cnt-body{
		font-size: 14px;
		line-height: 18px;
		text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
		background: #000000 url(../images/cnt-body.jpg) no-repeat 70% center;
		background-size: auto 100%;
		width: 90%;
		min-height: 300px !important;
		padding: 4px 5% 10px 5%;
	}
	.cnt-body h2{
		width: 90%;
	}
	.cnt-body p{
		width: 56%;
		margin: 10px 0;
	}

	.cnt-body ol{
		width: 100%;
		margin: 10px 0;
	}
	.cnt-body ol li{
		margin: 6px 2%;
	}
	.cnt-body ol li:first-child{
		margin: 6px 2% 6px 0;
	}
	.cnt-body ol li img{
		display: inline-block;
		width: 60%;
		margin: 5px auto;
	}




	.cnt-comprar{
		margin: 0 0 20px 0;
	}

	ol.comprar-pas{
		margin: 0;
	}
	ol.comprar-pas li{
		float: none;
		display: inline-block;
		vertical-align: top;
		font-size: 14px;
		line-height: 18px;
		width: 43%;
		margin: 0 3%;
	}
	ol.comprar-pas li img{
		width: 40%;
		height: auto;
		margin: 6px 5px !important;
	}

	ol.comprar-pas li .dist img{
		width: 26%;
		height: auto;
		margin: 0 8% 0 0 !important;
	}
	ol.comprar-pas li .dist span{
		width: 64%;
		margin: 16px 0 0 0;
	}

	ol.comprar-pas li .cnt-col{
		text-align: center;
		width: 100%;
		margin: 10px 0;
	}
	ol.comprar-pas li .cnt-col img{
		width: 20%;
		height: auto;
	}
	ol.comprar-pas li .cnt-col img:nth-child(6){
		float: none;
		clear: both;
		display: block;
		width: 50%;
		padding: 0 25%;
	}
	ol.comprar-pas li .cnt-col .small{
		font-size: 10px !important;
		line-height: 12px !important;
	}

	ol.comprar-pas li:nth-child(3){
		text-align: center;
		width: 90%;
		margin: 10px 5%;
	}
	ol.comprar-pas li .txt-desc{
		text-align: left;
		width: 56%;
		margin: 10px 10px 20px auto;
	}
	
	ol.comprar-pas li .envio{
		background-size: 60px auto;
		width: 165px;
		height: 70px;
		margin: 10px auto 20px auto;
		padding: 14px 50px 10px 15px;
	}


	a.lnk-img-prod:link,a.lnk-img-prod:visited {
		width: 20% !important;
		padding: 0 !important;
	}
	a.lnk-img-prod img{
		display: block;
		width: 90% !important;
		height: auto;
		margin: 0 !important;
	}








	.footer{
		overflow: hidden;
		font-size: 12px;
		width: 94%;
		height: auto;
		padding: 0 3% 20px 3%;
	}

	.footer .dr-calories{
		font-size: 11px;
		line-height: 14px;
		text-align: left;
		width: 26%;
		margin: 20px 0 0 0;
	}
	.footer .dr-calories img{
		width: 22%;
		margin: 0 10px 0 0;
	}

	.footer p{
		width: 60%;
		margin: 15px 0;
	}

	.footer ul{
		overflow: hidden;
		text-align: center;
		width: 72%;
		margin: 0 auto;
	}
	.footer ul li{
		font-size: 10px;
	}
	.footer ul li:last-child{
		width: 12% !important;
		margin: 0 0 0 10px !important;
	}

	.footer ul li img{
		width: 40%;
	}
	.footer ul li:first-child img{
		width: 20%;
	}


/*
	ul.productos{
		margin: 20px 0;
	}
	ul.productos li{
		width: 40%;
	}
	ul.productos li img{
		display: block;
		width: 70%;
		margin: 0 auto 10px auto;
	}

	ul.productos .bx-form{
		width: 80%;
	}
*/




	.bx-pago{
		width: 100%;
		padding: 0;
	}

	.bx-pago .bx-desc-s .labImg .txt_lab{
		line-height: 14px;
		margin: 10px 0 5px 0;
	}
	.bx-pago .bx-desc-s p:nth-child(3) .labImg img{
		width: 100%;
		height: auto;
	}

	.bx-compra{
		width: 100%;
		padding: 0;
	}


	.bx-compra .cnt-hd-item .bx-desc-s{
		width: 38%;
		margin-left: 7%;
	}
	.bx-compra .cnt-hd-item .bx-precio-s{
		line-height: 14px !important;
	}
	.bx-compra .bx-desc-s{
		width: 40%;
		margin-right: 15px;
	}

	.bx-compra .bx-cant-s{
		width: 20%;
		margin-right: 15px;
	}

	.bx-pago .bx-desc-s .labImg .txt_lab{
		line-height: 14px;
		margin: 10px 0 5px 0;
	}
	.bx-pago .bx-desc-s p:nth-child(3) .labImg img{
		width: 100%;
		height: auto;
	}



	.cont_modal_p{
		width: 70%;
		padding: 50px;
	}
	ul.li_flag li{
		margin: 10px 3%;
	}
	




}





@media screen and (min-width:731px) and (max-width:849px){ 

	.cnt-banner{
		width: 96%;
		padding: 0 2%;
	}
	.cnt-banner .opciones{
		width: 100%;
		margin: 20px 0 0 0 !important;
	}

	a.green-home{
		width: 330px !important;
		height: 110px;
		margin: 4px 15px 8px 0 !important;
	}
	a.green-home img{
		width: 84px;
		height: 84px;
		margin: 4px 0 8px 0;
	}
	a.green-home .text-lnk,
	a.green-home:hover .text-lnk{
		width: 230px;
		margin: 5px 0 0 55px;
		padding: 0 0 0 40px;
	}



	.bx-pago .bx-desc-s .labImg .txt_lab{
		line-height: 14px;
		margin: 10px 0 5px 0;
	}
	.bx-pago .bx-desc-s p:nth-child(3) .labImg img{
		width: 100%;
		height: auto;
	}
}



@media screen and (min-width:737px) and (max-width:779px){ 

	ul.productos{
		margin: 20px 0;
	}
	ul.productos li{
		width: 32%;
		margin: 0 1% 40px 0 !important;
	}
	ul.productos li:nth-child(3n){
		margin: 0 0 40px 0 !important;
	}

	ul.productos li img{
		display: block;
		width: 70%;
		margin: 0 auto 10px auto;
	}

	ul.productos .bx-form{
		width: 80%;
	}



	.bx-pago .bx-desc-s .labImg .txt_lab{
		line-height: 14px;
		margin: 10px 0 5px 0;
	}
	.bx-pago .bx-desc-s p:nth-child(3) .labImg img{
		width: 100%;
		height: auto;
	}


}


/* MOBILE H */

@media screen and (min-width:321px) and (max-width:736px) and (orientation: landscape) { 





	h1 {
	  font-size: 36px;
	  line-height: 36px;
	}
	h2 {
	  font-size: 30px;
	  line-height: 30px;
	}
h3 {
  font-size: 28px;
  line-height: 30px;
}
h4 {
  font-size: 22px;
  line-height: 24px;
}







	header{
		overflow: hidden;
		height: 60px;		
	}

	a.logo:link,
	a.logo:visited{
		background-size: 100%;
		width: 100px;
		height: 50px;
		margin: 5px 0 0 5px;
	}

	.menu-mb{
		display: block;
		background: #000000;
	}




	.cnt-banner{
		background-size: 300%;
		width: 90%;
		min-height: 380px !important;
		margin-top: 60px;
		padding: 0 5%;
	}
	.cnt-banner h1{
		float: left;
		text-align: left;
		width: 90%;
		margin: 30px 0 0 0;
	}
	.cnt-banner h1 span{
		font-size: 36px;
	}

	.cnt-banner .opciones{
		width: 100%;
		margin: 20px 0 0 0;
	}

	a.descuento:link,a.descuento:visited{
		color: #e87d00;
		font-size: 20px;
		margin: 0 0 10px 0;
		padding: 0;
	}
	a.descuento .porcentaje{
		font-size: 42px;
		line-height: 76px;
		letter-spacing: -6px;
		background-size: 100%;
		width: 80px;
		height: 80px;
		margin: 20px 15px 0 0;
	}
	a.descuento .porcentaje .small{
		font-size: 24px !important;
		line-height: 76px;
		letter-spacing: 2px;
	}

	a.descuento .med{
		display: block;
		font-size: 13px !important;
		line-height: 15px !important;
		margin-top: 0;
	}


	a.green-home{
		width: 340px !important;
		height: 110px;
		margin: 4px 15px 8px 0 !important;
	}
	a.green-home img{
		width: 84px;
		height: 84px;
		margin: 4px 0 8px 0;
	}
	a.green-home .text-lnk,
	a.green-home:hover .text-lnk{
		width: 230px;
		margin: 5px 0 0 55px;
		padding: 0 0 0 40px;
	}



	.cnt-banner-in{
		min-height: 100px !important;
		margin-top: 60px;
	}
	.cnt-banner-in h1{
		left: 7%;
		bottom: 0;
		font-size: 30px;
		line-height: 24px;
		width: 70%;
	}




	.cnt-body{
		font-size: 14px;
		line-height: 18px;
		text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
		background: #000000 url(../images/cnt-body.jpg) no-repeat 70% center;
		background-size: auto 100%;
		width: 90%;
		min-height: 400px !important;
		padding: 10px 5% 0 5%;
	}
	.cnt-body h2{
		width: 90%;
	}
	.cnt-body p{
		width: 90%;
		margin: 10px 0;
	}
	.cnt-body ol{
		width: 100%;
		margin: 0 0 10px 0;
	}
	.cnt-body ol li{
		font-size: 12px;
		width: 26%;
		margin: 6px 12%;
	}
	.cnt-body ol li img{
		display: inline-block;
		width: 70%;
		margin: 5px auto;
	}




	.cnt-comprar{
		margin: 20px 0;
	}

	ol.comprar-pas{
		margin: 0;
	}
	ol.comprar-pas li{
		font-size: 14px;
		line-height: 18px;
		border-bottom: 1px dashed #cccccc;
		width: 90%;
		margin: 10px 5%;
		padding-bottom: 20px;
	}
	ol.comprar-pas li:last-child{
		border-bottom: 0;
		padding-bottom: 0;
	}

	ol.comprar-pas li .dist img{
		width: 26%;
		height: auto;
		margin: 0 8% 0 0;
	}
	ol.comprar-pas li .dist span{
		width: 64%;
		margin: 0;
	}


	ol.comprar-pas li .cnt-col{
		text-align: center;
		width: 100%;
		margin: 10px 0;
	}
	ol.comprar-pas li .cnt-col img{
		clear: both;
		display: table;
		margin: 6px auto !important;
	}
	ol.comprar-pas li .cnt-col .small{
		font-size: 10px !important;
		line-height: 14px !important;
	}



	ol.comprar-pas li:nth-child(3){
		text-align: center;
		width: 90%;
		margin: 10px 5%;
	}
	ol.comprar-pas li:nth-child(3) .paso{
		float: none;
		margin: 0 auto;
	}

	ol.comprar-pas li .txt-desc{
		float: none;
		width: 100%;
		margin: 10px auto 20px auto;
	}
	ol.comprar-pas li .envio{
		float: none;
		font-size: 14px;
		line-height: 18px;
		background: #009b00 url(../lib/ico-envio.png) no-repeat 92% center;
		background-size: 36%;
		width: 100px;
		height: 38px;
		margin: 0 auto 20px auto;
		padding: 7px 50px 10px 15px;
	}








	.footer{
		overflow: hidden;
		font-size: 12px;
		width: 90%;
		height: auto;
		padding: 0 5% 20px 5%;
	}

	.footer .dr-calories{display: none;
		font-size: 10px;
		line-height: 14px;
		text-align: left;
		width: 100%;
		margin: 20px 0 0 0;
	}
	.footer .dr-calories img{
		width: 22%;
		margin: 0 10px 0 0;
	}

	.footer p{
		text-align: center;
		width: 100%;
		margin: 15px 0;
	}

	.footer ul{
		float: none;
		overflow: hidden;
		text-align: center;
		width: 96%;
		margin: 20px auto 0 auto;
	}
	.footer ul li{
		float: none;
		display: inline-block;
		overflow: hidden;
		text-align: center;
	    width: 40px;
	    height: 40px;
		margin: 0 1%;
	}
	.footer ul li:first-child{
	    width: 40px;
	    height: 40px;
	}
	.footer ul li:last-child{
	    width: 40px;
	    height: 40px;
		margin: 0 1% !important;
	}

	.footer ul li a{
	    width: 40px;
	    height: 40px;
	}


	.footer ul li img{
		width: 70%;
	}
	.footer ul li:first-child img{
		margin: 4px auto 12px auto;
	}



/*
	ul.productos{
		margin: 20px 0;
	}
	ul.productos li{
		overflow: hidden;
		font-size: 14px;
		line-height: 18px;
		width: 36% !important;
		margin: 0 5% 10px 5% !important;
	}
	ul.productos li img{
		width: 70% !important;
		margin-bottom: 5px;
	}

	ul.productos li .producto{
		font-size: 18px;
		margin: 0 auto 5px auto;
	}
	ul.productos li .precio{
		font-size: 18px;
		width: 46%;
		margin: 20px auto 10px auto;
		padding: 4px 0;
	}


	ul.productos .bx-form{
		width: 100% !important;
	}
	ul.productos .bx-form input{
		width: 18%;
	}
*/

	.content-login-user{
		float: none;
		width: 88%;
		padding: 10px 5%;
		margin: 30px auto;
	}
	p.small{
		font-size: 10px;
		margin-bottom: 15px;
	}



	.bx-pago .bx-desc-s .labImg .txt_lab{
		line-height: 14px;
		margin: 10px 0 5px 0;
	}
	.bx-pago .bx-desc-s p:nth-child(3) .labImg img{
		width: 100%;
		height: auto;
	}
	.bx-pago .bx-desc-s p:nth-child(4) .labImg img{
		float: left !important;
		clear: both;
		display: block;
	}



}




/* MOBILE V2 */

@media screen and (min-width:321px) and (max-width:736px){ 





	h1 {
	  font-size: 36px;
	  line-height: 36px;
	}
	h2 {
	  font-size: 30px;
	  line-height: 30px;
	}
h3 {
  font-size: 28px;
  line-height: 30px;
}
h4 {
  font-size: 22px;
  line-height: 24px;
}





	.content-modal .modal-bd{
		width: 60%;
		margin: 50px auto 20px auto;
		padding: 40px 5%;
	}



	.box-filter{
		width: 80%;
		padding: 0 15px 2px 15px;
	}





	.box-log{
		width: 80%;
		margin: 60px auto 0 auto;
		padding: 17px 20px;
	}

	.modal-log  p.small{
		font-size: 12px;
		line-height: 14px;
		width: 100%;
	}

	.modal-log  .content-compra{
	    padding: 6px 3% 10px 3%;
	}

	.box-log .formulario-default label{
		line-height: 16px;
	}


	.modal-log  .content-compra a.btn-b{
		float: none;
		height: 30px !important;
		margin: 4px auto;
		padding: 10px 20px;
	}




	header{
		overflow: hidden;
		height: 60px;		
	}

	a.logo:link,
	a.logo:visited{
		background-size: 100%;
		width: 100px;
		height: 50px;
		margin: 5px 0 0 5px;
	}

	.menu-mb{
		display: block;
		background: #000000;
	}




	.cnt-banner{
		background: #000000 url(../images/nutritional-sport-bars.jpg) no-repeat 120% top;
		background-size: auto 50%;
		width: 96%;
		min-height: 300px !important;
		margin-top: 60px;
		padding: 0 2%;
	}
	.cnt-banner h1{
		float: left;
	  	font-size: 32px;
	  	letter-spacing: -1px;
	  	line-height: 34px;
		text-align: left;
		width: 54%;
		margin: 25px auto 0 auto;
	}
	.cnt-banner h1 span{
		clear: both;
		display: block;
		font-size: 32px;
	}

	.cnt-banner .opciones{
		width: 100%;
		margin: 0;
	}

	
	.cnt-banner .opciones a.lnk-btn{
		left: 50%;
		margin: 44px auto 40px -230px !important;
	}

	a.descuento:link,a.descuento:visited{
		float: right;
		font-size: 24px;
		line-height: 16px;
		margin: 6px 0 -20px 0;
	}
	a.descuento .porcentaje{
		font-size: 8px !important;
		line-height: 8px;
		background-size: 100%;
		width: 101px;
		height: 86px;
		margin: 0 20px 0 0;
		padding: 15px 0 0 0;
	}
	a.descuento .porcentaje b{
		font-size: 50px;
		line-height: 48px;
		letter-spacing: -10px;
		margin: 0 8px;
	}
	a.descuento .porcentaje .small{
		font-size: 30px !important;
	}
	a.descuento .med{
		font-size: 10px !important;
	}


	a.green-home{
		width: 330px !important;
		height: 110px;
		margin: 4px 15px 8px 0 !important;
	}
	a.green-home img{
		width: 84px;
		height: 84px;
		margin: 4px 0 8px 0;
	}
	a.green-home .text-lnk,
	a.green-home:hover .text-lnk{
		width: 230px;
		margin: 5px 0 0 55px;
		padding: 0 0 0 40px;
	}




	.cnt-banner-in{
		min-height: 100px !important;
		margin-top: 60px;
	}
	.cnt-banner-in h1{
		left: 7%;
		bottom: 0;
		font-size: 30px;
		line-height: 24px;
		width: 70%;
	}

	.cnt-banner-in img{
		width: 120%;
		margin-left: -10%;
	}




	.cnt-body{
		font-size: 14px;
		line-height: 18px;
		text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
		background: #000000 url(../images/cnt-body.jpg) no-repeat 30% center;
		background-size: auto 100%;
		width: 90%;
		min-height: 360px !important;
		padding: 10px 5% 40px 5%;
	}
	.cnt-body h2{
		line-height: 24px;
		width: 90%;
		margin-bottom: 4px;
	}
	.cnt-body h2 span{
		font-size: 24px;
	}
	.cnt-body p{
		width: 90%;
		margin: 10px 0;
	}
	.cnt-body ol{
		width: 100%;
		margin: 16px 0 0 0;
	}
	.cnt-body ol li{
		font-size: 10px;
		width: 21%;
		margin: 6px 3.6% 6px 0;
	}
	.cnt-body ol li:last-child{
		margin: 6px 0;
	}
	.cnt-body ol li img{
		display: inline-block;
		width: 70%;
		margin: 5px auto;
	}




	.cnt-comprar{
		margin: 20px 0;
	}

	ol.comprar-pas{
		margin: 0;
	}
	ol.comprar-pas li{
		font-size: 14px;
		line-height: 18px;
		border-bottom: 1px dashed #cccccc;
		width: 90%;
		margin: 10px 5%;
		padding-bottom: 20px;
	}
	ol.comprar-pas li:last-child{
		border-bottom: 0;
		padding-bottom: 0;
	}

	ol.comprar-pas li .dist img{
		width: 26%;
		height: auto;
		margin: 0 8% 0 0;
	}
	ol.comprar-pas li .dist span{
		width: 64%;
		margin: 0;
	}


	ol.comprar-pas li .cnt-col{
		text-align: center;
		width: 100%;
		margin: 10px 0;
	}
	ol.comprar-pas li .cnt-col img{
		clear: both;
		display: table;
		margin: 6px auto !important;
	}
	ol.comprar-pas li .cnt-col .small{
		font-size: 10px !important;
		line-height: 14px !important;
	}



	ol.comprar-pas li:nth-child(3){
		text-align: center;
		width: 90%;
		margin: 10px 5%;
	}
	ol.comprar-pas li:nth-child(3) .paso{
		float: none;
		margin: 0 auto;
	}

	ol.comprar-pas li .txt-desc{
		float: none;
		width: 100%;
		margin: 10px auto 20px auto;
	}
	ol.comprar-pas li .envio{
		float: none;
		font-size: 13px;
		line-height: 18px;
		background: #009b00 url(../lib/ico-envio.png) no-repeat 92% center;
		background-size: 36%;
		width: 160px;
		height: 52px;
		margin: 0 auto 20px auto;
		padding: 4px 50px 10px 15px;
	}
	ol.comprar-pas li .ico-bancos{
		width: 100%;
	}
	ol.comprar-pas li .ico-bancos a{
		width: 22%;
		margin: 3px 3% 3px 0;
		padding: 0 !important;
	}


	.bx-imagen{
		display: none;
	}
	.bx-descripcion{
		width: 100%;
		margin: 0 auto 12px auto;
	}

	.bx-descripcion .formulario-default{
		width: 60%;
		margin: 0 0 20px 0;
	}

	.bx-descripcion .formulario-default label{
		width: 100%;
		margin-right: 0;
	}
	.bx-descripcion .formulario-default .small{
		font-size: 10px !important;
		line-height: 12px;
	}

	.bx-descripcion .envio{
		font-size: 12px;
		line-height: 12px;
		background: #fa9a05 url(../lib/ico-envio.png) no-repeat center 86%;
		background-size: 55%;
		width: 22%;
		height: 36px;
		margin: 20px auto 20px auto;
		padding: 12px 4% 50px 4%;
	}
	.bx-descripcion .envio b{
		font-size: 14px;
	}






	.footer{
		overflow: hidden;
		font-size: 12px;
		width: 90%;
		height: auto;
		padding: 0 5% 20px 5%;
	}

	.footer .dr-calories{display: none;
		font-size: 10px;
		line-height: 14px;
		text-align: left;
		width: 100%;
		margin: 20px 0 0 0;
	}
	.footer .dr-calories img{
		width: 22%;
		margin: 0 10px 0 0;
	}

	.footer p{
		text-align: center;
		width: 100%;
		margin: 15px 0;
	}

	.footer ul{
		float: none;
		overflow: hidden;
		text-align: center;
		width: 96%;
		margin: 20px auto 0 auto;
	}
	.footer ul li{
		float: none;
		display: inline-block;
		overflow: hidden;
		text-align: center;
	    width: 40px;
	    height: 40px;
		margin: 0 1%;
	}
	.footer ul li:first-child{
	    width: 40px;
	    height: 40px;
	}
	.footer ul li:last-child{
	    width: 40px !important;
	    height: 40px;
		margin: 0 1% !important;
	}

	.footer ul li a{
	    width: 40px;
	    height: 40px;
	}


	.footer ul li img{
		width: 70%;
	}

	ul.productos li{
		width: 40%;
		margin: 0 5% 40px 5% !important;
	}


	ul.productos li img{
		width: 70%;
		margin: 0 auto 10px auto;
	}
/*
	ul.productos{
		font-size: 12px;
		line-height: 14px;
	}

	ul.productos li{
		width: 46%;
		margin: 0 6% 50px 0 !important;
	}
	ul.productos li:nth-child(2),
	ul.productos li:nth-child(4){
		margin: 0 0 20px 0 !important;
	}
	ul.productos li img{
		width: 80%;
		margin: 5px auto 10px auto;
	}

	ul.productos li .producto{
		font-size: 15px;
		margin: 0 auto 5px auto;
	}

	ul.productos li .precio{
		font-size: 16px;
		width: 50%;
		margin: 8px auto 12px auto;
		padding: 6px 8px;
	}
	ul.productos .bx-form label{
		font-size: 10px;
		width: 30%;
		margin: 0 2px !important;
	}
	ul.productos .bx-form input{
		width: 20%;
		margin: 0 2px 0 5px !important;
	}
*/
/*
ul.productos .bx-form{
	float: none;
	overflow: hidden;
	display: block;
	text-align: center;
	width: 100%;
	margin: 5px auto;
}
ul.productos .bx-form label{
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
	line-height: 10px !important;
	text-transform: uppercase;
	width: 23%;
	margin: 0 !important;
}
ul.productos .bx-form input{
	float: none;
	display: inline-block;
	text-align: center;
	width: 12%;
	margin: 0 5px 0 0 !important;
}
*/
/*	ul.productos .bx-form .disponible{
		font-size: 8px;
		line-height: 12px;
		width: 80%;
		margin: 8px auto !important;
	}
	ul.productos .bx-form .disponible b{
		float: none;
		display: inline-block;
		width: auto;
		margin-right: 4px;
	}
*/


	.content-login-user{
		float: none;
		width: 88%;
		padding: 10px 5%;
		margin: 30px auto;
	}
	p.small{
		font-size: 10px;
		margin-bottom: 15px;
	}

	.content-pagos-net{
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.content-pagos-net iframe{
		transform: scale(0.60, 0.60);
		margin: -90px 0;
	}


	.content p.wm4{
		width: 100%;
		margin-right: 0;
	}

	ol.garantia-list li{
		font-size: 12px;
		line-height: 18px;
		width: 45%;
		height: 210px;
		margin: 6px 2%;
		padding-bottom: 10px;
	}
	ol.garantia-list li img{
		display: block;
		width: 100%;
		height: auto;
	}
	ol.garantia-list li.biosoc img{
		margin: 0 auto 17px auto;
	}
	ol.garantia-list li.biosoc span{
		display: block !important;
	}



	ol.puntos-pago li{
		width: 135px;
		height: auto;
		margin: 12px 10px;
		padding: 0;
	}
	ol.puntos-pago li img{
		display: block;
		width: 100%;
		height: auto;
		margin: 0;
	}

	ol.puntos-pago.wm{
		width: 100%;
		margin-top: 0;
	}
	ol.puntos-pago.wmico{
		width: 100%;
		margin-top: 0;
	}

	ol.puntos-pago.wm li{
		width: 40%;
		margin: 12px 5%;
	}

	ol.puntos-pago.wmico li{
		display: inline-block;
		width: 30%;
		height: 68px;
		margin: 6px 1.6%;
	}
	ol.puntos-pago.wmico li img{
		margin-top: -6px;
	}

	.bx-pago .bx-desc-s .labImg .txt_lab{
		line-height: 14px;
		margin: 10px 0 5px 0;
	}
	
	.bx-pago .bx-desc-s p:nth-child(2) .labImg img{
		width: 100%;
		height: auto;
		margin: 5px 0 0 0;
	}
	.bx-pago .bx-desc-s p:nth-child(3) .labImg img{
		clear: both;
		width: auto !important;
		height: auto;
		margin: 5px 0 0 0;
	}


	ol.comprar-pas li .cnt-col{
		padding-bottom: 20px;
	}
	ol.comprar-pas li .cnt-col:last-child{
		border-bottom: 0;
	}
	ol.comprar-pas li .cnt-col .tit-col{
		text-align: center;
		width: 90%;
		margin: 0 5%;
	}
	ol.comprar-pas li .cnt-col .tit-col b{
		text-align: center;
	}

	ol.comprar-pas li .cnt-col .txt-col{
		width: 90%;
		margin: 0 5%;
	}




	.cont_modal_p{
		top: 15%;
		width: 80%;
		padding: 30px 40px 40px 40px;
	}
	.cont_modal_p h2{
		font-size: 20px;
	}
	ul.li_flag li{
		width: 40%;
		margin: 10px 3%;
	}
	
	
	a.lnk_btn_01{
		width: 100%;
		margin: 20px auto;
	}



}




@media screen and (min-width:630px) and (max-width:718px){ 


	.cnt-banner{
		background: #000000 url(../images/nutritional-sport-bars.jpg) no-repeat 130% top;
		background-size: auto 46%;
		width: 96%;
	}
	.cnt-banner h1{
		margin: 30px auto 0 auto;
	}

	a.descuento:link,a.descuento:visited{
		float: left;
		width: 70px;
		height: 120px;
		margin: 0 0 -20px 0;
	}

	.cnt-banner .opciones{
		width: 100%;
		margin: 0;
	}

	
	.cnt-banner .opciones a.lnk-btn{
		left: 50%;
		margin: 44px auto 40px -230px !important;
	}


	a.green-home{
		width: 292px !important;
		height: 100px;
		margin: 4px 10px 10px 0 !important;
	}
	a.green-home img{
		width: 70px;
		height: 70px;
		margin: 12px 0 8px 0;
	}
	a.green-home .text-lnk,
	a.green-home:hover .text-lnk{
		width: 210px;
		margin: 5px 0 0 40px;
		padding: 0 0 0 40px;
	}
	a.green-home .text-lnk .bx-txt{
		width: 140px;
		margin: 0 0 5px 0;
		padding: 7px 0 2px 3px;
	}


	.bx-pago .bx-desc-s .labImg .txt_lab{
		line-height: 14px;
		margin: 10px 0 5px 0;
	}
	.bx-pago .bx-desc-s p:nth-child(3) .labImg img{
		width: 100%;
		height: auto;
	}



}




@media screen and (min-width:321px) and (max-width:629px){ 



	.cnt-banner{
		background: #000000 url(../images/nutritional-sport-bars.jpg) no-repeat 130% top;
		background-size: auto 30%;
		width: 96%;
		min-height: 300px !important;
		margin-top: 60px;
		padding: 0 2%;
	}
	.cnt-banner h1{
		float: left;
	  	font-size: 32px;
	  	letter-spacing: -1px;
	  	line-height: 34px;
		text-align: left;
		width: 54%;
		margin: 25px auto 0 auto;
	}



	a.descuento:link,a.descuento:visited{
		float: right;
		font-size: 24px;
		line-height: 16px;
		margin: 6px 0 -20px 0;
	}


	.cnt-banner .opciones{
		width: 100%;
		margin: -10px 0 0 0 !important;
	}
	.cnt-banner .opciones a.lnk-btn{
		left: auto;
		right: auto;
		float: none;
		position: relative;
		margin: 20px auto 40px auto !important;
	}

	a.green-home{
		float: none !important;
		width: 310px !important;
		height: 110px;
		margin: 4px auto 8px auto !important;
	}
	a.green-home img{
		width: 84px;
		height: 84px;
		margin: 4px 0 8px 0;
	}
	a.green-home .text-lnk,
	a.green-home:hover .text-lnk{
		width: 210px;
		margin: 5px 0 0 55px;
		padding: 0 0 0 40px;
	}


	.bx-pago .bx-desc-s .labImg .txt_lab{
		line-height: 14px;
		margin: 10px 0 5px 0;
	}
	.bx-pago .bx-desc-s p:nth-child(3) .labImg img{
		width: 100%;
		height: auto;
	}


}




@media screen and (min-width:321px) and (max-width:410px){ 



	ul.productos li{
		width: 80%;
		margin: 0 10% 30px 10% !important;
	}
	ul.productos li img{
		width: 60%;
		margin: 0 auto 5px auto;
	}
	

}


@media screen and (min-width:625px) and (max-width:736px){ 



	.bx-pago{
		width: 100%;
		padding: 0;
	}
	.bx-compra{
		width: 100%;
		padding: 0;
	}

	.bx-compra .cnt-hd-item .bx-desc-s{
		line-height: 30px !important;
		width: 36%;
		margin-left: 6%;
	}
	.bx-compra .cnt-hd-item .bx-cant-s{
		width: 20%;
		margin-right: 5%;
	}
	.bx-compra .cnt-hd-item .bx-precio-s{
		line-height: 12px !important;
	}
	.bx-compra .bx-desc-s{
		line-height: 12px !important;
		width: 34%;
		margin-right: 4%;
	}

	.bx-compra .bx-cant-s{
		width: 20%;
		margin-right: 4%;
	}



	.bx-compra .bx-txt-s{
		width: 19%;
		margin: 0 20px 0 58%;
	}

	.bx-compra .bx-precio-f{
		width: 14%;
	}


	.bx-pago .bx-desc-s .labImg .txt_lab{
		line-height: 14px;
		margin: 10px 0 5px 0;
	}
	.bx-pago .bx-desc-s p:nth-child(3) .labImg img{
		width: 100%;
		height: auto;
	}

}





@media screen and (min-width:321px) and (max-width:624px){ 


	.content-modal .modal-bd{
		width: 80%;
		margin: 50px auto 20px auto;
		padding: 40px 5%;
	}



	.box-filter{
		width: 80%;
		padding: 0 15px 2px 15px;
	}





	.bx-pago{
		width: 100%;
		padding: 0;
	}
	.bx-compra{
		width: 100%;
		padding: 0;
	}
	.bx-compra .cnt-hd-item{
		display: none;
	}



	.bx-compra .bx-img-s{
		width: 18%;
		margin-right: 4%;
	}
	.bx-compra .bx-desc-s{
		width: 77%;
		margin-right: 0;
	}

	.bx-compra .bx-cant-s{
		clear: right;
		width: 70%;
		margin: 10px 0;
	}

	.bx-compra .bx-precio-s{
		position: relative;
		text-align: center;
		border: 1px solid #009b00;
		width: 30%;
		margin: 10px 9%;
	}
	.bx-compra div:nth-child(4):before{
		top: -9px;
		left: 4px;
		z-index: 10;
		position: absolute;
		content: "precio u.";
		color: #009b00;
		font-size: 10px;
		font-family: 'robotobold', Arial, Tahoma, Verdana;
		font-weight: 100;
		line-height: 12px;
		text-transform: uppercase;
		background: #ffffff;
		width: 60px;
		height: 14px;
	}

	.bx-compra div:nth-child(5):before{
		top: -9px;
		left: 4px;
		z-index: 10;
		position: absolute;
		content: "precio total";
		color: #009b00;
		font-size: 10px;
		font-family: 'robotobold', Arial, Tahoma, Verdana;
		font-weight: 100;
		line-height: 12px;
		text-transform: uppercase;
		background: #ffffff;
		width: 80px;
		height: 14px;
	}




.bx-compra .bx-btn-s{
	float: right;
	width: 10%;
}
	.bx-compra .bx-txt-s{
		width: 36%;
		margin: 0 0 0 14%;
	}

	.bx-compra .bx-precio-f{
		width: 26%;
		margin: 0 4% 0 3%;
	}

.bx-compra .button{
	font-size: 14px !important;
	line-height: 38px !important;
	text-transform: uppercase;
	border-radius: 0 !important;
	background: #009b00;
	height: 40px !important;
	margin-top: 20px;
	padding: 0 36px !important;
}

	.bx-compra .p_inf,
	.bx-pago .p_inf{
		width: 100%;
		margin: 8px 0 !important;
	}
.bx-compra .p_inf label,
.bx-pago .p_inf label{
	float: left;
	clear: none;
	width: 100%;
	padding: 0 0 2px 0;
}
.bx-compra .p_inf .inpM,
.bx-pago .p_inf .inpM{
	float: left;
	clear: none;
	font-size: 14px;
	width: 80%;
	height: 26px;
	padding: 4px 10px;
}
.bx-compra .p_inf .selS,
.bx-pago .p_inf .selS{
	float: left;
	clear: none;
	font-size: 14px;
	width: 70%;
	height: 36px;
	padding: 4px 10px;
}
.bx-compra .p_inf textarea{
	float: left;
	clear: none;
	width: 70%;
	height: 60px;
}


	.bx-compra .lin-sep{
		margin: 10px 0;
	}


	.bx-pago .bx-desc-s p{
		width: 100% !important;
		margin: 10px 0 !important;
	}
	.bx-pago .bx-desc-s p:nth-child(2){
		width: 100% !important;
		margin: 10px 0 !important;
	}
	.bx-pago .bx-desc-s .labImg{
		font-size: 8px;
		width: 100%;
	}
	.bx-pago .bx-desc-s .labImg span{
		width: 80%;
	}
	.bx-pago .bx-desc-s .labImg input {
		margin: 0 4px 0 0;
	}
	.bx-pago .bx-desc-s .labImg img{
		width: auto;
	}




	.bx-cod-pago{
		font-size: 13px;
		line-height: 17px;
		width: 100%;
		padding: 10px 0;
	}

	.bx-cod-pago .bx-txt-s{
		width: 56% !important;
		margin: 0 3% 0 4%;
		padding: 0;
	}

	.bx-cod-pago .bx-precio-f{
		width: 34%;
		padding: 5px 0;
	}





	p.f-left{
		width: 100%;
		margin: 5px auto 30px auto;
	}

	.bx-pago .bx-desc-s .labImg .txt_lab{
		line-height: 14px;
		margin: 10px 0 5px 0;
	}
	.bx-pago .bx-desc-s p:nth-child(3) .labImg img{
		width: 100%;
		height: auto;
	}

	a.lnkWhatsapp:link,
	a.lnkWhatsapp:visited {
		right: 20px;
		bottom: 20px;
	}


}







/* MOBILE V */

@media screen and (max-width: 320px) {



	h1 {
	  font-size: 36px;
	  line-height: 36px;
	}
	h2 {
	  font-size: 30px;
	  line-height: 30px;
	}
h3 {
  font-size: 28px;
  line-height: 30px;
}
h4 {
  font-size: 22px;
  line-height: 24px;
}




	.content-modal .modal-bd{
		width: 80%;
		margin: 50px auto 20px auto;
		padding: 40px 5%;
	}



	.box-filter{
		width: 86%;
		padding: 0 5% 2px 5%;
	}



	header{
		overflow: hidden;
		height: 60px;		
	}

	a.logo:link,
	a.logo:visited{
		background-size: 100%;
		width: 100px;
		height: 50px;
		margin: 5px 0 0 5px;
	}

	.menu-mb{
		display: block;
		background: #000000;
	}






	.cnt-banner{
		background: #000000 url(../images/nutritional-sport-bars.jpg) no-repeat 90% top;
		background-size: auto 26%;
		width: 96%;
		min-height: 300px !important;
		margin-top: 60px;
		padding: 0 2%;
	}
	.cnt-banner h1{
		float: left;
		text-align: left;
		width: 50%;
		margin: 25px auto 0 6px;
	}
	.cnt-banner h1 span{
		font-size: 28px;
		line-height: 30px;
	}



	a.descuento:link,a.descuento:visited{
		float: right;
		font-size: 24px;
		line-height: 16px;
		margin: 6px 0 -20px 0;
	}
	a.descuento .porcentaje{
		font-size: 8px !important;
		line-height: 8px;
		background-size: 100%;
		width: 101px;
		height: 86px;
		margin: 0 20px 0 0;
		padding: 15px 0 0 0;
	}
	a.descuento .porcentaje b{
		font-size: 50px;
		line-height: 48px;
		letter-spacing: -10px;
		margin: 0 8px;
	}
	a.descuento .porcentaje .small{
		font-size: 30px !important;
	}
	a.descuento .med{
		font-size: 10px !important;
	}


	.cnt-banner .opciones{
		width: 100%;
		margin: -10px 0 0 0 !important;
	}
	.cnt-banner .opciones a.lnk-btn{
		left: auto;
		right: auto;
		float: none;
		position: relative;
		margin: 20px auto 40px auto !important;
	}

	a.green-home{
		float: none !important;
		width: 310px !important;
		height: 110px;
		margin: 4px auto 8px auto !important;
	}
	a.green-home img{
		width: 84px;
		height: 84px;
		margin: 4px 0 8px 0;
	}
	a.green-home .text-lnk,
	a.green-home:hover .text-lnk{
		width: 210px;
		margin: 5px 0 0 55px;
		padding: 0 0 0 40px;
	}


	.cnt-banner-in{
		min-height: 90px !important;
		margin-top: 60px;
	}

	.cnt-banner-in img{
		width: 120%;
		margin-left: -10%;
	}
	.cnt-banner-in h1{
		left: 7%;
		bottom: 0;
		font-size: 30px;
		line-height: 24px;
		width: 70%;
	}


	.cnt-body{
		font-size: 14px;
		line-height: 18px;
		text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
		background: #000000 url(../images/cnt-body.jpg) no-repeat 20% center;
		background-size: auto 100%;
		width: 90%;
		min-height: 400px !important;
		padding: 10px 5% 0 5%;
	}
	.cnt-body h2{
		width: 90%;
	}
	.cnt-body p{
		width: 90%;
		margin: 10px 0;
	}
	.cnt-body ol{
		width: 100%;
		margin: 0 0 10px 0;
	}
	.cnt-body ol li{
		font-size: 12px;
		width: 26%;
		margin: 6px 12%;
	}
	.cnt-body ol li img{
		display: inline-block;
		width: 70%;
		margin: 5px auto;
	}




	.cnt-comprar{
		margin: 20px 0;
	}

	ol.comprar-pas{
		margin: 0;
	}
	ol.comprar-pas li{
		font-size: 14px;
		line-height: 18px;
		border-bottom: 1px dashed #cccccc;
		width: 90%;
		margin: 10px 5%;
		padding-bottom: 20px;
	}
	ol.comprar-pas li:last-child{
		border-bottom: 0;
		padding-bottom: 0;
	}

	ol.comprar-pas li .dist img{
		width: 26%;
		height: auto;
		margin: 0 8% 0 0;
	}
	ol.comprar-pas li .dist span{
		width: 64%;
		margin: 0;
	}


	ol.comprar-pas li .cnt-col{
		text-align: center;
		width: 100%;
		margin: 10px 0;
	}
	ol.comprar-pas li .cnt-col img{
		clear: both;
		display: table;
		margin: 6px auto !important;
	}
	ol.comprar-pas li .cnt-col .small{
		font-size: 10px !important;
		line-height: 14px !important;
	}



	ol.comprar-pas li:nth-child(3){
		text-align: center;
		width: 90%;
		margin: 10px 5%;
	}
	ol.comprar-pas li:nth-child(3) .paso{
		float: none;
		margin: 0 auto;
	}

	ol.comprar-pas li .txt-desc{
		float: none;
		width: 100%;
		margin: 10px auto 20px auto;
	}
	ol.comprar-pas li .envio{
		float: none;
		font-size: 14px;
		line-height: 18px;
		background: #009b00 url(../lib/ico-envio.png) no-repeat 92% center;
		background-size: 36%;
		width: 100px;
		height: 38px;
		margin: 0 auto 20px auto;
		padding: 7px 50px 10px 15px;
	}








	.footer{
		overflow: hidden;
		font-size: 12px;
		width: 90%;
		height: auto;
		padding: 0 5% 20px 5%;
	}

	.footer .dr-calories{display: none;
		font-size: 10px;
		line-height: 14px;
		text-align: left;
		width: 100%;
		margin: 20px 0 0 0;
	}
	.footer .dr-calories img{
		width: 22%;
		margin: 0 10px 0 0;
	}

	.footer p{
		text-align: center;
		width: 100%;
		margin: 15px 0;
	}

	.footer ul{
		float: none;
		overflow: hidden;
		text-align: center;
		width: 96%;
		margin: 20px auto 0 auto;
	}
	.footer ul li{
		float: none;
		display: inline-block;
		overflow: hidden;
		text-align: center;
	    width: 40px;
	    height: 40px;
		margin: 0 1%;
	}
	.footer ul li:first-child{
	    width: 40px;
	    height: 40px;
	}
	.footer ul li:last-child{
	    width: 40px !important;
	    height: 40px;
		margin: 0 1% !important;
	}

	.footer ul li a{
	    width: 40px;
	    height: 40px;
	}


	.footer ul li img{
		width: 70%;
	}






	.bx-imagen{
		display: none;
	}
	.bx-descripcion{
		width: 100%;
		margin: 0 auto 12px auto;
	}

	.bx-descripcion .formulario-default{
		width: 60%;
		margin: 0 0 20px 0;
	}

	.bx-descripcion .formulario-default label{
		width: 100%;
		margin-right: 0;
	}
	.bx-descripcion .formulario-default .small{
		font-size: 10px !important;
		line-height: 12px;
	}

	.bx-descripcion .envio{
		font-size: 12px;
		line-height: 12px;
		background: #fa9a05 url(../lib/ico-envio.png) no-repeat center 86%;
		background-size: 55%;
		width: 22%;
		height: 36px;
		margin: 20px auto 20px auto;
		padding: 12px 4% 50px 4%;
	}
	.bx-descripcion .envio b{
		font-size: 14px;
	}


	ul.productos li{
		width: 80%;
		margin: 0 10% 30px 10% !important;
	}
	ul.productos li img{
		width: 70%;
		margin: 0 auto 5px auto;
	}

/*
	ul.productos{
		font-size: 12px;
		line-height: 14px;
	}

	ul.productos li{
		width: 46%;
		margin: 0 6% 30px 0 !important;
	}
	ul.productos li:nth-child(2),
	ul.productos li:nth-child(4){
		margin: 0 0 20px 0 !important;
	}
	ul.productos li img{
		width: 80%;
		margin: 5px auto 10px auto;
	}

	ul.productos li .producto{
		font-size: 15px;
		margin: 0 auto 5px auto;
	}

	ul.productos li .precio{
		font-size: 16px;
		width: 50%;
		margin: 8px auto 12px auto;
		padding: 6px 8px;
	}
	ul.productos .bx-form label{
		font-size: 10px;
		width: 25%;
		margin: 0 2px !important;
	}
	ul.productos .bx-form input{
		width: 20%;
		margin: 0 2px 0 5px !important;
	}
	ul.productos .bx-form b{
		font-size: 10px;
		width: 10%;
	}

*/


	.content-login-user{
		float: none;
		width: 88%;
		padding: 10px 5%;
		margin: 30px auto;
	}
	p.small{
		font-size: 10px;
		margin-bottom: 15px;
	}




	.bx-pago{
		width: 100%;
		padding: 0;
	}
	.bx-compra{
		width: 100%;
		padding: 0;
	}
	.bx-compra .cnt-hd-item{
		display: none;
	}



	.bx-compra .bx-img-s{
		width: 18%;
		margin-right: 4%;
	}
	.bx-compra .bx-desc-s{
		width: 77%;
		margin-right: 0;
	}

	.bx-compra .bx-cant-s{
		clear: right;
		width: 70%;
		margin: 10px 0;
	}

	.bx-compra .bx-precio-s{
		position: relative;
		text-align: center;
		border: 1px solid #009b00;
		width: 30%;
		margin: 10px 9%;
	}
	.bx-compra div:nth-child(4):before{
		top: -9px;
		left: 4px;
		z-index: 10;
		position: absolute;
		content: "precio u.";
		color: #009b00;
		font-size: 10px;
		font-family: 'robotobold', Arial, Tahoma, Verdana;
		font-weight: 100;
		line-height: 12px;
		text-transform: uppercase;
		background: #ffffff;
		width: 60px;
		height: 14px;
	}

	.bx-compra div:nth-child(5):before{
		top: -9px;
		left: 4px;
		z-index: 10;
		position: absolute;
		content: "precio total";
		color: #009b00;
		font-size: 10px;
		font-family: 'robotobold', Arial, Tahoma, Verdana;
		font-weight: 100;
		line-height: 12px;
		text-transform: uppercase;
		background: #ffffff;
		width: 80px;
		height: 14px;
	}




.bx-compra .bx-btn-s{
	float: right;
	width: 10%;
}
	.bx-compra .bx-txt-s{
		width: 46%;
		margin: 0 0 0 4%;
	}

	.bx-compra .bx-precio-f{
		width: 31%;
		margin: 0 0 0 2%;
	}

.bx-compra .button{
	font-size: 14px !important;
	line-height: 38px !important;
	text-transform: uppercase;
	border-radius: 0 !important;
	background: #009b00;
	height: 40px !important;
	margin-top: 20px;
	padding: 0 36px !important;
}

	.bx-compra .p_inf,
	.bx-pago .p_inf{
		width: 100%;
		margin: 8px 0 !important;
	}
.bx-compra .p_inf label,
.bx-pago .p_inf label{
	float: left;
	clear: none;
	width: 100%;
	padding: 0 0 2px 0;
}
.bx-compra .p_inf .inpM,
.bx-pago .p_inf .inpM{
	float: left;
	clear: none;
	font-size: 14px;
	width: 80%;
	height: 26px;
	padding: 4px 10px;
}
.bx-compra .p_inf .selS,
.bx-pago .p_inf .selS{
	float: left;
	clear: none;
	font-size: 14px;
	width: 70%;
	height: 36px;
	padding: 4px 10px;
}
.bx-compra .p_inf textarea{
	float: left;
	clear: none;
	width: 70%;
	height: 60px;
}


	.bx-compra .lin-sep{
		margin: 10px 0;
	}


	.bx-pago .bx-desc-s p{
		width: 47% !important;
		margin: 0 1% !important;
	}
	.bx-pago .bx-desc-s p:nth-child(2){
		width: 47% !important;
		margin: 0 1% !important;
	}
	.bx-pago .bx-desc-s .labImg{
		font-size: 8px;
		width: 100%;
	}
	.bx-pago .bx-desc-s .labImg span{
		width: 80%;
	}
	.bx-pago .bx-desc-s .labImg input {
		margin: 0 4px 0 0;
	}
	.bx-pago .bx-desc-s .labImg img{
		width: 30%;
	}



	.bx-cod-pago{
		font-size: 13px;
		line-height: 17px;
		width: 100%;
		padding: 10px 0;
	}

	.bx-cod-pago .bx-txt-s{
		width: 56% !important;
		margin: 0 3% 0 4%;
		padding: 0;
	}

	.bx-cod-pago .bx-precio-f{
		width: 34%;
		padding: 5px 0;
	}



	p.f-left{
		width: 100%;
		margin: 5px auto 30px auto;
	}



	.bx-pagos-net{
		width: 100%;
		margin: 0 auto 0 20px;
	}
	.bx-pagos-net img{
		width: 40%;
		margin: -10px 0 0 50px;
	}



	.content-pagos-net{
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.content-pagos-net iframe{
		transform: scale(0.80, 0.80);
		margin: -90px 0;
	}



	a.lnkWhatsapp:link,
	a.lnkWhatsapp:visited {
		right: 20px;
		bottom: 20px;
	}
}


/*  MEDIA QUERIES  */







