/*
font-family: 'Fira Sans', sans-serif;
font-family: 'Courgette', cursive;
font-family: 'Merriweather Sans', sans-serif;
*/
body {
	font-family: 'Fira Sans', sans-serif;
	font-size : 24px !important;
    line-height: 28px !important;
	color : #997649;
	font-weight: 300;
	font-style: italic;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sectioUs{
	font-size: 19px;
}
a {
	-webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1); 
}
a:focus {
	text-decoration: none;
  	color: inherit;
}
img {
  	max-width: 100%;
}
h1, h2, h3, h4{
	font-family: 'Courgette', cursive;
	font-style: normal;
	margin-top: 5px;
}
h1{
	text-align: center;
	margin-top: 30px;
	font-size: 50px;
	font-weight: 400;
}
h2 {
	font-size: 50px;
	line-height: 1;
	font-weight: 400;
}
h3 {
	font-size: 46px;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 15px;
}
h4 {
	font-size: 36px;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 15px;
}
::-moz-selection { 
    color: #fff;
    background: #e61e42;
}
::selection {
    color: #fff; 
    background:#e61e42;
}
.morado {
	color: #a03c6c;
}
.naranja {
	color: #f59c00;
}
.verde {
	color: #5D9D4C;
}
.verdeClaro {
	color: #c5d300;
}
.amarillo {
	color: #fcc01a;
}
.blanco {
	color: #fff;
}
.gris {
	color: #808080;
}
.rojo {
	color: #e61e42;
}
.cafe {
	color: #997649;
}
.header {
	border-bottom: 6px solid #825b30;
 	position: fixed;
 	background-image: url(../img/bg_header.jpg);
 	-webkit-background-size: cover;
 	background-size: cover;
 	background-position: center center;
 	height: 108px;
 	top: 0;
 	z-index: 9;
 	width: 100%;
}
.secundarioMenu {
	text-align: right;
	padding-top: 10px;
}
.boxRedes {
	background-color: #fff;
	border-radius: 20px;
	padding: 3px 10px;
	color: #333333;
	font-weight: 500;
	font-size: 21px;
	font-style: normal;
}
.boxRedes a{
	color: #333333;
	padding-right: 10px;
}
.boxRedes a:hover{
	text-decoration: none;
}
.whp:hover {
	color: #1ED04E;
}
.fbk:hover {
	color: #2C4388;
}
.ins:hover {
	color: #C90A77;
}
.navbar-brand {
	padding: 0;
}
.navbar-brand img{
	position: absolute;
	z-index: 9;
}
.nav.nav-pills {
	float: right;
}
.mainMenu {
	padding: 0;
}
.mainMenu .nav>li>a {
	padding: 15px 10px;
	color: #f2f2f2;
	font-weight: 500;
	font-style: italic;
	border-radius: 0;
 	font-size: 21px;
 	 text-shadow : 2px 2px 2px rgba(0, 0, 0, 0.75);
}
.mainMenu .nav>li>a:hover, .mainMenu .nav>li>a.active{
	background-color: transparent;
	color: #fcc01a;
}
.mainMenu .dropdown:hover ul {
	display: block;
}
.dropdown-menu {
	margin: 0;
    padding: 0;
    background-color: #000;
    color: #ccc;
    border-bottom: 2px solid #ccc;
    border-left: 2px solid #ccc;
    border-right: 2px solid #ccc;
    border-top: none;
    border-radius: 0;
}
.dropdown-menu>li>a {
	color: #ccc;
}
.dropdown-menu>li>a:focus, 
.dropdown-menu>li>a:hover {
	background-color: transparent;
	color: #ccc;
}
.dropdown-menu a.active {
  border-left: 4px solid  #2098d1;
}
.hvr-shutter-out-vertical {
	background: transparent;
}
.navbar-brand {
	height: auto;
}
.bodyTop {
	margin-top: 108px;
}
.slick-slider {
	margin-bottom: 0;
}
.section2, .section5 {
	padding-top: 30px;
	padding-bottom: 40px;
}
.product {
	height: 130px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 30px;
	-webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1); 
}
.product:hover {
	-webkit-box-shadow: 5px 5px 5px #ccc;
	box-shadow: 5px 5px 5px #ccc;
	-moz-transform: translateX(-5px) translateY(-5px);
	-webkit-transform: translateX(-5px) translateY(-5px);
	-o-transform: translateX(-5px) translateY(-5px);
	-ms-transform: translateX(-5px) translateY(-5px);
	transform: translateX(-5px) translateY(-5px);
}
.product a {
	color: #fff;
}
.product a:hover {
	text-decoration: none;
}
.tit1 {
	background-color: #fcc01a;
	height: 100%;
	padding: 10px 30px;
}
.tit1 h2 {
	text-align: right;
	color: #e61e42;
}
.content1 {
	background-color: #a03c6c;
	height: 100%;
	color: #fff;
	padding: 30px;
}
.tit2 {
	background-color: #e61e42;
	height: 100%;
	padding: 10px 30px;
}
.tit2 h2 {
	text-align: right;
	color: #fcc01a;
}
.content2 {
	background-color: #f59c00;
	height: 100%;
	color: #fff;
	padding: 30px;
}
.flecha {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.boxBtn {
	font-family: 'Courgette', cursive;
	font-style: normal;
	text-align: center;
	margin: 30px;
}
.boxBtn a{
	color: #fff;
    padding: 14px 40px;
    background-image: url(../img/bg_btn.png);
    -webkit-background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.section6 .boxBtn a{
	background-image: url(../img/bg_btnWhite.png);
	color: #e61e42;
}
.boxBtn a:hover{
	background-image: url(../img/bg_btnWhite.png);
	color: #e61e42;
	text-decoration: none;
}
.section6 .boxBtn a:hover{
	background-image: url(../img/bg_btn.png);
	color: #fff;
	text-decoration: none;
}
.itemFruta .boxBtn a{
	font-size: 18px;
}
.lineaLateral {
	padding-left: 30px;
	margin-left: 20px;
	border-left: 5px solid #a03c6c;
}
.lineaLateral2 {
	padding-right: 30px;
	margin-right: 20px;
	border-right: 5px solid #c5d300;
}
.destacado{
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	font-style: italic;
	color: #e61e42;
	text-align: center;
	border-top: 1px solid;
	border-bottom: 1px solid;
	font-size: 30px;
	padding: 30px 70px;
}
.destacado img {
	position: absolute;
    top: -20px;
    margin-left: -25px;
}
.destacado p{
	margin-bottom: 0;
}
.section3 {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.frutasHome {
	overflow-x:scroll;
    overflow-y: hidden;
	height: 415px;
	width: 100%;
	margin-bottom: 50px;
}
.contentFrutas {
	width: auto;
	white-space:nowrap;
	height: 100%;
	text-align: center;
}
.itemFruta {
	height: 100%;
	width: 256px;
	display: inline-block;
	text-align: center;
	position: relative;
	background-size: cover;
}
.itemFruta h4 {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 500;
	padding-top: 150px;
	font-size: 38px;
	font-style: normal;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	text-transform: uppercase;
}
.mandarina {
	background-image: url(../img/Frutas/mandarina.jpg);
}
.uva {
	background-image: url(../img/Frutas/uva.jpg);
}
.pina {
	background-image: url(../img/Frutas/pina.jpg);
}
.mora {
	background-image: url(../img/Frutas/mora.jpg);
}
.maracuya {
	background-image: url(../img/Frutas/maracuya.jpg);
}
.guanabana{
	background-image: url(../img/Frutas/guanabana.jpg);
}
.fresa {
	background-image: url(../img/Frutas/fresa.jpg);
}
.feijoa {
	background-image: url(../img/Frutas/feijoa.jpg);
}
.cholupa {
	background-image: url(../img/Frutas/cholupa.jpg);
}
.lulo {
	background-image: url(../img/Frutas/lulo.jpg);
}
.kiwi{
	background-image: url(../img/Frutas/kiwi.jpg);
}
.uchuva{
	background-image: url(../img/Frutas/uchuva.jpg);
}
.hover{
	position: absolute;
	width: 256px;
	height: 415px;
	opacity: 0;
	-webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1); 
}
.hover:hover{
	opacity: .95;
}
.BgNaranja{
	background-color: #f59c00;
}
.BgMorado{
	background-color: #a03c6c;
}
.BgAmarillo{
	background-color: #fcc01a;
}
.BgRojo{
	background-color: #e61e42;
}
.BgVerde{
	background-color: #4c7b43;
}
.BgBlanco{
	background-color: #fff;
}
.BgVerdeCl{
	background-color: #5d9d4c;
}
.BgVer{
	background-color: #c5d300;
}
.BgCafe{
	background-color: #997649;
}
.sectionBeneficios .filaFruta {
	padding-top: 50px;
	padding-bottom: 30px;
}
.sectionBeneficios h2 {
	font-family: 'Fira Sans', sans-serif;
	font-size: 86px;
	font-style: italic;
	font-weight: 400;
	line-height: 1;
	text-align: center;
}
.sectionBeneficios h3 {
	font-family: 'Fira Sans', sans-serif;
	font-size: 34px;
	font-style: italic;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 30px;
	text-align: center;
}
.boxFraseFruta {
	border-radius: 30px;
	font-family: 'Fira Sans', sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: 400;
	text-align: center;
	padding: 5px 25px;
	line-height: 1.2;
}
.boxFraseFruta p{
	margin: 0;
}
.sectioUs .row {
	padding-top: 40px;
	padding-bottom: 50px;
}
.listas {
	font-size: 22px;
	font-weight: 400;
	font-style: italic;
	margin-top: 60px;
	margin-bottom: 30px;
}
.logosClientes {
	padding-top: 20px;
	text-align: center;
}
.logosClientes img {
	height: 100px;
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.iconos {
	border-right: 1px solid #ccc;
}
.iconos span {
	padding-right: 15px;
}
.checks {
}
.checks span {
}
.boximgNutricion{
	padding-top: 15px;
}
.iconosNutricion {
	padding-top: 30px;
	padding-bottom: 20px;
}
.iconosNutricion img {
	padding: 5px;
}
.filaMix {
	height: 296px;
}
.filaMix >div{
	height: 100%;
}
.boxInfoMezcla {
	padding: 30px;
}
.boxFotoMezcla {
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.submenuPulpas {
	padding-left: 370px;
}
.submenuPulpas a{
	font-size: 16px;
	font-weight: 600;
	color: #5d9d4c;
}
.mix1 .boxFotoMezcla {
	background-image: url(../img/mezclas/atardecerdelcaribe.jpg);
}
.mix1 .boxInfoMezcla {
	background-image: url(../img/bg_habano.png);
}
.mix2 .boxFotoMezcla {
	background-image: url(../img/mezclas/Blancopaz.jpg);
}
.mix2 .boxInfoMezcla {
	background-image: url(../img/bg_blanco.png);
}
.mix3 .boxFotoMezcla {
	background-image: url(../img/mezclas/MoradoSelva.jpg);
}
.mix3 .boxInfoMezcla {
	background-image: url(../img/bg_morado.png);
	color: #fff;
}
.mix4 .boxFotoMezcla {
	background-image: url(../img/mezclas/Anaranjadootono.jpg);
}
.mix4 .boxInfoMezcla {
	background-image: url(../img/bg_anaranjado.png);
	color: #fff;
}
.mix5 .boxFotoMezcla {
	background-image: url(../img/mezclas/Cremamediterraneo.jpg);
}
.mix5 .boxInfoMezcla {
	background-image: url(../img/bg_crema.png);
}
.mix6 .boxFotoMezcla {
	background-image: url(../img/mezclas/amarillopasion.jpg);
}
.mix6 .boxInfoMezcla {
	background-image: url(../img/bg_amarillo.png);
	color: #fff;
}
.filaIconos {
	text-align: right;
}
.section6 {
	margin-top: 40px;
	margin-bottom: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	background-image: url(../img/bg_nosotros.png);
}
.section6 p{
	color: #fff;
}
.section7 {
	margin-top: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.AlturaPulpas {
	height: 296px;
}
.AlturaPulpas .itemFruta {
	width: 180px;
}
.AlturaPulpas .hover {
	height: 296px;
	width: 180px;
}
.AlturaPulpas .itemFruta h4 {
	font-size: 26px;
	padding-top: 120px;
}
.AlturaPulpas .itemFruta .boxBtn a {
    font-size: 18px;
    padding: 15px 18px;
}
.contentSalud {
	padding-top: 80px;	
}
.extras {
	background-color: #fff;
	color: #e61e42;
	font-style: normal;
	margin-bottom: 25px;
}
strong{
	font-weight: 500;
}
footer {
	background-image: url(../img/bg_footer.png);
	color: #fff;
	font-style: normal;
	margin-top: 20px;
}
footer .container {
	padding-top: 10px;
	padding-bottom: 10px;
}
footer a {
	color: #fff;
}
footer .mail {
	text-align: right;
	line-height: 1;
}
footer .mail a{
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
}
footer .mail a:hover{
	color: #fff;
}
footer .telFooter {
	text-align: center;
	padding-top: 10px;
}
footer .tel {
	font-weight: 500;
	font-size: 30px;
}
footer .telFooter p {
	font-size: 16px;
	font-weight: 400;
}
button#send {
	background-color: #e61e42;
	color: #fff;
	border-color: #e61e42;
	font-weight: 500;
}
button#send:hover {
	background-color: #fff;
	color: #e61e42;
}
.form-control:focus {
	border-color:#e61e42;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.copyright {
	font-size: 14px;
}
.credito {
	text-align: right;
	font-size: 12px;
}
.credito a {
	color: #e61e42;
}
.credito a:hover {
	color: #1693A7;
}
#scrollUp {
  bottom: 50px;
  z-index: 99 !important;
  right: 20px;
  width: 38px; 
  height: 38px; 
  background: url(../img/top.png) no-repeat;
}
#scrollUp:hover {
	text-decoration: none;
	opacity: .6;
}
.wpp {
    position: fixed; bottom: 10px; right: 280px; 
    background-color: #3ba800; padding: .8em 1.4em;
    border-radius: 50px; z-index: 9;
    width: 90px; height: 22px;
}
.wpp a {
    color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
        align-items: center;
    font-weight: 600;
    position: absolute; left: 0; top: 0;
    width: 100%; height: 100%;
    font-size: 14px; font-style: normal;
}
.wpp a img {
    width: 21px; margin-right: 7px;
}
.wpp a:hover {
    text-decoration: none;
}
.shake-horizontal {
    animation-iteration-count: 3 !important;
}