@charset "utf-8";
/* CSS Document */

/* RESET */


@font-face {
    font-family: 'LatoRegular';
    src: url('/fonts/LatoRegular.eot');
    src: url('/fonts/LatoRegular.eot') format('embedded-opentype'),
         url('/fonts/LatoRegular.woff2') format('woff2'),
         url('/fonts/LatoRegular.woff') format('woff'),
         url('/fonts/LatoRegular.ttf') format('truetype'),
         url('/fonts/LatoRegular.svg#LatoRegular') format('svg');
}
@font-face {
    font-family: 'LatoBold';
    src: url('/fonts/LatoBold.eot');
    src: url('/fonts/LatoBold.eot') format('embedded-opentype'),
         url('/fonts/LatoBold.woff2') format('woff2'),
         url('/fonts/LatoBold.woff') format('woff'),
         url('/fonts/LatoBold.ttf') format('truetype'),
         url('/fonts/LatoBold.svg#LatoBold') format('svg');
}
@font-face {
    font-family: 'LatoHeavy';
    src: url('/fonts/lato-heavy-webfont.eot');
    src: url('/fonts/lato-heavy-webfont.eot') format('embedded-opentype'),
         url('/fonts/lato-heavy-webfont.woff2') format('woff2'),
         url('/fonts/lato-heavy-webfont.woff') format('woff'),
         url('/fonts/lato-heavy-webfont.ttf') format('truetype'),
         url('/fonts/lato-heavy-webfont.svg#lato-heavy-webfont') format('svg');
}
@font-face {
    font-family: 'LatoBlack';
    src: url('/fonts/lato-black_0-webfont.eot');
    src: url('/fonts/lato-black_0-webfont.eot') format('embedded-opentype'),
         url('/fonts/lato-black_0-webfont.woff2') format('woff2'),
         url('/fonts/lato-black_0-webfont.woff') format('woff'),
         url('/fonts/lato-black_0-webfont.ttf') format('truetype'),
         url('/fonts/lato-black_0-webfont.svg#lato-black_0-webfont') format('svg');
}
@font-face {
	font-family: 'LatoMedium';
	src: url('fonts/Lato-Medium.eot');
	src: url('fonts/Lato-Medium.eot') format('embedded-opentype'),
		url('fonts/Lato-Medium.woff') format('woff'), 
		 url('fonts/Lato-Medium.ttf') format('truetype'), 
		 url('fonts/Lato-Medium.svg') format('svg');
}
@font-face {
	font-family: 'LatoThin';
	src: url('fonts/Lato-Thin.eot');
	src: url('fonts/Lato-Thin.eot') format('embedded-opentype'),
		url('fonts/Lato-Thin.woff') format('woff'),
		 url('fonts/Lato-Thin.ttf') format('truetype'), 
		 url('fonts/Lato-Thin.svg') format('svg');
}

@font-face {
	font-family: 'DINNextRoundedLTW01-Bold';
	src: url('/fonts/DINNextRoundedLTW01-Bold.svg#DINNextRoundedLTW01-Bold') format('svg'),
		 url('/fonts/DINNextRoundedLTW01-Bold.ttf') format('truetype'),
		 url('/fonts/DINNextRoundedLTW01-Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
  }
  
  @font-face {
	font-family: 'din-rounded-bold';
	src: url('/fonts/din-rounded-bold.eot');
	src: url('/fonts/din-rounded-bold.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/din-rounded-bold.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
  }
  
  @font-face {
	font-family: 'DINNextRoundedLTPro-Regular';
	src: url('/fonts/DINNextRoundedLTPro-Regular.svg#DINNextRoundedLTPro-Regular') format('svg'),
		 url('/fonts/DINNextRoundedLTPro-Regular.ttf') format('truetype'),
		 url('/fonts/DINNextRoundedLTPro-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
  }
  
  @font-face {
	font-family: 'din-rounded-regular';
	src: url('/fonts/din-rounded-regular.eot');
	src: url('/fonts/din-rounded-regular.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/din-rounded-regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
  }
  	

.din-regular{
	font-family: 'DINNextRoundedLTPro-Regular', sans-serif !important;
}
.din-bold{
	font-family: 'DINNextRoundedLTW01-Bold', sans-serif !important;
}

html, body {
	font-family: 'LatoRegular', sans-serif !important;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #008b47!important;
    overflow-x: hidden;
	position: relative;
	height: 100%;
}

img{
	max-width: 100%;
}

.container-fluid.principal {
    padding: 0;
	position: relative;
}

.homeRF{
    margin-top: -100px;
	height: 100%;
}

/* HEADER */

#header {
	position: relative;
	z-index: 99999999;
}

#nav-icon-mobile {
    width: 90px;
    height: 80px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 3;
    visibility: hidden;
    opacity: 0
}

#nav-icon-mobile div {
    width: 40px;
    height: 6px;
    left: 23px;
    top: 30px;
    position: absolute;
    background: #FFF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}
#nav-icon-mobile div:before,
#nav-icon-mobile div:after {
    content: "";
    background: #FFF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .2s cubic-bezier(.16, .53, .15, .99) 0s;
    -o-transition: all .2s cubic-bezier(.16, .53, .15, .99) 0s;
    -moz-transition: all .2s cubic-bezier(.16, .53, .15, .99) 0s;
    transition: all .2s cubic-bezier(.16, .53, .15, .99) 0s
}
#nav-icon-mobile div:before {
    top: -200%
}
#nav-icon-mobile div:after {
    bottom: -200%
}
#header-inner {
    -webkit-transition: all .6s cubic-bezier(.16, .53, .15, .99) 0s;
    -o-transition: all .6s cubic-bezier(.16, .53, .15, .99) 0s;
    -moz-transition: all .6s cubic-bezier(.16, .53, .15, .99) 0s;
    transition: all .6s cubic-bezier(.16, .53, .15, .99) 0s;
    padding: 20px;
    position: relative
}

#nav-wrap {
    top: 10px;
	width: 1040px;
	position: absolute;
	left: 50%;
	margin-left: -485px;
}

nav a, nav a:hover {
	color: #FFF!important;
	text-decoration: none;
	margin: 15px;
	display: inline-block;
	font-family: 'LatoBlack', sans-serif !important;
	font-size: 14px;
	line-height: 40px;
}

nav a span {
	display: inline-block;
	font-family: 'LatoBlack', sans-serif !important;
	font-size: 14px;
	line-height: 40px;
	padding-left: 40px;
}

.btnHome {
	background: no-repeat url(/images/iconHome.png) left center;
}

.btnEmpresa {
	background: no-repeat url(/images/iconEmpresa.png) left center;
}

.btnProductos {
	background: no-repeat url(/images/iconProductos.png) left center;
}

.btnVisitas {
	background: no-repeat url(/images/iconVisitas.png) left center;
}

.btnRecetas {
	background: no-repeat url(/images/iconRecetas.png) left center;
}
.btnPrensa {
	background: no-repeat url(/images/iconprensa.png) left center;
}

.btnLacteos {
	background: no-repeat url(/images/iconLacteos.png) left center;
}

.btnBuscar {
	background: no-repeat url(/images/iconBuscar.png) left center;
}

.menuCont.span3 {
	position: absolute;
	right: -26%;
	height: 100%;
	z-index: 99999999;
	display: block;
	top: 0;
	padding: 10px;
	min-height: 1000px;
	background: #FFF;
	width: 25%!important;
}

.navbar-toggle {
    display: block;
	position: absolute;
    top: 20px;
    right: 0;
}

.navbar-toggle {
    display: block;
	position: absolute;
    top: 20px;
    right: 0;
}

#btnMenu .sr-only {
	font-family: 'LatoBlack', sans-serif !important;
}

.navbar-toggle .icon-bar {
    background: #FFF;
}

.contenidoMenu {
	position: relative;
	padding: 20px;
}

.btnCloseMenu {
	position: absolute;
	color: #008b47!important;
	top: 0;
	right: 0;
}

.btnClosePrensas {
	position: absolute;
	color: #008b47!important;
	top: 0;
	right: 0;
	font-size: 20px;
}

.contenidoMenu .cont {
	padding: 50px 10px 0;
	text-align: left;
}

.linkGenMenu {
	color: #008b47!important;
	font-size: 14px;
	font-family: 'LatoBlack', sans-serif !important;
	display: block;
	margin-bottom: 8px;
}

.linkSecMenu {
	color: #aaaaaa!important;
	font-size: 13px;
	font-family: 'LatoRegular', sans-serif !important;
	display: block;
	margin-bottom: 5px;
}

.linkGenMenu.bus {
	margin-top: 40px;
}

.innerBox {
	text-align: left;
	margin-bottom: 40px;
}

.gsc-control-cse.gsc-control-cse-es {
padding: 0!important;
}
.gsib_a {
    padding: 0!important;
}
.gsc-search-button input {
    display: inline-block!important;
    margin-bottom: 0!important;
    font-weight: 400!important;
    text-align: center!important;
    vertical-align: middle!important;
    cursor: pointer!important;
    background-image: none!important;
    border: 1px solid transparent!important;
    white-space: nowrap!important;
    padding: 6px 12px!important;
    font-size: 14px!important;
    line-height: 1.4285714!important3;
    border-radius: 4px!important;
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important;
    color: #fff!important;
    background-color: #3276b1!important;
    border-color: #285e8e!important;
    width: auto!important;
    height: auto!important;
}

.searchBox {
    width: 600px;
    margin: 0 auto;
    position: fixed;
    height: 100px;
    z-index: 99999999999;
    left: 50%;
    margin-left: -300px;
    background: #FFF;
    top: -100px;
}

.iniBo {
	color: #008b47!important;
	font-size: 14px;
	font-family: 'LatoBlack', sans-serif !important;
	display: block;
    width: 60px;
    float: left;
    height: 100px;
    line-height: 80px;
    padding: 0 0 0 20px;
}

.midBo {
	width: 440px;
	position: relative;
	float: left;
    padding: 30px 20px;
    
}

.finBo {
	width: 100px;
	height: 100px;
	background: #008b47!important;
	float: left;
}

.btnCerrBus {
	line-height: 100px;
	font-size: 60px;
	color: #FFF!important;
	text-decoration: none!important;
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
}

#btnBuscarVm {
    margin: 10px 0 25px;
}


.socialCont {
    width: 320px;
    height: 50px;
    bottom: 0;
    position: relative;
    z-index: 999999;
    margin: 0 auto;
}

.socialCont li {
	float: left;
	list-style: none;
}
.btnlibro {
	width: 100px;
	height: 120px;
	display: block;
	background: url(/images/btnLibro.png) 0 0 no-repeat;
	text-indent: -999999px;
}

.libcont {
	display: inline-block;
	margin-left: 15px;
	margin-bottom: 15px;
}

.btnlibro2 {
	width: 100px;
	height: 120px;
	display: block;
	background: url(/images/btnLibro2.png) 0 0 no-repeat;
	text-indent: -999999px;
}

.btnFace {
	width: 52px;
	height: 52px;
	display: block;
	background: url(/images/btnFace.png) 0 0 no-repeat;
	text-indent: -999999px;
}

.btnTwt {
	width: 52px;
	height: 52px;
	display: block;
	background: url(/images/btnTwitter.png) 0 0 no-repeat;
	text-indent: -999999px;
}

.btnYT {
	width: 52px;
	height: 52px;
	display: block;
	background: url(/images/btnYoutube.png) 0 0 no-repeat;
	text-indent: -999999px;
}

.btnIns {
	width: 52px;
	height: 52px;
	display: block;
	background: url(/images/btnInstagram.png) 0 0 no-repeat;
	text-indent: -999999px;
}

/* Home */

.backHome {
	width: 100%;
	min-height: 700px;
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
}

.headMsg {
	width: 400px;
	top: 225px;
	left: 45%;
	margin-left: -400px;
	text-align: center;
	position: absolute;
	color: #FFF;
}
.headMsg2 {
	width: 400px;
	top: 180px;
	left: 45%;
	margin-left: -400px;
	text-align: center;
	position: absolute;
	color: #FFF;
}
.headMsg3 {
	width: 600px;
	top: 175px;
	right: 35%;
	margin-right: -300px;
	text-align: center;
	position: absolute;
	color: #FFF;
}
.headMsg4 {
	width: 404px;
	top: 180px;
	left: 45%;
	margin-left: -400px;
	text-align: center;
	position: absolute;
	color: #FFF;
}
.headIcon {
	width: 400px;
	top: 175px;
	left: 60%;
	margin-right: -400px;
	text-align: center;
	position: absolute;
	color: #FFF;
	background-size: contain;
	background-position: center center;
	height: 420px;
	background-repeat: no-repeat;
}

.headMsg .titHead {
	font-family: 'LatoBold', sans-serif !important;
	font-size: 48px;
	line-height: 52px;
	margin: 10px;
}

.headMsg .txtHead {
	font-family: 'LatoRegular', sans-serif !important;
	font-size: 18px;
	line-height: 22px;
	margin: 10px;
}

.headMsgAct {
	width: 980px;
	top: 120px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	color: #FFF;
}

.headMsgAct.newBloque {
    top: 0;
    margin: 0 auto;
    padding: 40px 0;
    position: relative;
}

.headMsgAct .titHead {
	font-family: 'LatoBold', sans-serif !important;
	font-size: 48px;
	line-height: 48px;
	margin: 0 10px;
	padding: 10px 0;
}

.headMsgAct .txtHead {
	font-family: 'LatoRegular', sans-serif !important;
	font-size: 18px;
	line-height: 22px;
	margin: 0 10px;
	padding: 10px 0;
}

.innerMsg .mas {
	width: 1px;
	text-align: center;
	position: absolute;
	font-size: 22px;
	font-weight: bold;
	top: 140px;
	right: 0;
}

.innerMsg .col-md-4 {
	position: relative;
	margin: 30px 0;
}

.headSpe {
	top: 0;
	margin: 80px auto 0;
	background: #eeb6a4;
}

.avisoImportancia {
	max-width: 600px;
	width: 100%; 
	display: block;
	margin: 20px auto;
	border: 2px solid #FFF;
	border-radius: 5px;
	padding: 20px;
	color: #FFF;
	text-align: center;
	font-size: 20px;
}

.avisoLegal {
	max-width: 600px;
	width: 100%; 
	display: block;
	margin: 20px auto 0;
	border-radius: 5px;
	padding: 20px;
	padding-bottom: 60px;
	color: #FFF;
	text-align: center;
	font-size: 20px;
}

.imgImportancia {
	display: block;
	margin: 0 auto;
	max-width: 880px;
	width: 100%; 
}

.innerMsg {
	width: 100%;
	margin: 0 auto 0;
	text-align: center;
	position: relative;
	color: #FFF;
	min-height: 130px;
	clear: both;
	display: block;
}

.innerMsg .titHead {
	font-family: 'LatoBold', sans-serif !important;
	font-size: 48px;
	line-height: 48px;
	margin: 0 10px;
	padding: 10px 0;
}

.innerMsg .txtHead {
	font-family: 'LatoRegular', sans-serif !important;
	font-size: 18px;
	line-height: 22px;
	margin: 0 10px;
	padding: 10px 0;
}

.innerMsg .txtHead2 {
	font-family: 'LatoRegular', sans-serif !important;
	font-size: 26px;
	line-height: 28px;
	margin: 0 10px;
	padding: 10px 0;
}

.btnVerMas, .btnVerMas:hover {
	display: inline-block;
	color: #FFF!important;
	text-decoration: none;
	margin: 10px;
	padding: 10px 20px;
	font-family: 'LatoBold', sans-serif !important;
	font-size: 24px;
	border: 2px solid #FFF;
	border-radius: 8px;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.2);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.imgAlime {
	margin: 0 auto 15px;
	width: 100%;
}

.flechaMas {
	position: absolute;
	width: 100px;
	height: 100px;
	left: 50%;
	margin-left: -50px;
	bottom: 40px;
	background: url(/images/flechaHome.png) no-repeat;
/*
	cursor: pointer;
*/
}

#recetasSlider {
	height: 700px!important;
}

.verdeSere {
	color: #008b43;
}

.boxRecetas {
	width: 100%;
	min-height: 320px;
	background: url(/images/imgRecetas.jpg) no-repeat;
	background-size: cover;
	display: block;
	position: relative;
}

.titBoxReceta {
	color: #FFF;
	font-size: 22px;
	width: 100%;
	padding: 10px;
	text-align: center;
	display: block;
	margin: 20px auto 20px;
}

.titrecetas {
	width: 100%;
	background: #FBF7E9;
	background-color: rgba(255, 243, 200);
	background-color: rgba(255, 243, 200, 0.47);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FBF7E9, endColorstr=#99FBF7E9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FBF7E9, endColorstr=#99FBF7E9)";
	text-align: center;
	position: absolute;
	bottom: 0;
	padding: 10px 0;
}

.recentasTitCont {
	background: url(/images/iconRecetasBig.png) no-repeat;
	padding-left: 70px;
	font-family: 'LatoBlack', sans-serif !important;
	font-size: 46px;
	line-height: 100px;
}

.span3, .span6, .span4, .span2 {
	margin: 0!important;
	padding: 0!important;
	float: left;
}

.prodSelectorCont .span2 {
    display: inline-block;
    float: inherit;
}

.span2 {
	float: left;
    margin-left: 2.7624309392265194%;
	width: 20%!important;
}

.span1-5 {
	float: left;
    margin-left: 2.7624309392265194%;
	width: 12.5%!important;
}

.span3 {
	float: left;
    margin-left: 2.7624309392265194%;
	width: 25%!important;
}

.span4 {
	float: left;
    margin-left: 2.7624309392265194%;
	width: 33%!important;
}

.span6 {
	width: 50%!important;
}

.spaX {
	min-height: 100px;
	overflow: hidden;
}

.boxLeches {
	background: url(/images/imgRica.png) no-repeat #FFF;
	width: 100%;
	display: block;
	min-height: 330px;
	background-size: cover;
	position: relative;
}

.txtLecheMas {
	font-family: 'LatoBlack', sans-serif !important;
	font-size: 26px;
	color: #FFF;
	position: absolute;
	top: 30%;
	width: 150px;
	left: 20px;
	line-height: 30px;
}

.boxFace {
	background: #FFF;
	width: 100%;
	min-height: 330px;
	position: relative;
	overflow: hidden;
}

.boxFace img {
	margin-top: 30px;
}

.txtFace {
	font-family: 'LatoBlack', sans-serif !important;
	font-size: 33px;
	padding: 10px;
	width: auto;
	text-align: center;
	line-height: 33px;
}

.titFace {
	font-size: 43px;
	display: block;
	margin: 0;
	line-height: 43px
}

.smallFace {
	font-family: 'LatoHeavy', sans-serif !important;
	font-size: 11px;
	display: block;
	margin: 10px 0;
	line-height: 13px;
	padding: 0 20px;
}

.boxAlimentacion {
	background: url(/images/imgTipo.jpg) no-repeat #FFF;
	width: 100%;
	min-height: 330px;
	background-size: cover;
	position: relative;
	display: block;
}

.txtAlimentacion {
	font-family: 'LatoBlack', sans-serif !important;
	font-size: 18px;
	color: #FFF;
	position: absolute;
	bottom: 0;
	padding: 30px;
	text-align: center;
}

.boxProductos {
	background: url(/images/imgNuestrosProd.png) no-repeat #efefef center center;
	width: 100%;
	min-height: 330px;
	background-size: contain;
	display: block;
	position: relative;
}

.txtProductosSmall {
	font-size: 18px;
	position: absolute;
	bottom: 0;
	padding: 30px 0;
	text-align: center;
	color: #b6b6b6;
	width: 100%;
}

.txtProductos {
	font-family: 'LatoBlack', sans-serif !important;
	font-size: 30px;
	position: absolute;
	top: 0;
	padding: 30px 0;
	text-align: center;
	width: 100%;
}

.boxVisita {
	background: url(/images/logo_90a.png) no-repeat #FFF center center;
	width: 100%;
	min-height: 330px;
	display: block;
	background-size: 50%;
	position: relative;
}

.txtVisitaSmall {
	font-size: 18px;
	position: absolute;
	bottom: 0;
	padding: 30px 0;
	text-align: center;
	color: #b6b6b6;
	width: 100%;
}

.txtVisita {
	font-family: 'LatoBlack', sans-serif !important;
	font-size: 30px;
	position: absolute;
	top: 0;
	padding: 30px 0;
	text-align: center;
	width: 100%;
}

.boxEmpresa {
	background: url(/images/bottleEmpresa.png) no-repeat #efefef center center;
	width: 100%;
	display: block;
	min-height: 330px;
	background-size: 50%;
	position: relative;
}

.txtEmpresa {
	font-family: 'LatoBlack', sans-serif !important;
	font-size: 30px;
	position: absolute;
	bottom: 10px;
	padding: 30px 0;
	text-align: center;
	width: 100%;
}

/* Recetas */

.headMsgR {
	width: 100%;
	top: 100px;
	left: 0;
/*
	margin-right: -400px;
*/
	text-align: center;
	position: absolute;
	color: #FFF;
}

.backRece {
	width: 100%;
	min-height: 700px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

.imgHeadReceta {
	width: 100%;
	height: 190px;
	text-align: center;
	margin: 0 auto;
}

.nombRe {
/*
	background: #FFCB31;
	color: #8C2135;
*/
	color: #FFF;
	font-weight: bold;
	font-size: 30px;
	font-family: 'LatoBlack', sans-serif !important;
	text-transform: uppercase;
	margin:0px auto;
	width:500px;
	padding-top:100px;
/*
	text-shadow: -1px 1px 0px rgba(255, 255, 255, 1);
*/
}

.rsBullets {
    position: relative;
    z-index: 35;
    padding-top: 0px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    line-height: 10px;
    overflow: hidden;
    bottom: 210px;
}

.rsBullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    padding: 10px;
}

.rsBullet span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
}

.rsBullet.rsNavSelected span {
    background-color: #FFF;
}

.ingreD {
	color: #FFF;
	font-size: 18px;
	font-family: 'LatoRegular', sans-serif !important;
	text-align: right;
	text-shadow: -1px 1px 2px rgba(0, 0, 0, .5);
}

.btnVerReceta, .btnVerReceta:hover {
	display: inline-block;
	color: #FFF!important;
	text-decoration: none;
	margin: 10px;
	padding: 10px 20px;
	font-family: 'LatoHeavy', sans-serif !important;
	font-size: 24px;
	border: 2px solid #FFF;
	border-radius: 8px;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.2);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.searchBarRecetas {
	background: #FFF;
	height: 80px;
	width: 100%;
	position: relative;
	padding: 25px 0;
}

.selectorCategoria {
    line-height: 35px;
    text-align: center;
    cursor: pointer;
}

.selectorCategoria span {
	margin-left: 10px;
}

.left-inner-addon {
    position: relative;
}
.left-inner-addon input {
    padding-left: 30px;    
}
.left-inner-addon i {
    position: absolute;
    padding: 10px 12px;
    pointer-events: none;
}

.right-inner-addon {
    position: relative;
}
.right-inner-addon input {
    padding-right: 30px;    
}
.right-inner-addon i {
    position: absolute;
    right: 0px;
    padding: 10px 12px;
    pointer-events: none;
}

.boxReceta {
	background: no-repeat;
	background-size: cover;
	height: 190px;
	position: relative;
}

.btnVerRecetaSmall, .btnVerRecetaSmall:hover {
	display: inline-block;
	color: #FFF!important;
	text-decoration: none;
	margin: 10px;
	padding: 10px 25px;
	font-family: 'LatoHeavy', sans-serif !important;
	font-size: 12px;
	border: 2px solid #FFF;
	border-radius: 8px;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.2);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	display: block;
	width: 160px;
	text-align: center;
	margin: 20px auto 40px;
}

.catSelector {
	height: 0;
	width: 100%;
/*
	height: 560px;
*/
	background: #f3f3f3;
	overflow: hidden;
}

.innerCatSel {
	width: 910px;
	margin: 0 auto;
}

.titSelCat {
    font-family: 'LatoBlack';
    font-size: 30px;
    color: #2b2b2b;
    text-align: center;
	padding: 110px 0 20px;
}

.tipoCat {
    font-family: 'LatoBlack';
    font-size: 14px;
    color: #2b2b2b;
    width: 200px;
	margin: 20px auto;
	text-align: center;
}

.linkSelCat, .linkSelCat:active, .linkSelCat:focus {
    font-family: 'LatoBlack';
    font-size: 14px;
	color: #aaa;
	display: block;
	text-decoration: none!important;
}

.linkSelCat:hover, .linkSelCat.active {
    color: #2b2b2b;
}

.selTipoProd, .selTipoCom, .selTipoMom {
	text-align: center;
	padding-top: 30px;
}

.btnSelTipoProd {
	width: 90px;
	height: 125px;
	display: inline-block;
	text-indent: -99999px;
	background: url(/images/selcategorias.png) no-repeat center top;
}

.btnSelTipoX {
	width: 130px;
	margin: 0px 10px 10px;
	min-height: 120px;
	display: inline-table;
	color: #2b2b2b;
	font-family: 'LatoBlack';
	font-size: 14px;
	padding-top: 80px;
	background-repeat: no-repeat;
	background-position: center top;
	min-width: 80px;
}

a.btnSelTipoX:hover, a.btnSelTipoX:active {
	color: #2b2b2b;
}

.prodSelLeche {
	background-position: 0 0;
}

.prodSelCrema {
	background-position: -105px 0;
}

.prodSelManteca {
	background-position: -208px 0;
}

.prodSelQuesos {
	background-position: -315px 0;
}

.prodSelYogurt {
	background-position: -418px 0;
}

.prodSelPostres {
	background-position: -520px 0;
}

.prodSelDDL {
	background-position: -625px 0;
}

/* PRODUCTOS */

.headProd {
	height: 360px;
/*
	background: #94c7cf;
*/
	background: #008b47;
	margin-top: -100px;
}

.prodSelector {
	width: 1140px;
	margin: 0 auto;
	padding-top: 100px;
	text-align: center;
}

.prodCatSel.prodActive {
	text-decoration: underline;
}

.prodCatSel {
    font-family: 'LatoBlack';
    font-size: 12px;
    color: #fff!important;
    margin: 5px 10px;
}

.prodSelectorCont {
    width: 1140px;
    margin: 0 auto;
    padding-top: 10px;
    text-align: center;
    overflow: hidden;
	margin-top:12px;
}

.itemProd {
    display: inline-table;
    width: 150px;
    height: 220px;
    color: #FFF;
    margin: 5px;
    text-decoration: none!important;
	background: none;
	border: 0;
}

.itemProd .nombreProdS {
/*
	visibility: hidden;
*/
    color: #FFF;
	font-size:13px;
	line-height:15px;
}

.itemProd:hover .nombreProdS {
	visibility: visible;
}

.itemProd img {
	max-height: 120px;
	margin-bottom:10px;
}

.carousel {
    margin-bottom: 0;
	padding: 20px;
}

.prodSelectorCont .carousel-inner {
    height: 230px!important;
}
/* Reposition the controls slightly */
.carousel-control {
	left: -12px;
}
.carousel-control.right {
	right: -12px;
}
/* Changes the position of the indicators */
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 20px;
	margin-right: -19px;
}

a.left.carousel-control, a.right.carousel-control {
    width: 40px;
    font-size: 70px;
    line-height: 270%;
    background: none;
}

.pad-l-40 {
    padding-right: 100px;
}

.bodyProd {
	background: #FFF;
	position: relative;
}

.prodBox {
    width: 1140px;
	margin: 0 auto;
	padding: 40px 0;
}

.titProd {
    font-size: 30px;
    color: #2b2b2b;
	padding: 10px 0;
}

.descProd {
    font-size: 13px;
    color: #aaa;
	padding: 20px 0;
}

.frioProd {
	font-size: 13px;
	color: #3fbd92;
	padding: 20px 0 20px 50px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background: url(/images/prodIcons_01.png) center left no-repeat;
	min-height: 80px;
}

.tamProd {
    font-size: 18px;
    color: #aaa;
	padding: 30px 0 20px 50px;
	background: url(/images/peso.png) center left no-repeat;
}

.celiacoProd {
    font-size: 18px;
    color: #aaa;
	padding: 20px 0 30px 50px;
	background: url(/images/prodIcons_02.png) center left no-repeat;
}

.btnVerTabla a {
	color: #3fbd92!important;
	text-decoration: none;
}

.btnVerTabla {
	display: inline-block;
	color: #3fbd92!important;
	text-decoration: none;
	margin: 10px;
	font-family: 'LatoHeavy', sans-serif !important;
	font-size: 16px;
	border: 2px solid #3fbd92;
	border-radius: 8px;
    font-size: 18px;
	padding: 10px 10px 10px 60px;
	background: url(/images/prodIcons_tabla.png) 8px 5px no-repeat;
}

.btnOtrositio a {
	color: #3fbd92!important;
	text-decoration: none;
}

.btnOtrositio {
	display: inline-block;
	color: #3fbd92!important;
	text-decoration: none;
	margin: 10px;
	font-family: 'LatoHeavy', sans-serif !important;
	font-size: 16px;
	border: 2px solid #3fbd92;
	border-radius: 8px;
    font-size: 18px;
	padding: 10px;
}

.btnCircFlechaAt {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 10px;
	text-indent: -9999px;
	background: url(/images/circFlechaAt.png) no-repeat center center;
}

.btnCircFlechaAd {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	right: 10px;
	text-indent: -9999px;
	background: url(/images/circFlechaAd.png) no-repeat center center;
}

.tipCont {
	background: #f3f6f6;
}

.tipBox {
    width: 1140px;
	margin: 0 auto;
	padding: 40px 0;
}

.titTip {
    font-size: 24px;
    color: #3fbd92;
	padding: 20px 0;
	text-align: center;
}

.textTip {
    font-size: 18px;
    color: #aaa;
	padding: 20px 0;
	text-align: center;
}

/* RECETA */ 

.backReceta {
	width: 100%;
	min-height: 550px;
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
	background-size: cover;
}

.barraVerdeReceta {
	background: #008b47;
	height: auto;
	width: 100%;
}

.tituloReceta {
	font-size: 30px;
	padding: 15px;
	text-align: center;
	color: #FFF;
	font-family: 'LatoBlack', sans-serif !important;
}

.ionosCont {
	text-align: center;
	color: #FFF;
	margin-bottom:15px;
}

.iconTiempo {
	font-size: 16px;
	text-align: left;
	display: inline-block;
	width: 250px;
	height: 50px;
	padding-left: 50px;
	background: url(/images/iconReloj.png) no-repeat left center;
	color: #FFF;
	font-family: 'LatoBlack', sans-serif !important;
	line-height: 50px;
}

.iconHorno {
	font-size: 16px;
	text-align: left;
	display: inline-block;
	width: 250px;
	height: 50px;
	padding-left: 50px;
	background: url(/images/iconHorno.png) no-repeat left center;
	color: #FFF;
	font-family: 'LatoBlack', sans-serif !important;
	line-height: 50px;
}

.detalleRectaCont {
	font-family: 'LatoBlack', sans-serif !important;
	background: #FFF;
	padding: 60px 20px;
}

.contDetalleRec {
	max-width: 1160px;
	margin: 0 auto;
}

.titIngredientes {
	color: #3e3c4c;
	padding: 60px 20px 0;
	font-size: 24px;
	padding: 10px;
	border-bottom: 1px dotted #3e3c4c;
}

.itemsIngredientes {
	color: #3e3c4c;
	padding: 20px 0;
	font-size: 14px;
	border-bottom: 1px dotted #3e3c4c;
	display: block;
	font-family: 'LatoRegular', sans-serif !important;
	line-height: 15px;
}

.itemsIngredientes li {
    margin-left: 20px;
    padding: 0 0 10px;
}

.shareBoxReceta {
	padding: 20px 0 60px;
	position: relative;
}

.btnCompartir, .btnCompartir:hover {
	padding-left: 25px;
	background: url(/images/iconShareGris.png) no-repeat left center;
	color: #3e3c4c;
	font-family: 'LatoRegular', sans-serif !important;
	line-height: 25px;
	text-decoration: none;
	margin-right: 10px;
	display: inline-block;
}

.btnImprimir, .btnImprimir:hover {
	padding-left: 25px;
	background: url(/images/iconPrintGris.png) no-repeat left center;
	color: #3e3c4c;
	font-family: 'LatoRegular', sans-serif !important;
	line-height: 25px;
	text-decoration: none;
	margin-right: 10px;
}

.titPreparacion {
	color: #3e3c4c;
	padding: 60px 20px 0;
	font-size: 24px;
	padding: 10px;
}

.txtPreparacion {
	color: #3e3c4c;
	padding: 20px 0;
	font-size: 16px;
	display: block;
	font-family: 'LatoRegular', sans-serif !important;
}

.txtPreparacion p {
	margin-bottom: 20px;
	text-align:justify;
}

.btnVertodasrecetas, .btnVertodasrecetas:hover {
	display: inline-block;
	color: #FFF!important;
	text-decoration: none;
	margin: 10px;
	padding: 10px 20px;
	font-family: 'LatoHeavy', sans-serif !important;
	font-size: 18px;
	border-radius: 8px;
	background-color: #00a86e;
}

.backEmpresa {
	width: 100%;
	min-height: 700px;
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
}

.colPr4 {
	width: 33.333333333%!important; 
}

.colPr5 {
	width: 20%!important; 
}


.whiteBack {
	background: #FFF!important;
}

.bloquemisvis {
	color: #008b47;
	text-align: center;
	padding: 90px 0;
}

.bloqueGestion {
	color: #FFF;
	text-align: center;
	padding: 90px 0;
}

.tituloEmp {
	max-width: 500px;
	font-size: 36px;
	font-family: 'LatoBlack', sans-serif !important;
}
.tituloEmpWeb {
	max-width: 500px;
	font-size: 36px;
	font-family: 'LatoBlack', sans-serif !important;
	text-align:center;
}

.descEmp {
	max-width: 500px;
	font-size: 18px;
	font-family: 'LatoRegular', sans-serif !important;
}
.descEmpWeb {
	max-width: 500px;
	font-size: 18px;
	font-family: 'LatoRegular', sans-serif !important;
	text-align:center;
}

.descGes {
	max-width: 860px;
	margin: 0 auto;
	font-size: 18px;
	font-family: 'LatoRegular', sans-serif !important;
}

/* actualidad */

.panel-tile {
    position: absolute;
    display: table-cell;
    overflow: hidden;
    vertical-align: bottom;
}

.panel-bg {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.panel-topic-link {
    display: block;
    background-color: rgba(255, 255, 255, 0.01);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 19;
}

.panel-content {
    -moz-transition: padding 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-transition: padding 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition: padding 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: padding 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00000000', endColorstr='#99000000');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…gd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.6)));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 100%);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 100%);
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 60px 70px;
    color: #FFF;
}

.panel-more {
    -moz-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1);
    background: transparent url("/images/black-opac70.png") repeat left top;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 6;
    width: 100.5%;
    height: 100.5%;
}

.u-hide-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.panel-tile:hover .panel-content, .panel-tile:focus .panel-content {
    padding-bottom: 190px;
}
.panel-tile:hover .panel-content.mid, .panel-tile:focus .panel-content.mid {
    padding-bottom: 90px;
}

.panel-tile:hover.panel-hover .panel-content, .panel-tile:focus.panel-hover .panel-content {
    padding-bottom: 50px;
}

.panel-tile:hover .panel-more, .panel-tile:focus .panel-more {
    top: 0;
}

.textoV .icon {
	margin-right: 15px;
}

.superFluid {
	background-color: #FFF;
	height: 700px;
	padding: 0;
}

.superF350 {
	background-color: #FFF;
	height: 350px;
	padding: 0;
}

.superFluid.mid {
	background-color: #FFF;
	height: 450px;
	padding: 0;
}

.superFluid .row {
	padding: 0;
	margin: 0;
}

.divRel {
	position: relative;
	height: 350px;
}

.superFluid .panel-tile {
	width: 100%;
}

.tituloEmp2 {
	font-size: 30px;
	font-family: 'LatoBlack', sans-serif !important;
}

.descEmp2 {
	font-size: 14px;
	font-family: 'LatoRegular', sans-serif !important;
}

/* HISTORIA */

.linksSubmenu a {
	display: block;
}

.boxLsHi {
	width: 500px;
	margin: 0 auto;
	text-align: center;
	padding: 80px 0;
	color: #2b2b2b;
}

.titLSH {
	font-size: 36px;
	font-family: 'LatoBlack', sans-serif !important;
}

.txtLSH {
	font-size: 14px;
	font-family: 'LatoRegular', sans-serif !important;
}


.anioHis {
	color: #2b2b2b;
	font-size: 32px;
	font-family: 'LatoThin', sans-serif !important;
	line-height:20px;
	margin-bottom:20px;

}

.titHis {
	color: #2b2b2b;
	font-size: 38px;
	font-family: 'LatoBlack', sans-serif !important;
	line-height:45px;
	
}

.desHis {
	color: #acacac;
	font-size: 16px;
	line-height: 24px;
	font-family: 'LatoMedium', sans-serif !important;
	text-align:justify;
}
.desHis2 {
	color: #acacac;
	font-size: 16px;
	line-height: 24px;
	font-family: 'LatoMedium', sans-serif !important;
	text-align:right;
}

.historiaC .row-fluid .row .superFluid {
    padding: 50px;
    height: auto;
    min-height: 500px;
}

.historiaC .row-fluid {
	background-color: #FFF;
}

.historiaC .row-fluid .superFluid {
	float: right;
	text-align: left;
}

.historiaC .row-fluid.alineaTextImg .superFluid {
	float: left;
	text-align: right;
}

.historiaC .headMsgAct .txtHead {
	padding: 140px 0 0;
	width: 640px;
	line-height: 32px;
	font-size: 24px;
	margin: 0 auto;
	font-family: 'LatoRegular', sans-serif !important;
}

.cajaHisImg {
	background: no-repeat center top;
	background-size: contain;
	margin: 0 auto;
	display: block;
	width: 100%;
	height: 380px;
}

.imgBHis {
	background: no-repeat center center;
	background-size: cover;
	height: 500px;
	background-attachment: fixed;
	background-position: center center;
}

.libroSe {
	padding: 20px 0;
	background: #FFF;
}

.flechaLibro {
	position: relative;
	width: 110px;
	padding: 0px 0 70px;
	color: #00a86e;
	font-size: 12px;
	font-family: 'LatoRegular', sans-serif !important;
	background: url(/images/flechaLibro.png) no-repeat left bottom;
	float: right;
	margin-top: -110px;
	margin-right: -150px;
}

#modalLibro {
	background: #FFF;
	text-align: center;
	z-index: 999999999;
}

#modalLibro button.close {
    margin-top: -10px;
}

.libroCont {
    display: block;
    position: relative;
    height: 850px;
    margin: 0 auto;
    padding: 0;
	-webkit-box-shadow: inset 0px -200px 251px -87px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0px -200px 251px -87px rgba(0,0,0,0.25);
	box-shadow: inset 0px -200px 251px -87px rgba(0,0,0,0.25);
}


.letra_titulos {
	font-size:23px;
	font-weight:bold;
	font-weight:bold;
	margin:10px 0px 25px 0px;
	color: #008b47;
	font-family: 'LatoBlack', sans-serif !important;
	line-height: 44px;
}

.letra_titulos a {
	font-size:23px!important;
	font-weight:bold!important;
	font-weight:bold!important;
	margin:10px 0px 25px 0px!important;
	color: #008b47!important;
	font-family: 'LatoBlack', sans-serif !important;
}

.select_pdf {
	margin-top: 5px !important;
	height: 45px !important;
	border-radius: 0px !important;
	font-family: 'LatoBlack', sans-serif !important;
	width: auto !important;
}


.parent {
    position: relative;
    margin: 10px 0;
    padding: 0px;
	width: 450px!important;
    background: #FFF;
}

select.dropdown.green {
    color: #008b45;
    border: 2px solid #008b45;
}

select.dropdown.grey {
    color: #565656;
    border: 2px solid #565656;
}

select.dropdown {
	font-family: 'latoRegular', sans-serif !important;
	font-size:16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: 22px 3px;
    background-size: 13px 13px;
    width: 450px !important;
    height: auto;
    cursor: pointer;
    background: transparent;
    z-index: 999999999;
    padding: 10px;
    margin: 0;
	border-radius: 10px;
}
.dropdown {
    position: relative;
}

.overlay-arrow.grey  {
    color: #565656;
    border-left: 2px solid #565656;
}

.overlay-arrow.green {
    color: #008b45;
    border-left: 2px solid #008b45;
}

.overlay-arrow {
    font-size: 14px;
    position: absolute;
    right: 0px;
    top: 0;
    cursor: default;
    text-align: center;
    height: auto;
    width: 50px;
    display: inline-block;
    padding: 11px 0;
}

.hojaComp {
    background-size: cover;
}

/* FOOTER */

.clear {
	clear: both;
}

footer {
	background: #008b47;
/*
	position: absolute;
*/
	bottom: 0;
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	padding-top: 50px;
	padding-bottom: 30px;
}

footer a {
	font-family: 'LatoBlack', sans-serif !important;
	color: #FFF!important;
	text-decoration: none;
	margin: 15px;
	font-size: 14px;
}

footer .textFooter {
	font-family: 'LatoBlack', sans-serif !important;
	font-size: 20px;
	display: inline-block;
	margin-top: 40px;
	margin-bottom: 10px;
}

footer .textFooter {
	font-family: 'LatoBlack', sans-serif !important;
	font-size: 20px;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 10px;
}

footer .text2Footer {
	font-size: 14px;
	display: inline-block;
	margin-top: 0;
	margin-bottom: 20px;
}

footer .logoFooter {
	width: 80px;
}

.redescon {
	margin: 15px auto 0;
}

.redescon a {
	font-size: 26px;
}

/* LOADER */

.loading {
	overflow-y: hidden;
}

.loadingp {
	display: none;
}

.loader {
	text-align: center;
	padding-top: 0;
	background: #008b47;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9999999999;
	color: #FFF;
}

#loaderCont {
	position: relative;
	top: 50%;
	margin: 0;
	padding: 0;
	margin-top: -110px;
}

.loader .logo {
	margin: 0 auto;
	position: relative;
	width: 172px;
}

.loader span {
	margin: 0 auto;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	width: 100px;
}

.ventanaCostado {
	position: fixed;
	z-index: 99999999999;
	background: #FFF;
	top: 0;
    right: -100% ; 
}

.barraVentV {
	background: #008b48;
	border-bottom: 1px solid #666;
	height: 10%;
	width: 100%;
}

.closeV:hover {
	color: #FFF!important;
}

.closeV {
	top: 50%;
	margin-top: -15px;
	padding: 0 15px;
	font-size: 30px;
	float: right;
	color: #FFF;
	text-decoration: none!important;
}

.contVimg img {
	height: 100%;
}

.contVimg {
	height: 90%;
	padding: 0;
}

.contV {
	padding: 30px 90px 30px 30px;
	height: 90%;
    overflow-y: scroll;
}

.tituloV {
	font-family: 'LatoBold', sans-serif !important;
	font-size:30px;
	font-weight: 800;
	line-height: 1.2em;
	text-transform: uppercase;
	margin: 1em 0 0.8em;
	color: #161616;
}
.tituloVG {
	font-family: 'LatoBold', sans-serif !important;
	font-size:38px;
	font-weight: 800;
	line-height: 1.2em;
	text-transform: uppercase;
	margin: 0.4em 0 0.8em;
	color: #161616;
}
.subtituloV {
	font-size:18px;
	line-height: 1.8em;
	color: #008b48;

	letter-spacing:1px;
}

.textoV {
	color: #333;
    line-height: 1.8em;
	font-size:16px;
	text-align:justify;
}

.carousel {
	padding: 0!important;
}

.carousel .carousel-inner {
	height: 700px; 
}

#modalPrensa .modal-dialog {
	width: 100%;
	position: absolute;
	bottom: 0;
	margin: 0;
	height: 70%;
}

#modalPrensa.modal {
	overflow-y: hidden;
}

#modalPrensa .modal-content {
	border-radius: 0;
	height: 100%;
	border: 0;
}

#modalPrensa.modal.fade .modal-dialog {
	-webkit-transform: translate(0,100%);
	-ms-transform: translate(0,100%);
	transform: translate(0,100%);
	-webkit-transition: -webkit-transform .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
}

#modalPrensa.modal.in .modal-dialog {
	-webkit-transform: translate(0,0%);
	-ms-transform: translate(0,0%);
	transform: translate(0,0%);
}

#modalPrensa .modal-body {
	padding: 0;
	height: 100%;
}

.aniosCont {
	text-align: right;
	width: 100%;
	height: 70px;
}

.mesCont {
	text-align: center;
	width: 100%;
	height: 70px;
}

.btnAnio, .btnMes {
	display: inline-block;
	width: auto;
	height: 70px;
	color: #008b47;
	background: #FFF;
	font-size: 14px;
	text-decoration: none!important;
	line-height: 70px;
	font-weight: bold;
	text-align: center;
	padding: 0 10px;
}

.btnAnio:hover, .btnAnio:focus, .btnMes:hover, .btnMes:focus, .btnAnio.active, .btnMes.active {
	color: #FFF!important;
	background: #008b47;
}

.nohaynotas {
	color: #008b47;
	display: block;
	width: 100%;
	padding: 40px;
	font-size: 16px;
	text-align: center;
}

.prensaSelCont {
	border-bottom: 1px #d9d9d9 solid;
	z-index: 9999999;
	position: relative;
}

.prensaCar .prenFecha {
	font-family: 'LatoRegular', sans-serif !important;
	text-align: center;
	width: 100%;
	color: #bdca6e;
	line-height: 30px;
	font-size: 14px;
}

.prensaCar .prenTit {
	font-family: 'LatoBlack', sans-serif !important;
	text-align: center;
	width: 100%;
	color: #008b45;
	line-height: 14px;
	font-size: 14px;
	padding: 10px 0;
}

.prensaCar .prenCope {
	font-family: 'LatoRegular', sans-serif !important;
	text-align: center;
	width: 100%;
	color: #78849b;
	line-height: 14px;
	font-size: 14px;
	padding: 10px 0;
}

.btnSeguirLeyendo {
	border: 2px solid #008b45;
	color: #008b45!important;
	padding: 10px;
	text-align: center;
	margin: 10px auto;
	border-radius: 10px;
	display: inline-block;
	width: auto;
	text-decoration: none!important;
	font-size:16px;
	
}

.btnSeguirLeyendo2 {
	border: 2px solid #008b45;
	color: #008b45!important;
	padding: 10px;
	text-align: center;
	margin: 10px auto;
	border-radius: 10px;
	display: inline-block;
	width: auto;
	text-decoration: none!important;
	font-size:16px;
	
}

.prensaCar {
    text-align: center;
	height: 100%;
}

.prensaCar .left {
    position: absolute;
    left: 0;
    top: 50%;
    color: #008b45!important;
    font-size: 34px;
}

.prensaCar .right {
    position: absolute;
    right: 0;
    top: 50%;
    color: #008b45!important;
    font-size: 34px;
}

#carousel-prensa {
    height: 100%;
    width: auto;
}

#carousel-prensa .itemPren{ 
	height:  100%;
	padding: 30px!important;
	border-right: 1px solid #d9d9d9;
}

.btnShareMail {
	width: 30px;
	height: 30px;
	margin: 20px;
	display: inline-block;
	background: url(/images/miniIconMail.png) 0 0 no-repeat;
	text-indent: -999999px;
}

.btnShareFace {
	width: 30px;
	height: 30px;
	margin: 20px;
	display: inline-block;
	background: url(/images/miniIconFace.png) 0 0 no-repeat;
	text-indent: -999999px;
}

.btnShareTwt {
	width: 30px;
	height: 30px;
	margin: 20px;
	display: inline-block;
	background: url(/images/miniIconTwt.png) 0 0 no-repeat;
	text-indent: -999999px;
}

.sepSocial {
	width: 3px;
	height: 30px;
	margin: 20px 0;
	display: inline-block;
	border-right: 1px solid #d9d9d9;
	display: inline-block;
	background: url(/images/miniIconTwt.png) 0 0 no-repeat;
	text-indent: -999999px;
}

#modalNota .notaFecha {
	font-family: 'LatoRegular', sans-serif !important;
	text-align: center;
	width: 100%;
	color: #bdca6e;
	line-height: 30px;
	font-size: 30px;
}

#modalNota .notaTit {
	font-family: 'LatoBlack', sans-serif !important;
	text-align: center;
	width: 100%;
	color: #008b45;
	line-height: 30px;
	font-size: 30px;
	padding: 10px 0;
}

#modalNota .modal-dialog {
	width: 900px;
	margin-top: 100px;
}

#modalNota .sr-only {
	display: none;
}

#modalNota .notaCop {
	font-family: 'LatoRegular', sans-serif !important;
	text-align: center;
	width: 100%;
	color: #78849b;
	line-height: 20px;
	font-size: 20px;
	padding: 10px 0;
}

#modalNota {
	z-index: 9999;
	overflow: hidden;
}

#modalNota .modal-body {
	padding: 30px 40px;
}

#modalNota .notaTxt {
	font-family: 'LatoMedium', sans-serif !important;
	text-align: center;
	width: 100%;
	color: #78849b;
	line-height: 20px;
	font-size: 16px;
	padding: 10px 0;
	overflow-y: auto;
	height: 340px;
}

.notaShare {
	text-align: right;
}

.notaShare2 {
	text-align: center;
	padding: 10px 0;
}

#modalNota .btnShareMail, #modalNota .btnShareFace, #modalNota .btnShareTwt, #modalNota .sepSocial {
	margin: 0;
	text-indent: 99999px;
}

.btnCloseNota {
	position: relative;
	color: #008b47!important;
	top: 0;
	right: 0;
	font-size: 20px;
	margin: 0;
	padding: 5px 15px;
}


.animaLeche { 
    width: 16px; 
    height: 34px; 
    background-color: transparent;
    background-image: url(/images/pngsequence-timerinstitucional.png);
    background-position: 0px -2516px;
	z-index: 99999;
	position: relative;
}

.carousel-indicators li.active {
    width: 10px!important; 
    height: 10px!important; 
}

.carousel-indicators li {
	background: none!important;
	border: 0!important;
	margin: 0 5px!important;
	
}

.sr-only {
    width: 40px;
    left: -40px;
    height: 18px;
    clip: rect(0,40px,40px,0);
    overflow: visible!important;
    color: #FFF;
    top: 6px;
}

.fondoRecorrido {
	background-color: #29AAE1;
    height: 700px;
    width: 100%;
}

.camion2 {
    background: url(/images/camion2.png) no-repeat transparent!important;
}

.camion {
    background: url(/images/camion.png) no-repeat transparent;
    width: 300px;
    height: 130px;
    position: absolute;
    top: 460px;
    left: 150px;
    z-index: 9999996;
}

.contenedorCamino {
    overflow-x: scroll;
    width: 100%;
    height: 100%;
    position: relative;
}

.contCamino {
    position: absolute;
    height: 100%;
    width: 11540px;
	overflow-y: hidden;
    overflow-x: hidden;
}

.fondoCalle {
    background: url(/images/fondoRecorrido.png) transparent;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 11540px;
    z-index: 9999995;
}

.fondo_rec_1 {
    background: url(/images/Gif1.gif) no-repeat transparent;
    width: 1989px;
    height: 288px;
    position: absolute;
    top: 270px;
    left: 325px;
    z-index: 9999994;
}

.fondo_rec_2 {
    background: url(/images/fondo_rec_2.png) no-repeat transparent;
    width: 1335px;
    height: 407px;
    position: absolute;
    top: 540px;
    left: 2398px;
    z-index: 9999993;
}

.fondo_rec_3 {
    background: url(/images/fondo_rec_3.png) no-repeat transparent;
    width: 940px;
    height: 410px;
    position: absolute;
    top: 540px;
    left: 3733px;
    z-index: 9999992;
}

.fondo_rec_4 {
    background: url(/images/fondo_rec_4.png) no-repeat transparent;
    width: 2360px;
    height: 414px;
    position: absolute;
    top: 540px;
    left: 4693px;
    z-index: 9999991;
}

.fondo_rec_5 {
    background: url(/images/fondo_rec_5.png) no-repeat transparent;
    width: 587px;
    height: 421px;
    position: absolute;
    top: 540px;
    left: 7053px;
    z-index: 9999991;
}

.fondo_rec_6 {
    background: url(/images/fondo_rec_6.png) no-repeat transparent;
    width: 806px;
    height: 421px;
    position: absolute;
    top: 540px;
    left: 7640px;
    z-index: 9999991;
}

.solReco {
	display: block;
    width: 203px;
    height: 203px;
    position: absolute;
    top: 90px;
    left: 50px;
    z-index: 9999998;
}

.nubeGen_1 {
    background: url(/images/cloud-1.png) no-repeat transparent;
    width: 248px;
    height: 137px;
    position: absolute;
    z-index: 99999999;
}

.nubeGen_2 {
    background: url(/images/cloud-2.png) no-repeat transparent;
    width: 288px;
    height: 160px;
    position: absolute;
    z-index: 99999999;
}

.nubeGen_3 {
    background: url(/images/cloud-3.png) no-repeat transparent;
    width: 40px;
    height: 22px;
    position: absolute;
    z-index: 99999999;
}

.nubeGen_4 {
    background: url(/images/cloud-4.png) no-repeat transparent;
    width: 54px;
    height: 30px;
    position: absolute;
    z-index: 99999999;
}

.nubeGen_5 {
    background: url(/images/cloud-5.png) no-repeat transparent;
    width: 120px;
    height: 66px;
    position: absolute;
    z-index: 99999999;
}

.nubeGen_6 {
    background: url(/images/cloud-6.png) no-repeat transparent;
    width: 40px;
    height: 22px;
    position: absolute;
    z-index: 99999999;
}

.autito {
    background: url(/images/autito.png) no-repeat transparent;
    width: 240px;
    height: 121px;
    position: absolute;
    top: 475px;
    left: 9540px;
    z-index: 9999997;
}

.fondo_rec_7 {
    background: url(/images/fondo_rec_7.png) no-repeat transparent;
    width: 1022px;
    height: 408px;
    position: absolute;
    top: 540px;
    left: 8446px;
    z-index: 9999991;
}

.fondo_rec_8 {
    background: url(/images/fondo_rec_8.png) no-repeat transparent;
    width: 670px;
    height: 444px;
    position: absolute;
    top: 540px;
    left: 9468px;
    z-index: 9999991;
}

.fondo_rec_9 {
    background: url(/images/fondo_rec_9.png) no-repeat transparent;
    width: 1226px;
    height: 444px;
    position: absolute;
    top: 540px;
    left: 10138px;
    z-index: 9999991;
}

.mensaje_1 {
    width: 700px;
    height: 407px;
    position: absolute;
    padding-left: 190px;
    top: 900px;
    left: 932px;
    z-index: 9999983;
}

.mensaje_2 {
    background: url(/images/stickPlanta.png) no-repeat transparent;
    width: 700px;
    height: 407px;
    position: absolute;
    padding-left: 190px;
    top: 900px;
    left: 3158px;
    z-index: 9999982;
}

.mensaje_3 {
    width: 700px;
    height: 407px;
    position: absolute;
    padding-left: 190px;
    top: 900px;
    left: 4693px;
    z-index: 9999981;
}

.mensaje_4 {
    background: url(/images/stickPaste.png) no-repeat transparent;
    width: 1200px;
    height: 380px;
    position: absolute;
    padding-left: 550px;
    top: 900px;
    left: 5938px;
    z-index: 9999980;
}

.mensaje_4-b {
    width: 650px;
    height: 380px;
    position: absolute;
    padding-left: 100px;
    top: 900px;
    left: 7020px;
    z-index: 9999980;
}

.mensaje_5 {
    width: 700px;
    height: 407px;
    position: absolute;
    padding-left: 190px;
    top: 900px;
    left: 7790px;
    z-index: 9999979;
}

.mensaje_6 {
    width: 700px;
    height: 407px;
    position: absolute;
    padding-left: 190px;
    top: 900px;
    left: 10142px;
    z-index: 9999978;
}

.titCartelRe {
	font-family: 'Cooper Black', 'LatoBlack', sans-serif !important;
	text-align: left;
	font-size: 35px;
	color: #FFF;
}

.txtCartelRe {
	font-family: 'Cooper Black', 'LatoRegular', sans-serif !important;
	text-align: left;
	font-size: 17px;
	color: #FFF;
}

#modalPop .modal-dialog {
    width: 900px;
}

.bottomPopupAS .btnVerFuente {
	color: #fff6d5!important;
	text-decoration: none!important;
	padding: 10px 20px;
	margin-left: 15px;
	font-size: 18px;
	border: 1px solid #fff6d5;
	border-radius: 5px;
}

.bottomPopupAS {
	width: 100%;
	line-height: 60px;
	font-size: 18px;
	background: #949599;
	color: #fff6d5;
	padding: 0 30px;
}

@media print {
	body * {
		visibility: hidden;
	}
	
	.contDetalleRec *, .barraVerdeReceta * {
		visibility: visible;
	}
	
	.barraVerdeReceta {
		height: 100px;
	}
	
	.contDetalleRec {
		visibility: visible;
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}
	
	.shareBoxReceta *, .btnVertodasrecetas {
		visibility: hidden!important;
	}
	
	.contDetalleRec {
		position: relative;
	}
	
	#header, .homeRF {
		display: none;
	}
}

.consombra a span {
	text-shadow: 1px 1px rgba(0,0,0,0.6);
}

/* SLIDER HOME */

#sliderHome1 {
	background-image: url(/images/queserisimos.jpg);
}

#sliderHomePy {
	background-image: url(/bannerpymes/BannerN-PYM.jpg);
}

#sliderHome2 {
	background-image: url(/images/leches.jpg);
}

#sliderHome3 {
	background-image: url(/images/fondo4.jpg);
}

#sliderHome4 {
	background-image: url(/images/fondo7.jpg);
}

#sliderHome5 {
	background-image: url(/images/fondoleche.jpg);
}

#sliderHome10 {
	background-image: url(/images/reporte.jpg);
}

#sliderHome11 {
	background-image: url(/images/Finlandiaslider.jpg);
}
#sliderHome12 {
	background-image: url(/images/seremix.jpg);
}
#sliderHome13 {
	background-image: url(/images/vuelta.jpg);
}
#sliderHome14 {
	background-image: url(/images/celiacos.jpg);
}
#sliderHome20 {
	background-image: url(/images/finlandia1.jpg);
}
#sliderHome30 {
	background-image: url(/images/FondoMascarpone.jpg);
}
#sliderHome31 {
	background-image: url(/images/fondoheader.jpg);
}
#sliderHome32 {
	background-image: url(/images/fondoprotein.jpg);
}
#sliderHome33 {
	background-image: url(/images/fondochantilly.jpg);
}
#sliderHome34 {
	background-image: url(/images/fondoplan.jpg);
}
#sliderHome40 {
	background-image: url(/images/fondodia.jpg);
}
#sliderHome50 {
	background-image: url(/images/osteo.jpg);
}
#sliderHome51 {
	background-image: url(/images/fondofin.jpg);
}
#sliderHome52 {
	background-image: url(/images/toppingfondo.jpg);
}
#sliderHome53 {
	background-image: url(/images/BannerPascuas.jpg);
}
#sliderHome55 {
	background-image: url(/images/BannerLinkedin.jpg);
}
#sliderHome5ma5 {
	background-image: url(/banermayo/fnd_banner_plan.jpg);
}
#sliderHomeSus {
	background-image: url(/images/Banner_sustentabilidad.jpg);
}
#sliderHome60 {
	background-image: url(/images/BannerPromo.jpg);
}
#sliderHome61 {
	background-image: url(/images/fcom.jpg);
}
#sliderHome62 {
	background-image: url(/images/fosense.jpg);
}
#sliderHomelechemujer {
	background-image: url(/bannerMujer/fndBannerMujer.jpg);
}
#sliderHomeNino {
	background-image: url(/images/tortanino.jpg);
}
#sliderHomeSimposio {
	background-image: url(/images/FondoSimposio.jpg);
}

#fndquesoligh {
	background-image: url(/images/fndquesoligh.jpg);
	background-repeat: repeat;
	background-size: contain;
}
modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50);
    z-index: 88888888888;
}

.container-fluid.principal {
    z-index: 999;
}

div#modalhome {
    z-index: 9999999999999999999999999;
}

a.close {
    position: absolute;
    top: 35px;
    right: 35px;
    width: 30px;
    height: 30px;
    opcacity: 0;
}

.textodestavisitas, .textodestavisitas a {
	font-weight: bold;
	font-size: 20px;
	color: #FFF!important;
}

.sliderCont .item{
	height: 100%;
	width: 100%;
    background: center center no-repeat;
    background-size: cover;
}

.sobrefondo {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.4);
    opacity: .5;
}

.btnContactoVisitas {
    display: inline-block;
    color: #FFF!important;
    text-decoration: none;
    margin: 10px;
    padding: 10px 20px;
    font-family: 'LatoBold', sans-serif !important;
    font-size: 24px;
    border: 2px solid #FFF;
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.btnEnviarMensajeVisitas {
	background: #008b47!important;
	display: block;
	margin: 10px auto;
}

.cajaTexto {
	height: 150px!important;
	margin: 0 auto 10px;;
}

#modalescribenos .modal-header {
}

#modalescribenos .modal-header {
	background: #008b47!important;
	color: #FFF;
	border-radius: 6px 6px 0 0;
}

.sliderCont {
    position: absolute;
    width: 100%;
    height: 100%;
}

.titmodaldes {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}

.langCont {
    position: absolute;
	right: 25px;
    top: 8px;
}

.langCont img {
	margin: 0 5px;
}

.langCont a {
	font-weight: bold;
	font-size: 11px;
	color: #FFF;
	
}

a.btnManalDes {
    display: block;
    border-bottom: 1px solid #008b47!important;
    text-decoration: none;
    padding: 5px;
}

.primaryManul {
	font-weight: bold;
	font-size: 16px;
}

.titSubman {
	font-weight: bold;
	font-size: 14px;
	margin: 20px auto 10px;
}

a.brand img {
	width: 130px;
}
