@font-face { font-family: fontUbuntuC; src: url(ubuntu-font-family-0.80/Ubuntu-M.ttf); }
@font-face { font-family: fontBabybel; src: url(LunchBox.ttf); }
@font-face { font-family: fontBabybelLight; src: url(LunchBox-Light.ttf); }
@font-face { font-family: fontBabybelBold; src: url(LunchBox-Bold.ttf); }

body{
	text-align: justify;
    text-justify: inter-word;

    color: white;
	font-family: fontUbuntuC, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 21px;
	/*text-transform: lowercase;*/

	background-image:  url(../img/back.png);
	background-repeat: no-repeat;

	/*
	 * #990202;  /*rojo oscuro/
	 * #49a232;  /*verde/
	 * #bf0101;  /*rojo babybel/
	 * #fce59c; /*amarillo /
	 */
}

input{ color:#49a232; font-size:0.7em}


.fontBabybel{ font-family: fontBabybel, "Helvetica Neue", Helvetica, Arial, sans-serif; }
.fontBabybelLight{ font-family: fontBabybelLight, "Helvetica Neue", Helvetica, Arial, sans-serif; }
.fontBabybelBold{ font-family: fontBabybelBold, "Helvetica Neue", Helvetica, Arial, sans-serif; }

.bDividerRed{border-bottom: 1px solid #990202;}
.bDividerWhite{border-bottom: 1px solid lightgray;}


.bNavbarSupBorde{
	height:35px;
	width:100%;
	background-color: #bf0101; /*rojo babybel*/
}

.socialTop{
	margin-right:20px;
}

.socialTop img{
	width:15px;
	margin-right:10px;
}

@media (max-width: 768px) {
  .bMenuLogo{
	top: -40px;
	left: -20px;
	position: relative;
	width:90px;
  }
}

@media (min-width: 768px) {
  .bMenuLogo{
	top: -40px;
	left: 0px;
	position: relative;
	width:120px;
  }
}

.bMenuBoton{
	width: 40px;
	position: relative;
	top: 0;
}

.bContent{
	margin-top:60px;
	width:100%;
	background-color: transparent;
}

.bNavbarInf{
	margin-bottom:0px;
	background-color: #bf0101;  /*rojo babybel*/
	min-height:30px;
	margin-top:-30px;
}

.bCarousel{
	margin-top:-30px;
	margin-bottom:0px;
	max-width: 1024px;
}

.bModalContent{
	background-color: #bf0101;  /*rojo babybel*/
	color:white;
	font-size: 0.6em;
	padding:10px;

}

.bModalContentBody{
	margin:20px 10px 10px 10px;
	padding:10px;
	height:300px;
	overflow-y: scroll;
}

.bModalContentVideo{
	margin:10px;
}


/*home*/
.linkFull{display: block;height: 360px;width: 62%;}
.bHomeContent01{
	background-image:  url(../img/fondo.png);/*home_pasto.png*/
	background-repeat: no-repeat;
	max-width: 1024px;
	padding:10px 0px 70px 0px;
}

.bBodyHomeRow{
	margin:0px;
}

/*  historia  */

.bHistoria{
	max-width: 1024px;
	/*background-image: url(../img/historia/back_historia.png);
	background-repeat: no-repeat;*/
	background-color: #bf0101;  /*rojo babybel*/
}

@media (max-width: 450px) {
	.bHistoriaMini{
		background-image:url('../img/historia/hoja_mini.png');
		background-repeat:no-repeat;
		background-size:250px 280px;
		width:250px;
		height:280px;
	}

	.bHistoriaMiniCont{
		font-size:0.65em;
		color:white;
		padding-top: 120px;
		padding-left: 25px;
		padding-right: 30px;
	}
}

@media (min-width: 450px) {
	.bHistoriaMini{
		background-image:url('../img/historia/hoja_mini.png');
		background-repeat:no-repeat;
		width:380px;
		height:380px;
	}

	.bHistoriaMiniCont{
		font-size:0.8em;
		color:white;
		padding-top: 150px;
		padding-left: 25px;
		padding-right: 50px;
	}
}

@media (max-width: 990px) {
	.bHistoriaImg{
		padding-bottom:30px;
	}
}

@media (min-width: 990px) {
	.bHistoriaImg{
		padding:50px 0px;
	}
}

@media (max-width: 550px) {
	.bHistoriaOrigen{
		background-image:url('../img/historia/hoja_origenes.png');
		background-repeat:no-repeat;
		background-size:280px 250px;
		width:250px;
		height:280px;
	}

	.bHistoriaOrigenCont{
		font-size:0.48em;
		color:white;
		padding-top: 70px;
		padding-left: 20px;
		padding-right: 10px;
	}
}

@media (min-width: 550px) {
	.bHistoriaOrigen{
		background-image:url('../img/historia/hoja_origenes.png');
		background-repeat:no-repeat;
		width:500px;
		height:380px;
	}

	.bHistoriaOrigenCont{
		font-size:0.8em;
		color:white;
		padding-top: 100px;
		padding-left: 30px;
		padding-right: 40px;
	}
}

/*---*/

@media (max-width: 550px) {
	.bHistoriaHoy{
		background-image:url('../img/historia/hoja_hoy.png');
		background-repeat:no-repeat;
		background-size:280px 250px;
		width:280px;
		height:250px;
	}

	.bHistoriaHoyCont{
		font-size:0.52em;
		color:white;
		padding-top: 70px;
		padding-left: 20px;
		padding-right: 30px;
	}
}


@media (min-width: 550px) {
	.bHistoriaHoy{
		background-image:url('../img/historia/hoja_hoy.png');
		background-repeat:no-repeat;
		width:380px;
		height:380px;
	}

	.bHistoriaHoyCont{
		font-size:0.7em;
		color:white;
		padding-top: 95px;
		padding-left: 25px;
		padding-right: 55px;

	}
}

@media (max-width: 550px) {
	.bHistoriaHoyImg{
		position:relative;
		top:0px;
		left:-10px;
	}
}

@media (min-width: 550px) {
	.bHistoriaHoyImg{
		position:relative;
		top:-40px;
		left:170px;
	}
}

@media (max-width: 550px) {
	.bHistoriaCifras{
		background-image:url('../img/historia/hoja_cifras.png');
		background-repeat:no-repeat;
		background-size:280px 250px;
		width:280px;
		height:350px;
		margin-top:120px;
	}

	.bHistoriaCifrasCont{
		font-size:0.6em;
		color:red;
		padding-top: 82px;
		padding-left: 30px;
		padding-right: 50px;
	}
}

@media (min-width: 550px) {
	.bHistoriaCifras{
		background-image:url('../img/historia/hoja_cifras.png');
		background-repeat:no-repeat;
		width:380px;
		height:380px;
		margin-top:50px;
	}

	.bHistoriaCifrasCont{
		font-size:0.8em;
		color:red;
		padding-top: 120px;
		padding-left: 30px;
		padding-right: 50px;
	}
}

/* ---------Registro---------  */

.bRegistro{
	max-width: 1024px;
	background-color: white;
	margin-top:-30px;
	padding:0px 0px 20px 0px;
}

.bRegistroForm{

}

.bRegistroCol{
	width:80%;
}

.bRegistroInputText{
	width:100%;
	border-color: #DBDBDB;
	padding: .25em .75em .15em;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
}

.bRegistroTextArea{
	color: #49a232;
	width:100%;
	border-color: #DBDBDB;
	padding: .25em .75em .15em;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
}

.bRegistroSubmit{
	background:url('../img/registro/enviar.png') no-repeat;
	width: 100px;
	height: 100px;
	border-style: none;
	margin-top:10px;
}

.bRegistroError{
	 /* #990202;  /*rojo oscuro/
	 * #49a232;  /*verde/
	 * #bf0101;  /*rojo babybel/
	 * #fce59c; /*amarillo */
	display:none;

	font-size:0.6em;
	color: #fce59c;
	width:100%;
	text-align:center;

	background-color: #990202;
	border: 1px solid #990202;
	padding: .25em .75em .15em;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;

	margin:10px 0px;
}


/* -----------VENTAS--------- */
.bVentas{
	max-width: 1024px;
	background-color: white;
	background-image:url('../img/ventas/back_donde.png');
	margin-top:-30px;
	padding:20px 0px 20px 0px;
}

@media (max-width: 500px) {
	.bVentaContenido{
		background-image:url('../img/ventas/bb_hoja_roja.png');
		background-repeat:no-repeat;
		background-size:250px 280px;
		width:250px;
		height:280px;
		padding-bottom:30px;
	}

	.bVentaDescripcion{
		font-size:0.7em;
		color:white;
		padding-top: 85px;
		padding-left: 25px;
		padding-right: 30px;
	}

}

@media (min-width: 500px) {
	.bVentaContenido{
		background-image:url('../img/ventas/bb_hoja_roja.png');
		background-repeat:no-repeat;
		width:380px;
		height:380px;
	}

	.bVentaDescripcion{
		font-size:1em;
		color:white;
		padding-top: 115px;
		padding-left: 30px;
		padding-right: 50px;
	}
}



@media (max-width: 500px) {
	.bVentasLogo{
		height:60px;
		padding:10px 0px;
	}
}

@media (min-width: 500px) {
	.bVentasLogo{
		width: 180px;
		height: 60px;
		padding:10px 0px;
	}
}

/*  ---------------FAQS------------  */
.bPreguntas{
	max-width: 1024px;
	/*background-image: url(../img/historia/back_historia.png);
	background-repeat: no-repeat;*/
	background-color: #bf0101;  /*rojo babybel*/
}

.bPreguntasTituloTexto{
	font-size: 3.2em;
	text-align: center;
}

.bPreguntasRespuestas{
	background-color: transparent;
	padding:30px;
	width:90%;
}

.bPanel{
	border: 0px solid transparent;
}

.bPanel-heading{
	background-color:#bf0101;
	padding:10px;
}

.panel-title a.collapsed {
	background: transparent url(../img/icon-collapse-plus.png) 0 15px no-repeat;
}

.panel-title a {
	background: transparent url(../img/icon-collapse-minus.png) 0 15px no-repeat;
	display: block;
	padding: 10px 0 10px 30px;
}

.panel-title{
	color: #fce59c;
	font-size: 20px;
}

.panel-body{
	background-color:#bf0101;
	color: white;
	font-size: 16px;
}

/*---------------Productos------------*/
.bProductos{
	max-width: 1024px;
	background-color: #bf0101;  /*rojo babybel*/
}



.bHistoriaMini{

	}

	.bHistoriaMiniCont{

	}


.bProductosContenedor{
	width:80%;
	padding:30px 0px 30px 0px;
}


@media (max-width: 400px) {
	.bProducto5Texto{
		background-image:url('../img/productos/bb_blog_rojo5.png');
		background-repeat:no-repeat;
		background-size:260px 260px;
		width:260px;
		height:260px;
		margin-top:20px;
		margin-bottom:20px;
	}

	.bProducto15Texto{
		background-image:url('../img/productos/bb_blog_rojo15.png');
		background-repeat:no-repeat;
		background-size:260px 260px;
		width:260px;
		height:260px;
		margin-top:20px;
		margin-bottom:20px;
	}

	.bProductosDescripcion{
		font-size:0.5em;
		color:white;
		padding-top: 80px;
		padding-left: 20px;
		padding-right: 40px;
	}

	.bProductoDonde{
		width:40%;
	}


}


@media (min-width: 400px) {
	.bProducto5Texto{
		background-image:url('../img/productos/bb_blog_rojo5.png');
		background-repeat:no-repeat;
		background-size:380px 380px;
		width:380px;
		height:380px;
		margin-top:20px;
		margin-bottom:20px;
	}

	.bProducto15Texto{
		background-image:url('../img/productos/bb_blog_rojo15.png');
		background-repeat:no-repeat;
		background-size:380px 380px;
		width:380px;
		height:380px;
		margin-top:20px;
		margin-bottom:20px;
	}

	.bProductosDescripcion{
		font-size:0.7em;
		color:white;
		padding-top: 110px;
		padding-left: 25px;
		padding-right: 50px;
	}

	.bProductoDonde{
		width:50%;
	}

}



.bProductosTitulo{
	text-align:center;
	color: #fce59c;
	font-size: 2em;
}

.bProductosTitulo a{
	color: #fce59c;
	font-size: 2em;
}

.bProductoCabecera{
	margin-bottom:10px;
	background-image: url(../img/historia/back_historia.png);
	min-height: 350px;
}

.bProductoNutrimental{
	font-size: 2em;
	text-align:center;
}

.bProductoNutrimentalDetalles{
	background-color: white;
}

.bTablaNutrimental{
	background-color: white;
	padding:20px;
	margin:0px 10px 0px 10px;
	color: #49a232;
	font-size: 13px;
}


.nutFacts-list {
	list-style-type: none;
	overflow: hidden;
	margin-bottom: 0;
	padding: 0;
	width: 100%;
}
.nutFacts-list .listHead {
	color: #49a232;
	font-size: 13px;
	border-bottom: 1px solid transparent;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.listNormal {
	color: #49a232;
	font-size: 13px;
	border-bottom: 1px solid transparent;
	padding-bottom: 5px;
}

.t-upper {
	text-transform: uppercase;
	background-color: white;
}
.nutFacts-list .nutFact-amt {
	font-size: 12px;
	float: right;
	padding-left: 0.25em;
	background: #ffffff;
	color: #49a232;
}

.nutFacts-list .nutFact-title {
	padding-right: 0.45em;
	background: #ffffff;
	color: #49a232;
	font-size: 12px;
}

.strong {font-weight: bold;}
.indent{padding-left: 20px;}

.nutFacts-list li:before {
	font-size: 12px;
	color: #49a232;
	float: left;
	width: 0;
	white-space: nowrap;
	content: ". . . . . . . . . . . . . . . . . . . . "
	 ". . . . . . . . . . . . . . . . . . . . "
	 ". . . . . . . . . . . . . . . . . . . . "
	 ". . . . . . . . . . . . . . . . . . . . "
	 ". . . . . . . . . . . . . . . . . . . . ";
}

.nutFacts-list li.noLeader:before {
display: none;
}

.nutFacts-list-no-padding{	padding-bottom: 0px;}

.bMasProductos{
	padding:50px 0px 10px 0px;
}

.bMasProductosTitulo{font-size: 1em;}

.bProductoBotonesCont{
	background-color: transparent;
	position:relative;
	top:-40px;
}

.bBotonProducto{
	background-color: #bf0101;  /*rojo babybel*/
	color: white;
	font-size: 0.8em;
	padding:5px;
	border: 1px solid white;
	width:80px;
	text-align: center;
	float: left;
}

/*-------------tips----------*/

.bTipsContenedor{
	width:80%;
	padding:30px 0px 30px 0px;
}

.bTipFotoLinkSquare{


	width:300px;
	height:auto;


	margin: auto;
}


.bTipFotoLink{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

	width:300px;
	height:auto;

	border: 5px solid white;
	margin: auto;
}

.bTipsTitulo{
	text-align:center;
	color: #fce59c;
	font-size: 1.5em;
}

.bTipsTitulo a{
	color: #fce59c;
	font-size: 1.5em;
}

.bTipsDescripcion{
	font-size:1em;
	color:white;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 40px;
}


/*--------- tip ----------*/
.bTip{
	max-width: 1024px;
	background-color: #bf0101;  /*rojo babybel*/
	padding-top: 30px;
}

.snack-idea-ingredients {
	background: transparent url(../img/tips/snack-prep-icon-milk.png) 0 0 no-repeat;
	margin-left: 0px;
	padding-left: 60px;
}

.snack-idea-preparation {
	background: transparent url(../img/tips/snack-prep-icon-clock.png) 0 -10px no-repeat;
	margin-left: 0px;
	padding-left: 60px;
	font-size: 0.7em;
}

.ingredients-list{
	font-size: 0.7em;
}

.fontAmarillo{color: #fce59c;}

.snack-details{
	margin-left: 20px;
}
