@charset "utf-8";

/*---- Stylesheets ----
@import "bootstrap.min.css";*/

/*---- Fonts ---- */
@import "font-awesome.min.css";

body {
	font-family: 'Open Sans', sans-serif;
	/*font-family: 'Montserrat', sans-serif;*/
	font-weight: 400;
	color: #444;
	line-height: 1em;
	background: #fff;
}

body {
	display: block;
}

html,
body {
	height: 100%;
}

a {
	color: #f5245f
}

a:hover {
	color: #999
}

a,
a:hover,
a:focus {
	text-decoration: none;
}

p {
	line-height: 1.6em;
}

p.paragraph {
	line-height: 1.6em
}

.vertical_center {
	position: relative !important
}

.background_overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	/*background-image: url(https://static.wixstatic.com/media/0da768_361994b0f154464682a0aaf9724471cc.png);*/
	background-image: url(https://static.wixstatic.com/media/0da768_4371c7e64a49489bb88c536f515f2040.png);
	background-color: rgba(0, 0, 0, 0.2);
	/*z-index:10;*/
	/*background-color: rgba(204, 200, 163, 0.21);*/
}

/*agregado conrado*/
.pp-background {
	height: 150vh !important;
}


/*No disponible*/

.no_disponible {
	opacity: 0.5;
}

.no_disponible:hover {
	opacity: 0.5
}

/*--- FONTS ---*/

@font-face {
	font-family: DalaFloda-Fat;
	src: url("../fonts/dala_floda/DalaFloda-Fat.otf") format("opentype");
}

@font-face {
	font-family: DalaFloda-Black;
	src: url("../fonts/dala_floda/DalaFloda-Black.otf") format("opentype");
}

@font-face {
	font-family: DalaFloda-Bold;
	font-weight: bold;
	src: url("../fonts/dala_floda/DalaFloda-Bold.otf") format("opentype");
}

@font-face {
	font-family: DalaFloda-Medium;
	font-weight: normal;
	src: url("../fonts/dala_floda/DalaFloda-Medium.otf") format("opentype");
}

@font-face {
	font-family: DalaFloda-Roman;
	font-weight: normal;
	src: url("../fonts/dala_floda/DalaFloda-Roman.otf") format("opentype");
}

@font-face {
	font-family: DalaFloda-MediumItalic;
	font-weight: normal;
	src: url("../fonts/dala_floda/DalaFloda-MediumItalic.otf") format("opentype");
}

footer {
	background: #fff;
	padding: 30px 0;
	z-index: 10;
	position: relative
}

@media (max-width: 690px) {
	.redes {
		display: none
	}


}

.redes {
	position: fixed;
	top: 50%;
	left: 15px;
	margin-top: -80px;
	z-index: 1000
}

.redes a {
	display: block;
	clear: both;
	border-radius: 100%;
	background: rgba(0, 0, 0, 0.4);
	width: 50px;
	height: 50px;
	margin: 5px 0;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center
}

.redes a:hover {
	orphans: 0.6;
}






.redes a i {
	font-size: 26px;
	text-align: center;
	line-height: 50px;
}



.redes a img {
	display: block;
	clear: both;
	border-radius: 100%;
	background: rgba(14, 183, 71, 0.4);
	width: 50px;
	height: 50px;
	margin: 5px 0;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center
}

.redes a img:hover {

	background: rgba(14, 183, 71, 1);

}

.retail {
	width: 100px
}

.grupo_retail {
	display: flex;
	justify-content: space-around;
	padding-top: 20px;
}

.marca_boton {
	flex-direction: column;

}

.retail_boton {
	border: none;
	display: inline-block;
	width: auto;
	font-size: 24px;
	font-family: DalaFloda-MediumItalic;
	font-weight: normal;
	margin: 9px;
	border-radius: 5px;
	padding: 10px 10px;
	color: #fff
}

/*Cambiar de retail boton a no_disponible, cuando el producto no este disponible*/
.no_disponible_boton {
	border: none;
	display: inline-block;
	width: auto;
	font-size: 24px;
	font-family: DalaFloda-MediumItalic;
	font-weight: normal;
	margin: 9px;
	border-radius: 5px;
	padding: 10px 10px;
	color: #fff
}

.retail_boton:hover {

	background: #fff !important;
	color: #111 !important
}


.hover-boton {
	background: #fff;
	color: #222
}

@media (max-width: 690px) {
	.mouse_scroll {
		display: none;
	}

	.retail_boton {
		border: none;
		display: inline-block;
		width: auto;
		font-size: 20px;
		font-family: DalaFloda-MediumItalic;
		font-weight: normal;
		margin: 9px;
		border-radius: 5px;
		padding: 10px 10px;
		color: #fff
	}

	/*Cambiar de retail boton a no_disponible, cuando el producto no este disponible*/
	.no_disponible_boton {
		border: none;
		display: inline-block;
		width: auto;
		font-size: 20px;
		font-family: DalaFloda-MediumItalic;
		font-weight: normal;
		margin: 9px;
		border-radius: 5px;
		padding: 10px 10px;
		color: #fff
	}

}

.mouse_scroll {
	position: absolute;
	bottom: 20px;
	z-index: 200;
	left: 50%;
	transform: translate(-50%, 0);
	width: 123px;
	height: 78px;
}

.mouse_scroll {
	background: url(../img/mouse_scroll.png);
	background-repeat: no-repeat;
}

.bt_play {
	position: absolute;
	top: 50%;
	margin: -30px auto 0 auto;
	left: 0;
	right: 0;
	display: block;
	cursor: pointer;
	width: 80px;
}

.bt_play:hover img {
	transform: scale(1.2)
}

.bt_play img {
	width: 100%;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

/*---- Titles ----*/

.shade {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.shade-lg {
	text-shadow: 2px 4px 6px rgba(0, 0, 0, 0.3);
}

.bold {
	font-family: DalaFloda-Bold;
	font-weight: bold;
}

.headline0 {
	font-family: 'DalaFloda-Bold';
	line-height: 0.8em;
	margin-bottom: 0;
	letter-spacing: -2px
}

.headline1 {
	font-family: 'DalaFloda-Medium';
	line-height: 0.8em;
	margin-bottom: 0.1em;
	letter-spacing: -2px
}

.headline2 {
	font-family: 'DalaFloda-Medium';
	line-height: 0.75em;
	margin-bottom: 0.2em;
	letter-spacing: -2px
}

.headline3 {
	font-family: 'DalaFloda-Bold';
	line-height: 0.8em;
	letter-spacing: -2px
}

.headline4 {
	font-family: 'DalaFloda-Roman';
	line-height: 0.8em;
}

.headline5 {
	font-family: 'DalaFloda-Bold';
	line-height: 0.8em;
	letter-spacing: -1px
}

.headline6 {
	font-family: 'DalaFloda-Bold';
	line-height: 0.8em;
	letter-spacing: -1px
}

.lead1 {
	font-family: 'DalaFloda-Bold';
	line-height: 1em
}

.lead2 {
	line-height: 1.1em
}

.lead3 {
	font-family: 'DalaFloda-Roman';
	line-height: 1.4em
}

.lead3_home {
	font-family: '"Open Sans", "Helvetica Neue", Helvetica, sans-serif;';
	line-height: 1.4em
}

.lead4 {
	font-family: 'DalaFloda-Roman';
	line-height: 1.4em
}

.lead5 {
	line-height: 1.8em;
}

.lead_italic {
	font-family: DalaFloda-MediumItalic;
	line-height: 1em
}



.conburbujas {
	display: block;
	width: 80%;
	max-width: 200px;
	margin-bottom: 15px
}

.conburbujas.sidepanel {
	display: block;
	width: 80%;
	max-width: 140px;
	margin: 0 auto 15px;
}

.conburbujas img {
	width: 100%;
}

.post-title {
	font-size: 22px;
	line-height: 1.3em;
	font-weight: 400;
	margin-bottom: 0.8em
}

.article-title {
	line-height: 1.3em;
	font-weight: 400;
	margin-bottom: 0.8em
}

.container_flex {
	display: flex;
	align-items: center;
	justify-content: center;
}

.latas {
	width: 100%;
}

.lata {
	display: inline-block;
	width: 36%;
	position: relative;
}

.lata img {
	width: 100%;
	max-width: 300px
}

@media (max-width: 690px) {
	.vh_responsive.top {
		padding-top: 140px;
	}
}

@media (min-width: 690px) {
	.vh_responsive {
		height: 100vh
	}
}


.info_drop {
	display: flex;
	align-items: center;
	margin-top: 30px;
	justify-content: center;
	height: auto;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.info_drop:hover {
	cursor: pointer;
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}


@media (min-width: 180px) {
	.info_drop {
		width: 90px;
	}

	.info_drop span {
		position: absolute;
		color: #fff;
		font-family: DalaFloda-Roman;
		font-size: 13px;
		text-align: center;
		width: 90px;
		line-height: 1.4em;
		padding-top: 18px;
	}

	.info_drop img {
		width: 100%
	}
}

@media (min-width: 480px) {
	.info_drop {
		width: 140px;
	}

	.info_drop span {
		font-size: 20px;
		width: 140px;
		padding-top: 18px;
	}
}

@media (min-width: 180px) {
	.lead_italic {
		font-size: 24px;
	}

	.headline0 {
		font-size: 60px
	}

	.headline1 {
		font-size: 48px
	}

	.headline2 {
		font-size: 36px;
		letter-spacing: -1px
	}

	.headline3 {
		font-size: 36px;
	}

	.headline4 {
		font-size: 26px;
	}

	.headline5 {
		font-size: 30px;
	}

	.headline6 {
		font-size: 26px;
	}

	.lead1 {
		font-size: 26px;
	}

	.lead2 {
		font-size: 22px;
	}

	.lead3 {
		font-size: 16px;
		line-height: 1.2em
	}

	.lead3_home {
		font-size: 16px;
		line-height: 1.2em
	}

	.lead4 {
		font-size: 18px;
	}

	.lead5 {
		font-size: 14px;
	}

	.article-title {
		font-size: 22px;
	}

	.info_container.bajada {
		padding-left: 60px;
	}
}

@media (min-width: 480px) {
	.headline0 {
		font-size: 60px
	}

	.headline1 {
		font-size: 50px
	}

	.headline2 {
		font-size: 36px
	}

	.headline3 {
		font-size: 60px;
	}

	.headline5 {
		font-size: 32px;
	}

	.lead1 {
		font-size: 32px;
	}

	.lead2 {
		font-size: 22px;
	}

	.lead3 {
		font-size: 16px;
	}

	.lead3_home {
		font-size: 16px;
	}

	.lead4 {
		font-size: 18px;
	}

}

@media (min-width: 768px) {
	.lead_italic {
		font-size: 32px;
	}

	.embed-contents .headline {
		font-size: 62px;
	}

	.headline0 {
		font-size: 60px
	}

	.headline1 {
		font-size: 52px
	}

	.headline2 {
		font-size: 48px
	}

	.headline3 {
		font-size: 62px;
	}

	.headline4 {
		font-size: 30px;
	}

	.headline5 {
		font-size: 40px;
	}

	.headline6 {
		font-size: 26px;
	}

	.lead1 {
		font-size: 40px;
	}

	.lead2 {
		font-size: 30px;
	}

	.lead3 {
		font-size: 20px;
	}

	.lead3_home {
		font-size: 20px;
	}

	.lead4 {
		font-size: 18px;
	}

	.lead5 {}

	.article-title {
		font-size: 32px;
	}

	.info_container.bajada {
		padding-left: 120px;
	}
}

@media (min-width: 992px) {
	.embed-contents .headline {
		font-size: 72px;
	}

	.headline0 {
		font-size: 110px
	}

	.headline1 {
		font-size: 100px
	}

	.headline2 {
		font-size: 52px
	}

	.headline3 {
		font-size: 62px;
	}

	.headline5 {
		font-size: 40px;
	}

	.lead1 {
		font-size: 40px;
	}

	.lead2 {
		font-size: 30px;
	}

	.lead3 {
		font-size: 22px;
	}

	.lead3_home {
		font-size: 22px;
	}

	.info_container.bajada {
		padding-left: 180px;
	}
}

@media (min-width: 1200px) {
	.embed-contents .headline {
		font-size: 80px;
	}

	.headline0 {
		font-size: 130px
	}

	.headline1 {
		font-size: 120px
	}

	.headline2 {
		font-size: 104px
	}

	.headline3 {
		font-size: 80px;
	}

	.headline4 {
		font-size: 60px;
	}

	.headline5 {
		font-size: 80px;
	}

	.headline6 {
		font-size: 54px;
	}

	.lead1 {
		font-size: 42px;
	}

	.lead2 {
		font-size: 32px;
	}

	.lead3 {
		font-size: 24px;
	}

	.lead3_home {
		font-size: 24px;
	}

	.article-title {
		font-size: 40px;
	}

	.info_container.bajada {
		padding-left: 180px;
	}
}

@media (min-width: 1400px) {
	.headline2 {
		font-size: 110px
	}
}

@media (min-width: 1600px) {
	.embed-contents .headline {
		font-size: 80px;
	}

	.headline0 {
		font-size: 140px
	}

	.headline1 {
		font-size: 130px
	}

	.headline2 {
		font-size: 120px
	}

	.headline3 {
		font-size: 100px;
	}

	.headline5 {
		font-size: 80px;
	}

	.lead1 {
		font-size: 50px;
	}

	.lead2 {
		font-size: 32px;
	}

	.lead3 {
		font-size: 24px;
	}

	.lead3_home {
		font-size: 24px;
	}

	.article-title {
		font-size: 40px;
	}

	.info_container.bajada {
		padding-left: 245px;
	}
}

.fullwidth {
	width: 100%;
	height: auto;
}

.section_shade {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 0;
	height: 60%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.53+100 */
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#87000000', GradientType=0);
	/* IE6-9 */
}

.section_shade_left {
	position: absolute;
	left: 0;
	top: 0;
	width: 60%;
	z-index: 0;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.6+0,0+100 */
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#00000000', GradientType=1);
	/* IE6-9 */
}

.greyscaled {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	/* Firefox 10+, Firefox on Android */
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	/* IE 6-9 */

	-webkit-transition-delay: 0.02s;
	transition-delay: 0.02s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.greyscaled:hover {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	filter: none;
}

.home-container {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	/* padding-top: 140px; */
	z-index: 3;
}

.home-bottom {
	position: absolute;
	z-index: 3;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
	opacity: 0.9;

}

.dots {
	z-index: 99;
	/**/
	background-image: url(../images/dot.png);
	background-repeat: repeat-y;
	margin: auto;
	width: 6px;
	height: 34px;
}

.leaf {
	display: block;
	opacity: 0.6;
	margin: auto;
}

@media (min-width: 180px) {

	/*.headline1 { font-size:48px }*/
	.leaf {
		width: 220px;
		margin-top: -100px
	}
}

@media (min-width: 480px) {

	/*.headline1 { font-size:50px }*/
	.leaf {
		width: 220px;
		margin-top: -100px
	}
}

@media (min-width: 768px) {

	/*.headline1 { font-size:52px }*/
	.leaf {
		width: 220px;
		margin-top: -100px
	}
}

@media (min-width: 992px) {
	.headline1 {
		font-size: 100px
	}

	.leaf {
		width: 360px;
		margin-top: -150px
	}
}

@media (min-width: 1400px) {
	.headline1 {
		font-size: 120px
	}

	.leaf {
		width: 400px;
		margin-top: -180px
	}
}


/*Scroll Down Arrow Bounce*/

.arrow_holder {
	height: 100vh;
	position: relative;
	left: 50%;
	margin-left: -25px;
}

.arrow {
	position: absolute;
	z-index: 1000;
	bottom: 30px;
	color: #fff;
	font-size: 50px;
	text-align: center;
	width: 50px;
	height: 50px;
	line-height: 50px;
}

@media (max-width: 780px) {
	.arrow_holder {
		display: none
	}
}


.page_header {
	height: 60%
}

#map {
	height: 450px;
	width: 100%;
	margin-bottom: 30px
}

/*
.sponsors.div[class^='col-'], div[class*=' col-']{
    overflow:auto;
}*/
.sponsors div.grid {
	min-height: 280px;
}

.overflow {
	overflow: auto
}

.margin_bottom div[class^='col-'],
div[class*=' col-'] {
	margin-bottom: 30px;
}

.kids_infograph {
	width: 100%;
	max-width: 230px;
}

/*--- COLOR ---*/
.opacity_bg {
	background: rgba(255, 255, 255, 0.8);
}

.green {
	color: #0eb747
}

.green_light {
	color: #C0D971 !important
}

.green_medium {
	color: #80D610 !important
}

.green_dark {
	color: rgba(7, 54, 12, 1) !important
}

.green_pomelada_kids {
	color: #00a64f !important
}

.bg_gradient_grey {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ebebeb+0,ffffff+67,f2f2f2+69,ffffff+95 */
	background: rgb(235, 235, 235);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(235, 235, 235, 1) 0%, rgba(255, 255, 255, 1) 67%, rgba(242, 242, 242, 1) 69%, rgba(255, 255, 255, 1) 95%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(235, 235, 235, 1) 0%, rgba(255, 255, 255, 1) 67%, rgba(242, 242, 242, 1) 69%, rgba(255, 255, 255, 1) 95%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(235, 235, 235, 1) 0%, rgba(255, 255, 255, 1) 67%, rgba(242, 242, 242, 1) 69%, rgba(255, 255, 255, 1) 95%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#ffffff', GradientType=0);
	/* IE6-9 */
}

.bg_green {
	background: #0eb747 !important
}

.bg_green_light {
	background: #C0D971 !important
}

.bg_green_dark {
	background: rgba(7, 54, 12, 1) !important
}

.bg_green_medium {
	background: #80D610 !important
}

.bg_green_aqua {
	background: #47c471 !important
}

.bg_green_pomelada_kids {
	background: #00a64f !important
}

.bg_pomelada_kids {
	background: #fabd4c !important
}

.bg_green_limonada_kids {
	background: #a9c442 !important
}

.bg_frambuesa_kids {
	background: #9cd052 !important
}

.bg_manzanada_kids {
	background: #ebd02e !important
}

.bg_multifruta_kids {
	background: #d85a56 !important
}

.bg_naranjada_kids {
	background: #2c8bb9 !important
}

.blue_light {
	color: rgba(14, 200, 237, 1) !important
}

.bg_blue_light {
	background: rgba(14, 200, 237, 1) !important
}

.bg_blue_medium {
	background: rgba(12, 142, 235, 1) !important
}

.bg_blue_dark {
	background: #0E2E47 !important
}

.bg_blue_multifruta {
	background: #10a6e0 !important
}

.red {
	color: rgba(192, 56, 52, 1) !important
}

.red_medium {
	color: rgba(219, 51, 18, 0.82) !important
}

.red_dark {
	color: #BD2204 !important
}

.bg_red {
	background: rgba(192, 56, 52, 1) !important
}

.bg_red_medium {
	background: rgba(219, 51, 18, 0.82) !important
}

.bg_red_dark {
	background: #BD2204 !important
}

.pomelo_color {
	color: rgba(240, 211, 67, 1) !important
}

.bg_pomelo {
	background: rgba(240, 211, 67, 1) !important
}

.bg_pomelo_dark {
	background: rgb(136, 117, 20) !important
}

.bg_pomelo_r {
	background: rgba(219, 129, 195, 1) !important
}

.bg_limon {
	background: rgba(242, 219, 5, 1) !important
}

.bg_rosado {
	background: rgba(237, 21, 102, 1) !important
}

.rosado {
	color: rgba(237, 21, 102, 1) !important
}

.orange {
	color: rgba(255, 119, 0, 0.82) !important
}

.bg_orange {
	background: rgba(255, 119, 0, 0.82) !important
}

.bg_orange_light {
	background: #f89b16 !important
}

.bg_orange_naranjada_kids {
	background: #f05822 !important
}

.orange_dark {
	color: rgba(219, 51, 18, 1) !important
}

.bg_orange_dark {
	background: rgba(219, 51, 18, 1) !important
}

.pink {
	color: rgba(237, 21, 102, 0.82) !important
}

.bg_pink {
	background: rgba(237, 21, 102, 0.82) !important
}

.bg_pink_light {
	background: #db81c3 !important
}

.bg_limonadas {
	background-image: url(../img/productos/limonadas/limonadas.jpg);
	background-size: cover;
	background-position: 50% 50%;
	height: 100%;
	margin: 1px auto;
}

.bg_kids_pattern {
	background-image: url(../img/productos/kids/bg_kids.png);
	background-repeat: repeat;
}

.bg_kids {
	background: rgb(191, 223, 145);
	/* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(191, 223, 145, 1) 0%, rgba(47, 134, 194, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(191, 223, 145, 1) 0%, rgba(47, 134, 194, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(191, 223, 145, 1) 0%, rgba(47, 134, 194, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfdf91', endColorstr='#2f86c2', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.bg_burbujas {
	background-image: url(../img/productos/limonadas_burbujas/burbujas.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
}

.bg_burbujas_orange {
	background-color: rgba(255, 119, 0, 1) !important
}

.bg_burbujas_limonada {
	background-color: #92e01d !important
}

.bg_burbujas_citrus {
	background-color: #cbea20 !important
}

.bg_burbujas_green {
	background-image: url(../img/productos/limonadas_burbujas/bg_burbujas_green.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.bg_kids_limonada {
	background-image: url(../img/productos/kids/bg_kids_limonada.png);
	background-repeat: repeat;
}

.bg_kids_manzanada {
	background-image: url(../img/productos/kids/bg_kids_manzanada.png);
	background-repeat: repeat;
}

.bg_kids_multifruta {
	background-image: url(../img/productos/kids/bg_kids_multifruta.png);
	background-repeat: repeat;
}

.bg_kids_naranjada {
	background-image: url(../img/productos/kids/bg_kids_naranjada.png);
	background-repeat: repeat;
}

.bg_kids_pomelada {
	background-image: url(../img/productos/kids/bg_kids_pomelada.png);
	background-repeat: repeat;
}

.bg_kids_limonada_frambuesa {
	background-image: url(../img/productos/kids/bg_kids_limonada_frambuesa.png);
	background-repeat: repeat;
}

.bg_naranjada {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2ae0f+0,fc8c1c+100 */
	background: rgb(242, 174, 15);
	/* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, rgba(242, 174, 15, 1) 0%, rgba(252, 140, 28, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(242, 174, 15, 1) 0%, rgba(252, 140, 28, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgba(242, 174, 15, 1) 0%, rgba(252, 140, 28, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ae0f', endColorstr='#fc8c1c', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.bg_limonada {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffea87+0,fbce2b+100 */
	background: rgb(255, 234, 135);
	/* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, rgba(255, 234, 135, 1) 0%, rgba(251, 206, 43, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 234, 135, 1) 0%, rgba(251, 206, 43, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgba(255, 234, 135, 1) 0%, rgba(251, 206, 43, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffea87', endColorstr='#fbce2b', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.bg_pomelada {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#92e478+0,78de56+100 */
	background: rgb(146, 228, 120);
	/* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, rgba(146, 228, 120, 1) 0%, rgba(120, 222, 86, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(146, 228, 120, 1) 0%, rgba(120, 222, 86, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgba(146, 228, 120, 1) 0%, rgba(120, 222, 86, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#92e478', endColorstr='#78de56', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.bg_limonada_frambuesa {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ef7ed6+0,f563d2+100 */
	background: rgb(239, 126, 214);
	/* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, rgba(239, 126, 214, 1) 0%, rgba(245, 99, 210, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(239, 126, 214, 1) 0%, rgba(245, 99, 210, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgba(239, 126, 214, 1) 0%, rgba(245, 99, 210, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef7ed6', endColorstr='#f563d2', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.bg_manzanada {
	background: #f9302b
}

.bg_limonada_citrus {
	background: #cbea20
}

a.info.scroller:focus,
a.info.scroller:visited {
	color: #fff;
}


.info_container {
	display: inline-block;
	position: relative;
}

.border_white {
	border: 3px solid #fff
}

.title_center {
	position: relative;
	display: table;
	margin: 0 auto 70px;
}

.cero {
	position: absolute;
	font-family: DalaFloda-MediumItalic;
	display: block;
	line-height: 1em;
	letter-spacing: 0;
	color: #fff;
	text-shadow: none
}


.buton_promo {
	color: #fff !important;
	font-weight: 600 !important;
	padding: 10px 15px !important;
	border-radius: 5px 5px 5px 5px !important;
}

.navbar-default .navbar-nav>li>.buton_promo {

	margin: 5px !important
}



.buton_promo:hover {
	color: #fff !important;
	font-weight: 600 !important;
	padding: 10px 15px !important;
	border-radius: 150px 0px 150px 0px !important;
	transition: 0.5s
}

@media (max-width: 690px) {
	.cero {
		left: 0;
		bottom: -45px;
		padding: 6px 16px;
		border-radius: 12px 0 12px 0;
		font-size: 18px;
	}
}

@media (min-width: 691px) {
	.cero {
		right: 5px;
		bottom: -50px;
		padding: 6px 20px;
		border-radius: 15px 0 15px 0;
		font-size: 25px;
	}

	.info_retail {
		display: none
	}
}

.cero.right {
	right: 0;
	left: initial;
}

.info_container.bajada {
	margin: 0 0 30px 0;
	display: block;
	clear: both;
}

.info_container.bajada .info {
	font-size: 40px !important;
}

.info {
	display: inline-block;
	transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
	color: #fff;
	cursor: pointer;
	position: relative;
	text-align: center;
}

.comprar_ahora {
	display: inline-block;
	transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
	color: #fff;
	cursor: pointer;
	position: relative;
	text-align: center;
	padding: 20px 30px;
	border-radius: 15px 0 15px 0;
	font-family: DalaFloda-Medium;
	/* font-family: DalaFloda-MediumItalic; */
	font-size: 24px;
	margin-left: 5px;
}

.comprar_ahora:hover {
	background: #222 !important;
	color: #fff;

}



@media (max-width: 690px) {
	.home_text {
		margin: auto;
		left: 0;
		right: 0;
		z-index: 100;
		margin-top: 50%
	}

	.info_container.small .info {
		padding: 16px 18px;
		border-radius: 15px 0 15px 0;
		font-family: DalaFloda-MediumItalic;
		font-size: 16px;
	}

	.mobile_margin_top {
		margin-top: 40px !important;
	}

	.comprar_ahora {
		display: inline-block;
		transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
		color: #fff;
		cursor: pointer;
		position: relative;
		text-align: center;
		padding: 20px 30px;
		border-radius: 15px 0 15px 0;
		font-family: DalaFloda-Medium;
		/* font-family: DalaFloda-MediumItalic; */
		font-size: 16px;
		margin-left: 0px;
		margin-top: 10px
	}



	.tacc img {
		margin-left: 10px;
		margin-top: -80px;
	}

	.tacc_frutales img {
		margin-left: 8Terma0px;
		margin-top: 50px;
	}

	.info_margin_mobil {
		margin-top: 0px;
		padding-top: 0px
	}
}

@media (min-width: 691px) {
	.home_text {
		margin: auto;
		left: 0;
		right: 0;
		z-index: 100;
		margin-top: 22%
	}

	.info_container.small .info {
		padding: 20px 30px;
		border-radius: 15px 0 15px 0;
		font-family: DalaFloda-Medium;
		/*font-family: DalaFloda-MediumItalic;*/
		font-size: 24px;
	}

	.mobile_margin_top {
		margin-top: 20px
	}
}

.info_container.medium .info {
	font-family: DalaFloda-Medium;
}

.info_container.large .info {
	font-family: DalaFloda-Medium;
}

.frutales_top_estilos {
	margin: auto;
	left: 0;
	right: 0;
	z-index: 100;
	padding-top: 50px;
}

@media (max-width: 690px) {
	.info_container {
		margin: 24px 5px;
	}

	.info_container_sin_azucares {
		margin: 30px 0px !important
	}

	.info_container.large .info {
		padding: 26px 0px;
		font-size: 24px;
		min-width: 140px;
		border-radius: 30px 0 30px 0;
	}

	.info_container.medium .info {
		padding: 18px 5px !important;
		border-radius: 26px 0 26px 0;
		font-size: 22px;
		min-width: 120px;
	}



	.info_container.large .sub {
		font-size: 18px;
		/*26*/
		padding: 13px 20px;
	}

	.info_container .sub {

		bottom: -25px !important;


	}


	.info_container.medium .sub {
		font-size: 20px;
		padding: 12px 20px;
		bottom: -24px;
	}

	.info_container.medium .upper {
		position: absolute;
		right: 0;
		top: -30px;
		padding: 12px 20px;
		border-radius: 15px 0 15px 0;
		font-family: DalaFloda-MediumItalic;
		font-size: 14px;
		color: #fff;
	}

	.frutales_sin_azucar {
		font-size: 12px !important;
	}

	.frutales_top_estilos {
		margin: auto;
		left: 0;
		right: 0;
		z-index: 100;
		padding-top: 0px;
	}



}

@media (min-width: 691px) {
	.info_container {
		margin: 30px 0;
	}

	.info_container.top {
		margin: 30px 10px;
	}

	.info_container.top2 {
		margin: 10px 10px;
	}


	.info_container.large .info {
		padding: 41px 0px;
		/*45 0*/
		border-radius: 46px 0 46px 0;
		font-size: 38px;
		/*42*/
		min-width: 240px;
		/*260*/
	}

	.info_container.medium .info {
		padding: 40px 10px;
		border-radius: 46px 0 46px 0;
		font-size: 26px;
		min-width: 200px;
	}

	.info_container.large .sub {
		font-size: 22px;
		/*28*/
		line-height: 25px;
	}

	.info_container .sub {
		padding: 12px 22px;

		/*16 28*/
	}

	.info_container.medium .sub {
		font-size: 23px;
	}

	.info_container.drop {
		width: 186px;
		height: 200px;
	}

}

@media (max-width:1200px) {
	.info_container.medium .info {
		padding: 18px 0px;
		border-radius: 26px 0 26px 0;
		font-size: 22px;
		min-width: 110px;
	}
}

.info_container.small .sub {
	font-size: 20px;
}


.info_container .sub {
	position: absolute;
	right: 0;
	bottom: -26px;
	/*-56*/
	border-radius: 20px 0 20px 0;
	font-family: DalaFloda-MediumItalic;
	color: #fff;
}

.frutales_sin_azucar {

	bottom: -20px !important;
}


.info_container .upper {
	position: absolute;
	right: 0;
	top: -36px;
	padding: 20px 30px;
	border-radius: 15px 0 15px 0;
	font-family: DalaFloda-MediumItalic;
	font-size: 22px;
	color: #fff;
}



.info:hover

/*, .sub:hover*/
	{
	background: #fff !important;
	color: #999 !important;
}

.info.bg_red_medium:hover,
.sub.bg_red_medium:hover {
	color: rgba(219, 51, 18, 0.82)
}

.info.bg_green_medium:hover,
.sub.bg_green_medium:hover {
	color: #80D610
}

.info.bg_blue_medium:hover,
.sub.bg_blue_medium:hover {
	color: rgba(12, 142, 235, 1) !important
}


/*--- ICONS ---*/

.list_icons div[class^='col-'],
div[class*=' col-'] {
	margin-bottom: 2em;
}

a.icon_round:hover {
	background-color: #333;
	color: #fff;
}

a.icon_round:focus,
a.icon_round:visited {
	color: #fff;
}

.icon_text p {
	display: table
}

.icon_round {
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: rgb(245, 36, 95);
	font-size: 20px;
	text-align: center;
	border-radius: 100%;
	float: none;
	margin: auto;
	display: table;
}

.icon_round.left {
	float: left;
	margin-right: 20px;
}

.icon_round.centertop {
	width: 80px;
	height: 80px;
	line-height: 80px;
	margin-top: -70px;
	margin-bottom: 30px;
}

.section {
	padding-top: 40px;
	padding-bottom: 40px
}

.separator {
	width: 100%;
	height: 1em;
}

.separator_line {
	width: 100%;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #ccc;
}

#botonera {
	position: fixed;
	z-index: 10;
	background: white;
	border: 1px solid gray;
	padding: 5px 10px 10px 10px;
	font-family: Arial;
	font-size: 20px;
	right: 0;
	top: 20px;
	display: none;
}

.scroller_back {
	position: fixed;
	bottom: 40px;
	right: 40px;
	background: #80D610;
	color: #fff;
	width: 50px;
	height: 50px;
	z-index: 100;
	opacity: 0;
	line-height: 50px;
	text-align: center;
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

@media (max-width: 480px) {
	.scroller_back {
		display: none
	}
}

.scroller_back i {
	line-height: 50px;
}

.scroller_back:hover {
	background: #444;
	color: #fff
}

.scroller_back:focus,
.scroller_back:visited {
	color: #fff;
}

.scroller_back.sticky {
	opacity: 1;
}


/*--- NAV ---*/

@media (min-width: 768px) {
	.navbar-right {
		margin-right: 0;
	}
}

.navbar-right .dropdown-menu {
	left: 0;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border: none;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background: none;
}

.navbar-brand img {
	width: 180px;
	height: auto;
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}


.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
	max-height: none;
	overflow-x: hidden;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #333;

}

.navbar-default .navbar-toggle:hover .icon-bar {
	background-color: #80D610;
}

.navbar-toggle {
	border: none;
	margin-top: 15px;
	padding: 9px 10px 0;
}

@media (max-width: 1260px) {
	.navbar {
		-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
		box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
	}
}

@media (max-width: 768px) {
	.nav>li {
		text-align: center;
		border-bottom: 1px solid #ccc;
	}

	.navbar .navbar-nav .dropdown .dropdown-menu {
		background: #eee;
	}

	.navbar .navbar-nav .dropdown .dropdown-menu li a {
		text-align: center
	}

	.navbar-brand img {
		width: 110px;
		height: auto;
	}
}

@media (min-width: 769px) {
	.navbar .navbar-nav .dropdown .dropdown-menu {
		background: #fff;
	}

	.navbar .navbar-nav .dropdown .dropdown-menu li a {
		text-align: left
	}

	.navbar-brand img {
		width: 150px;
		height: auto;
	}
}

.nav>li:last-child {
	border-bottom: none
}

.nav>li.link_home {
	display: none;
}

.navbar-header {}

.navbar-default {
	background-color: rgba(255, 255, 255, 0.8);
	border: none;
}

.navbar-default .navbar-nav {
	margin-top: 20px;
}

.navbar-default .navbar-collapse {}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	border-bottom: 1px solid #ccc;
	lirobert shapirone-height: 40px;
	font-weight: 300;
}

.dropdown-menu {
	/*font-size:1.2em;*/
	min-width: 180px;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
	color: #333;
}

.navbar-logo.desktop {
	display: none;
}

.navbar .navbar-nav .dropdown .dropdown-menu li a {
	line-height: 1.6em
}

.navbar-default .navbar-nav>li>a {
	color: #333;
	/*background:#ff2424*/
	/*#f15d25*/
	;
	/*font-size:1.2em;*/
	padding: 15px 0;
	margin: 0 15px
}


@media (min-width: 1261px) {
	.navbar {
		background: rgba(255, 255, 255, 0.85);
		border: none;
		height: 70px;
		-webkit-transition-delay: 0.05s;
		transition-delay: 0.05s;
		-webkit-transition-duration: 0.35s;
		transition-duration: 0.35s;
	}

	.navbar-default .navbar-nav {
		margin-top: 20px;
		margin-right: 20px;
		float: right;
	}

	.navbar-logo.mobile {
		display: none;
	}

	.navbar-default .navbar-nav>li>a {
		font-size: 1.2em;
		padding: 15px 0;
		margin: 0 15px
	}

	.navbar-brand img {
		width: 150px;
	}
}

.navbar-default .navbar-nav.navbar-right>li>a {
	font-weight: 300;
	color: #222;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #ffdd00;
}

.navbar-default .navbar-nav.navbar-right>li>a:hover,
.navbar-default .navbar-nav.navbar-right>li>a:focus {
	color: #222;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	color: #80D610;
	background-color: transparent;
}

nav.sticky {
	height: 50px;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}

nav.sticky div.container-fluid div.navbar-collapse ul.navbar-right {
	margin-top: 0 !important;
}

@media (max-width: 767px) {
	div.navbar-collapse ul.navbar-right {
		background: #fff;
	}
}

nav.sticky .navbar-logo.desktop {
	display: none;
}

nav.sticky .navbar-logo.mobile {
	display: block;
}

/*
nav.sticky .navbar-brand img {
    width:240px;
	height:auto
}*/
nav.sticky .navbar-brand {
	padding: 10px 30px;
}

nav.sticky .navbar-brand img {
	width: 110px;
	height: auto
}

.navbar-default.sticky .navbar-nav>li>a {
	color: #555
}

/*
@media (min-width: 1000px) and (max-width: 1200px) {
.date_location {left: 320px!important;}
}*/


/* HOVER */
/* Underline From Center */
@media (min-width: 769px) {
	.hvr-underline-from-center {
		display: inline-block;
		vertical-align: middle;
		-webkit-transform: perspective(1px) translateZ(0);
		transform: perspective(1px) translateZ(0);
		box-shadow: 0 0 1px transparent;
		position: relative;
		overflow: hidden;
	}

	.hvr-underline-from-center:before {
		content: "";
		position: absolute;
		z-index: -1;
		left: 50%;
		right: 50%;
		bottom: 0;
		background: #80D610;
		height: 2px;
		-webkit-transition-property: left, right;
		transition-property: left, right;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
	}

	.hvr-underline-from-center:hover:before,
	.hvr-underline-from-center:focus:before,
	.hvr-underline-from-center:active:before {
		left: 0;
		right: 0;
	}

}

.navbar-default.sticky .navbar-nav>li>a.hvr-underline-from-center:before {
	background: #80D610;
}

.navbar .navbar-nav .dropdown .dropdown-menu {
	margin-top: 0;
	border: 1px solid #ececec;
	border-radius: 0;
	box-shadow: none;
}

.navbar .navbar-nav .dropdown .dropdown-menu li {
	min-width: 150px;
}

@media (max-width: 768px) {
	.navbar .navbar-nav .dropdown .dropdown-menu li a {
		padding: 15px 0;
		letter-spacing: 0.5px;
	}

	.navbar .navbar-nav .dropdown .dropdown-menu {
		padding: 0;
	}
}

@media (min-width: 769px) {
	.navbar .navbar-nav .dropdown .dropdown-menu li a {
		display: block;
		color: #333;
		padding: 11px 15px 11px 15px;
		letter-spacing: 0.5px;
		line-height: 0.8em;
		border-left: 2px solid rgba(17, 17, 17, 0);
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	.navbar .navbar-nav .dropdown .dropdown-menu {
		padding: 10px 0 0px 0;
	}
}

.navbar .navbar-nav .dropdown .dropdown-menu li a:hover {
	padding-left: 35px;
	padding-right: 30px;
	background: rgba(17, 17, 17, 0.05);
	border-left: 2px solid #80D610;
}

.navbar .navbar-nav .dropdown .dropdown-menu li a i {
	padding-right: 5px;
}

.navbar .navbar-nav .dropdown .dropdown-menu .dropdown-header {
	padding: 0 25px;
	font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 0.8em;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #111;
}

.navbar .navbar-nav .dropdown .dropdown-menu .divider {
	margin-left: 25px;
	margin-right: 25px;
	background-color: #ddd;
}


/*--- BOOTSTRAP ---*/

.form-control {
	border-radius: 0;
	height: 38px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

label {
	font-weight: normal;
}

.btn {
	border: none;
	display: inline-block;
	width: auto;
	font-size: 24px;
	font-family: DalaFloda-MediumItalic;
	font-weight: normal;
	margin: 15px;
	padding: 6px 30px;
}

.btn i {
	margin: 0 10px;
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
}

.btn:hover {
	background: #222;
	color: #fff;
}

.btn:hover i {
	background: #222;
	color: #fff;
}

.btn_home {
	border: none;
	line-height: 2.6em;
	display: table;
	width: 250px;
	text-align: center;
	font-size: 24px;
	font-family: DalaFloda-Medium;
	font-weight: normal;
	padding: 0 30px;
	color: #fff;
	border-radius: 12px;
	cursor: pointer;
	background: #157926;
	position: absolute;
	bottom: 10%;
	margin: auto;
	left: 0;
	right: 0
}

.btn_home:hover {
	background: #000;
}

.btn-default {
	color: #fff;
	background-color: #f5245f;
}

.btn-success {
	color: #fff;
	background-color: #80D610;
}

.btn-info {
	color: #fff;
	background-color: #222;

}

.btn-info:visited,
.btn-info:focus {
	color: #fff;
	background-color: #222;
	border: none;
}

.btn-ghost-white {
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
}

.btn.white {
	background: #fff;
	color: #444
}

.btn.ghost {
	background: transparent;
	border: 1px solid #fff;
	color: #fff
}

.navbar-brand {
	padding: 18px 30px;
	height: auto;
}

@media (max-width: 468px) {
	.navbar-brand {
		padding: 15px !important;
		height: auto;
	}

	.date_location {
		left: 15px;
	}
}

@media (min-width: 1400px) {
	.container {
		width: 1300px;
	}
}

.fancybox-type-iframe .fancybox-inner {
	padding-top: 56.2%;
	/* (9/16 * 100%) -- your aspect ratio in percents */
	height: 0 !important;
}

.fancybox-type-iframe .fancybox-inner .fancybox-iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

/*---- FOOTER ----*/

footer {
	background: #222;
	padding: 30px 0
}

.link_list {
	padding: 0
}

.link_list li {
	list-style: none;
	border-bottom: 1px solid #666;
}

.link_list li a {
	color: #949494;
	line-height: 3em;
}

.link_list li i {
	margin-right: 10px;
	font-size: 1.2em;
	color: #fff
}

.icon_social {
	display: inline-block;
	margin-right: 15px;
	color: #fff;
	font-size: 24px;
}

/*---- Video ----*/

.embed-container {
	position: fixed;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.embed-container-shade {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.02) 51%, rgba(0, 0, 0, 0) 53%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.02) 51%, rgba(0, 0, 0, 0) 53%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.02) 51%, rgba(0, 0, 0, 0) 53%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
	/* IE6-9 */
}

.title.breadcrumbs_title .breadcrumb {
	display: none;
}

.embed-contents {
	width: 100%
}

.embed-contents p {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.62);
}

.embed-contents .headline {
	color: rgb(255, 255, 255);
	line-height: 1.2em;
	font-family: "Amatic SC";
	font-style: normal;
	font-weight: 600;
	letter-spacing: -4px;
	text-transform: none;
}

.embed-contents .subheadline {
	color: #fff;
	font-size: 20px;
	line-height: 1.6em;
	margin-bottom: 1em
}

@media (max-width: 767px) {
	.embed-container {
		margin-top: 90px
	}

	.view_desktop {
		display: none
	}

	.embed-contents .headline {
		width: 100%;
		color: #fff;
		font-size: 42px;
		letter-spacing: -1px;
		line-height: 1.1em
	}

	.embed-container-shade {
		display: none
	}

	.embed-contents .subheadline {
		width: 100%;
		color: #fff;
		font-size: 16px
	}

	.embed-contents {
		padding: 30px 0;
		background: #f5245f;
		margin-bottom: 30px;
		text-align: center
	}
}

@media (min-width: 768px) {
	.view_mobile {
		display: none
	}

	.embed-contents .headline {
		width: 65%
	}

	.embed-contents .subheadline {
		width: 65%
	}

	.embed-contents {
		position: absolute;
		z-index: 100;
		top: 50%;
		margin-top: -180px;
		color: #fff
	}
}

/*---- Colors ----*/

.white {
	color: #ffffff
}

.magenta {
	color: #f5245f
}

.yellow {
	color: #ffdd00
}

.grey {
	color: #949494
}

.bg_magenta {
	background: #f5245f
}

.bg_yellow {
	background: #ffdd00
}

.bg_grey {
	background: #eee
}

.pp-move,
.pp-vertical-center {
	/*width: 100%;*/
}

.pp-section {
	z-index: 10;
}


/*--- SLIDES ---*/

@media (max-width: 690px) {
	.envase {
		display: none;
	}

	.envase_small {
		width: 158px;
		margin-left: -30px;
		/*padding-right:30px; */
		margin-top: -60px
	}

	.envase_small_200 {
		width: 130px;
		margin-left: -20px;
		margin-top: -40px
	}

	.envase_small_lata {
		width: 130px;
		margin-left: -20px;
		margin-top: -40px
	}

	.envase_medium {
		width: 90%;
		/*margin-top:-60px*/
	}
}

/*
@media (min-width: 180px) {
.envase-limonada { margin-top:-40%; }
}
@media (min-width: 1600px) {
.envase-limonada { margin-top:-20%; }
}
@media (min-width: 2200px) {
.envase-limonada { margin-top:0; }
}*/
.envase_holder {
	z-index: 100;
	margin-top: -30px
}

.envase_limonada_holder {
	z-index: 100;
	margin-top: -30px;
}

.envase {
	height: auto;
	margin-top: 100px;
	width: 100%
}

.envase-limonada {
	height: auto;
	/* margin-top:-40%;*/
	width: 70%;
	/*margin-left:-50px; margin-right:30px; */
	margin: auto;
	display: block
}

.envase_limonada_small {
	height: auto;
	/* margin-top:-40%;*/
	width: 100%;
	/*margin-left:-50px; margin-right:30px; */
	margin: auto;
	display: block
}

/*
@media (max-width: 1420px) {
.envase {max-width:300px; }
.envase-limonada { max-width:300px; }
}
@media (min-width: 1421px) {
.envase {max-width:340px; }
.envase-limonada { max-width:340px; }
}*/

.flex_container {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh
}

.flex_container div[class*=' col-'] {
	margin-bottom: 0 !important;
}

@media (min-width: 691px) {
	.envase_holder_small {
		display: none
	}

	.envase_holder_medium {
		display: none
	}

	.envase_limonada_holder_small {
		display: none
	}

	.envase_limonada_holder_medium {
		display: none
	}
}

@media (max-width: 480px) {
	.envase {
		width: 100%;
		height: auto;
		max-width: 80px;
		float: right;
		margin-top: 100px
	}
}

.valores {
	background-image: url(../img/home/valores.jpg);
	background-size: cover;
	background-position: 50% 50%;
	height: 100%;
	margin: 1px auto;
}

@media (max-width: 480px) {
	.top_margin {
		margin-top: 160px;
		/*margin-left:20px;*/
	}

	.hierbas {
		background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgb(0, 0, 0, 0.3)), url(../img/home/mobile/hierbas.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		margin: 1px auto;
	}

	.terma-regionales {
		background-image: url(../img/productos/regionales/mobile/terma_regionales.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		margin: 1px auto;
	}

	.serrano {
		background-image: url(../img/productos/regionales/mobile/serrano_fondo.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		margin: 1px auto;
	}

	.serranocero {
		background-image: url(../img/productos/regionales/mobile/serranocero_fondo.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		margin: 1px auto;
	}

	.cuyano {
		background-image: url(../img/productos/regionales/mobile/cuyano_fondo.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		margin: 1px auto;
	}

	.cuyanocero {
		background-image: url(../img/productos/regionales/mobile/cuyanocero_fondo.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		margin: 1px auto;
	}

	.patagonico {
		background-image: url(../img/productos/regionales/mobile/patagonico_fondo.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		margin: 1px auto;
	}

	.patagonico_sin_azucar {
		background-image: url(../img/productos/regionales/mobile/patagonico_fondo_sin_azucares.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		margin: 1px auto;
	}

	.terma_frutales {
		background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgb(0, 0, 0, 0.3)), url(../img/productos/frutales/mobile/terma_frutales.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		margin: 1px auto;
	}

	.citrus {
		background-image: url(../img/productos/frutales/mobile/citrus_fondo.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		margin: 1px auto;
	}

	.citrus_sin_azucares {
		background-image: url(../img/productos/frutales/mobile/citrus_fondo_sin_azucares.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		margin: 1px auto;
	}

	.pomelo {
		background-image: url(../img/productos/frutales/mobile/pomelo_fondo.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		margin: 1px auto;
	}

	.pomelo_sin_azucares {
		background-image: url(../img/productos/frutales/mobile/pomelo_fondo_sin_azucares.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		margin: 1px auto;
	}

	.pomelo_r {
		background-image: url(../img/productos/frutales/mobile/pomelo_r_fondo.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		margin: 1px auto;
	}

	.pomelo_r_sin_azucares {
		background-image: url(../img/productos/frutales/mobile/pomelo_r_fondo_sin_azucares.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		margin: 1px auto;
	}

	.limon {
		background-image: url(../img/productos/frutales/mobile/limon_fondo.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		margin: 1px auto;
	}

	.limoncero {
		background-image: url(../img/productos/frutales/mobile/limon_fondo_sin_azucares.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		margin: 1px auto;
	}

}



@media (min-width: 481px) {
	.top_margin {
		margin-top: 240px;
	}

	.hierbas {
		background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgb(0, 0, 0, 0.3)), url(../img/home/hierbas.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		margin: 1px auto;
	}

	.terma-regionales {
		background-image: url(../img/productos/regionales/terma_regionales.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		margin: 1px auto;
	}

	.serrano {
		background-image: url(../img/productos/regionales/serrano_fondo.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		margin: 1px auto;
	}

	.serranocero {
		background-image: url(../img/productos/regionales/serranocero_fondo.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		margin: 1px auto;
	}

	.cuyano {
		background-image: url(../img/productos/regionales/cuyano_fondo.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		margin: 1px auto;
	}

	.cuyanocero {
		background-image: url(../img/productos/regionales/cuyanocero_fondo.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		margin: 1px auto;
	}

	.patagonico {
		background-image: url(../img/productos/regionales/patagonico_fondo.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		margin: 1px auto;
	}

	.patagonico_sin_azucar {
		background-image: url(../img/productos/regionales/patagonico_fondo_sin_azucares.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		margin: 1px auto;
	}

	.terma_frutales {
		background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgb(0, 0, 0, 0.3)), url(../img/productos/frutales/terma_frutales_fondo2.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		margin: 1px auto;
	}

	.citrus {
		background-image: url(../img/productos/frutales/citrus_fondo.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		margin: 1px auto;
	}

	.citrus_sin_azucares {
		background-image: url(../img/productos/frutales/citrus_fondo_sin_azucares.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		margin: 1px auto;
	}

	.pomelo {
		background-image: url(../img/productos/frutales/pomelo_fondo.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		margin: 1px auto;
	}

	.pomelo_sin_azucares {
		background-image: url(../img/productos/frutales/pomelo_fondo_sin_azucares.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		margin: 1px auto;
	}

	.pomelo_r {
		background-image: url(../img/productos/frutales/pomelo_r_fondo.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		margin: 1px auto;
	}

	.pomelo_r_sin_azucares {
		background-image: url(../img/productos/frutales/pomelo_r_fondo_sin_azucares.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		margin: 1px auto;
	}

	.limon {
		background-image: url(../img/productos/frutales/limon_fondo.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		margin: 1px auto;
	}

	.limoncero {
		background-image: url(../img/productos/frutales/limon_fondo_sin_azucares.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		margin: 1px auto;
	}

}



.terma-regionales {
	background-size: cover;
	background-position: 50% 50%;
	height: 100%;
	margin: 1px auto;
}

.terma_frutales {
	background-size: cover;
	background-position: 50% 50%;
	height: 100%;
	margin: 1px auto;
}


.manzanacero {
	background-image: url(../img/productos/frutales/manzana_fondo_sin_azucares.jpg);
	background-size: cover;
	background-position: 50% 50%;
	height: 100%;
	margin: 1px auto;
}


@media (max-width: 767px) {
	.mobile_gradient {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100px;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100 */
		background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
		/* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
		/* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
		/* IE6-9 */
	}


}

section.parallax_section_holder {
	background-size: cover;
}

/*--- OWL CAROUSEL ---*/

.owl-videos .item {
	position: relative
}

.boxes .latest_post_text .latest_post_title>* {
	/* font-family: Montserrat, sans-serif; */
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.owl-carousel.owl-videos .owl-item {
	height: auto;
	overflow: auto;
	min-height: 175px;
	position: relative;
	float: left;
}

.ico_play {
	position: absolute;
	top: 15px;
	right: 15px;
	height: 40px;
	width: 40px;
	z-index: 100;
}

.ico_play:before {
	font-family: FontAwesome;
	content: "\f144";
	color: #fff;
	font-size: 40px;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}

.latest_post_holder.boxes.one_column>ul>li {
	width: 100%;
}

.latest_post_holder.boxes .boxes_image a img {
	width: 100%;
	height: auto;
}

.boxes .latest_post_text .latest_post_title>* {
	line-height: 1.3em;
}

.home_icons {
	display: block;
}

.home_icons li {
	float: left;
	text-align: center;
	list-style: none;
	display: inline-block;
}

.product {
	position: relative;
	/*display:initial;*/
	/*width:min-content;*/
}

.tacc {
	display: block;
	position: relative;
	/*position original absolute*/
}

.tacc_frutales {
	display: block;
	position: relative;
	/*position original absolute*/
}

@media (max-width: 480px) {
	.tacc {
		top: 70px;
		width: 50px;
		position: absolute;
		display: inline-block
	}

	.tacc_frutales {
		top: 70px;
		width: 50px;
		position: absolute;
		display: inline-block
	}

	.tacc.frutales {
		top: 60px;
		right: -5px;
		width: 50px;
		position: absolute;
		display: inline-block;
	}
}

@media (min-width: 481px) {
	.tacc {
		top: -60px;
		right: 5px;
		/*-80px*/
		width: 65px;
		height: 81px;
		top: -10px;
		margin-left: 15px;
		display: inline-block;
		/*position:relative*/
	}

	.tacc_frutales {
		top: -60px;
		right: 5px;
		/*-80px*/
		width: 65px;
		height: 81px;
		top: -10px;
		margin-left: 15px;
		display: inline-block;
		/*position:relative*/
	}

	.tacc.frutales {
		left: -15px;
		right: auto
	}
}

.tacc img {
	width: 100%;
	height: auto;
}

.tacc_frutales img {
	width: 100%;
	height: auto;
}

span.tacc:after {
	background: url(../img/tacc.png);
}

/*---- Stats ----*/
#stats {
	display: table;
	width: 100%;
	z-index: 1;
	padding-top: 30px;
	padding-bottom: 30px;
}

#stats .row {
	margin-top: 10px;
}

.fact-container {
	padding-top: 40px;
	padding-bottom: 13px;
}

.counter {
	font-size: 5em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	line-height: 1em;
	color: #f5245f;
	margin-bottom: 30px
}

.fact {
	text-align: left;
	color: #666
}

.fact p.paragraph {
	line-height: 1.6em
}

.fact p.lead {
	color: #333;
}

/*--- NEWS ---*/

.image_holder {
	margin-bottom: 2em;
}

.sidebar_news a {
	color: #222
}

/* ---- 9.1 Feature - Cards ---- */
.ft-cards .item {
	padding: 25px 30px;
	border: 1px solid #f8f8f8;
	background: #fff;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.ft-cards .item h4 {
	font-family: 'Sintony', sans-serif;
	font-weight: 400;
}

.ft-cards .news .item {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}

.ft-cards .item:hover {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.ft-cards .item.index .item {
	padding: 25px 30px;
	border: 1px solid #f8f8f8;
	background: #00A8E2;
	color: #fff;
	box-shadow: none
}

.item .img_holder {
	margin: -30px -30px 20px -30px
}

.ft-cards .item.index .item:hover {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	box-shadow: none;
}

.ft-cards .item.index .item span {
	font-size: 32px;
	color: #fff;
	margin: 10px
}

.ft-cards .item p.date {
	font-size: 0.8em;
	/*font-weight:300;*/
	margin-top: 32px;
	color: #999;
}

.ft-cards .item p.date:before {
	/*font-family: FontAwesome;
    content: "\f138";
    margin-right: 0.5em;
    color: #ccc;*/
}

.ft-cards .item span {
	color: #f5245f
		/*#111*/
	;
	font-weight: 400;
	margin-left: 0.3em
}

.ft-cards .item .ft-tabs .tabs-list li a .tab-group .tab-heading,
.ft-tabs .tabs-list li a .tab-group .ft-cards .item .tab-heading,
.ft-cards .item .testimonials-3col .t-item blockquote footer cite,
.testimonials-3col .t-item blockquote footer .ft-cards .item cite,
.ft-cards .item .testimonials-3col .t-item .wrapper-404 .content-wrapper .info-wrapper .info-404 footer cite,
.testimonials-3col .t-item .wrapper-404 .content-wrapper .info-wrapper .info-404 footer .ft-cards .item cite,
.ft-cards .item .wrapper-404 .content-wrapper .info-wrapper .testimonials-3col .t-item .info-404 footer cite,
.wrapper-404 .content-wrapper .info-wrapper .testimonials-3col .t-item .info-404 footer .ft-cards .item cite,
.ft-cards .item .testimonials-3col .t-item .bg-maintenance .content-wrapper .content-inner p footer cite,
.testimonials-3col .t-item .bg-maintenance .content-wrapper .content-inner p footer .ft-cards .item cite,
.ft-cards .item .bg-maintenance .content-wrapper .content-inner .testimonials-3col .t-item p footer cite,
.bg-maintenance .content-wrapper .content-inner .testimonials-3col .t-item p footer .ft-cards .item cite,
.ft-cards .item .team-3col .t-item .t-info .t-role,
.team-3col .t-item .t-info .ft-cards .item .t-role,
.ft-cards .item .team-4col .t-item .t-info .t-role,
.team-4col .t-item .t-info .ft-cards .item .t-role,
.ft-cards .item .freelancer-about .t-item .t-info .t-role,
.freelancer-about .t-item .t-info .ft-cards .item .t-role,
.ft-cards .item .t-join .t-info .t-role,
.t-join .t-info .ft-cards .item .t-role,
.ft-cards .item .login-2 .bg-overlay .form-wrapper .form-content .cards-header,
.login-2 .bg-overlay .form-wrapper .form-content .ft-cards .item .cards-header,
.ft-cards .item .login-2 .bg-overlay .form-wrapper .social-signup .social-card .sc-lead,
.login-2 .bg-overlay .form-wrapper .social-signup .social-card .ft-cards .item .sc-lead {
	margin-top: 32px;
	margin-bottom: 18px;
}

.item h4 {
	margin-top: 0.4em;
	margin-bottom: 18px;
}

.ft-cards .item a {
	padding-top: 0px;
	display: block;
	color: #222;
}

.post-meta {
	margin-bottom: 1em;
	color: #f5245f
}

.item a .item {
	color: #333 !important;
}

.item a:hover {
	text-decoration: none !important;
}

.ft-cards .item a:hover {
	/*opacity:0.5;*/
	color: #f5245f;
	text-decoration: none;
}

.ft-cards .item a:focus {
	text-decoration: none;
}

.ft-cards .item a span {
	display: inline-block;
	font-size: 25px;
	vertical-align: top;
	color: inherit;
}

.item.profile .item p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
}


/***** HOVER EFFECT *****/

.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	/*min-width: 320px;
	max-width: 480px;
	max-height: 360px;*/
	width: 100%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 1;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption>a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
}

figure.effect-sarah {
	background: #f5245f;
}

figure.effect-sarah img {
	max-width: none;
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-sarah:hover img {
	opacity: 0.2;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

figure.effect-sarah figcaption {
	text-align: left;
	border: 1px solid #ccc;
}

figure.effect-sarah p {
	padding: 0 0 1.8em 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

figure.effect-sarah:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

figure.effect-sarah .buttons .btn {
	margin: 0;
}

figure.effect-sarah .buttons {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

figure.effect-sarah:hover .buttons {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.gallery a {
	display: block;
	float: left;
	position: relative
}

.gallery a img {
	width: 100%;
	height: auto
}

@media (min-width: 180px) {
	.gallery a {
		width: 18%;
		margin: 1%
	}
}

@media (min-width: 480px) {
	.gallery a {
		width: 18%;
		margin: 1%
	}
}

@media (min-width: 768px) {
	.gallery a {
		width: 18%;
		margin: 1%
	}
}

@media (min-width: 992px) {
	.gallery a {
		width: 18%;
		margin: 1%
	}
}

@media (min-width: 1200px) {
	.gallery a {
		width: 18%;
		margin: 1%
	}
}

/*--- DH Hover ---*/

.dh-container {
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: .0;
}

.dh-container:hover {
	transition: all 0.5s ease;
	background-color: #f5245f;
	opacity: .65;
}

.dh-overlay {
	background: rgba(245, 36, 95, .65);
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
}

.dh-overlay i {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 24px;
	margin-top: -12px
}

.dh-container {
	overflow: hidden;
	position: absolute !important;
	z-index: 200
}

.dh-overlay {
	position: absolute;
	top: -100%
}

/*--- OWL SINGLE ANIMATED ---*/
.animated {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;

	-webkit-animation-delay: 500ms;
	animation-delay: 500ms;
}

.animate-out {
	-webkit-animation-delay: 0ms;
	animation-delay: 0ms;
}

.owl-item {
	display: table;
}

.owl-carousel.owl-full-image .item {
	height: 90vh;
	background-color: #fc0;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background-position: center 0%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.owl-nav .owl-prev:before {
	content: "\f104";
	color: #ff0223;
}

.owl-nav .owl-next:before {
	content: "\f105";
	color: #ff0223;
}

.owl-nav div[class^='owl-']:before,
.owl-nav div[class*=' owl-']:before {
	font-family: FontAwesome;
	font-size: 30px;
	line-height: 50px;
	color: #222;
	width: 50px;
}

.owl-nav div[class^='owl-'],
.owl-nav div[class*=' owl-'] {
	text-align: center;
	font-size: 0;
	background: rgba(255, 255, 255, 0.6);
	width: 50px;
	height: 50px;
}

/*--- OWL IMAGES ---*/

@media (max-width: 480px) {

	.owl-carousel.owl-full-image .item.hierbas_reales {
		background: url(../img/elaboracion/mobile/hierbas_reales.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		margin: 1px auto;
	}

	.owl-carousel.owl-full-image .item.cultivos {
		background: linear-gradient(rgba(0, 0, 0, 0.4), rgb(0, 0, 0, 0.4)), url(../img/elaboracion/mobile/cultivos.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		margin: 1px auto;
	}

	.owl-carousel.owl-full-image .item.cosecha {
		background: linear-gradient(rgba(0, 0, 0, 0.2), rgb(0, 0, 0, 0.2)), url(../img/elaboracion/mobile/cosecha.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		margin: 1px auto;
	}

	.owl-carousel.owl-full-image .item.secado {
		background: linear-gradient(rgba(0, 0, 0, 0.5), rgb(0, 0, 0, 0.5)), url(../img/elaboracion/mobile/secado.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		margin: 1px auto;
	}

	.owl-carousel.owl-full-image .item.coriandro {
		background: linear-gradient(rgba(0, 0, 0, 0.2), rgb(0, 0, 0, 0.2)), url(../img/hierbas/mobile/coriandro.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		margin: 1px auto;
	}

	.owl-carousel.owl-full-image .item.genciana {
		background: linear-gradient(rgba(0, 0, 0, 0.2), rgb(0, 0, 0, 0.2)), url(../img/hierbas/mobile/genciana.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		margin: 1px auto;
	}

	.owl-carousel.owl-full-image .item.manzanilla {
		background: linear-gradient(rgba(0, 0, 0, 0.2), rgb(0, 0, 0, 0.2)), url(../img/hierbas/mobile/manzanilla.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		margin: 1px auto;
	}

	.owl-carousel.owl-full-image .item.boldo {
		background: linear-gradient(rgba(0, 0, 0, 0.2), rgb(0, 0, 0, 0.2)), url(../img/hierbas/mobile/boldo.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		margin: 1px auto;
	}

	.owl-carousel.owl-full-image .item.cardamomo {
		background: linear-gradient(rgba(0, 0, 0, 0.2), rgb(0, 0, 0, 0.2)), url(../img/hierbas/mobile/cardamomo.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		margin: 1px auto;
	}

}

@media (min-width: 481px) {

	.owl-carousel.owl-full-image .item.hierbas_reales {
		background: url(../img/elaboracion/hierbas_reales.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		margin: 1px auto;
	}

	.owl-carousel.owl-full-image .item.cultivos {
		background: linear-gradient(rgba(0, 0, 0, 0.3), rgb(0, 0, 0, 0.3)), url(../img/elaboracion/cultivos.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		margin: 1px auto;
	}

	.owl-carousel.owl-full-image .item.cosecha {
		background: linear-gradient(rgba(0, 0, 0, 0.2), rgb(0, 0, 0, 0.2)), url(../img/elaboracion/cosecha.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		margin: 1px auto;
	}

	.owl-carousel.owl-full-image .item.secado {
		background: linear-gradient(rgba(0, 0, 0, 0.5), rgb(0, 0, 0, 0.5)), url(../img/elaboracion/secado.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		margin: 1px auto;
	}

	.owl-carousel.owl-full-image .item.coriandro {
		background: linear-gradient(rgba(0, 0, 0, 0.2), rgb(0, 0, 0, 0.2)), url(../img/hierbas/coriandro.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		margin: 1px auto;
	}

	.owl-carousel.owl-full-image .item.genciana {
		background: linear-gradient(rgba(0, 0, 0, 0.2), rgb(0, 0, 0, 0.2)), url(../img/hierbas/genciana.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		margin: 1px auto;
	}

	.owl-carousel.owl-full-image .item.manzanilla {
		background: linear-gradient(rgba(0, 0, 0, 0.2), rgb(0, 0, 0, 0.2)), url(../img/hierbas/manzanilla.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		margin: 1px auto;
	}

	.owl-carousel.owl-full-image .item.boldo {
		background: linear-gradient(rgba(0, 0, 0, 0.2), rgb(0, 0, 0, 0.2)), url(../img/hierbas/boldo.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		margin: 1px auto;
	}

	.owl-carousel.owl-full-image .item.cardamomo {
		background: linear-gradient(rgba(0, 0, 0, 0.2), rgb(0, 0, 0, 0.2)), url(../img/hierbas/cardamomo.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 100%;
		margin: 1px auto;
	}
}

@media (max-width: 600px) {
	.owl-nav {
		text-align: center;
	}

	.owl-nav div {
		position: inherit;
	}
}

@media (min-width: 601px) {
	.owl-nav {
		position: absolute;
		top: 50%;
		margin-top: -15px;
		width: 100%;
	}

	.owl-nav div {
		position: absolute;
	}

	.owl-nav .owl-prev {
		left: 90px
	}

	.owl-nav .owl-next {
		right: 90px;
	}
}

/* Styling Pagination*/

.owl-dots {
	position: absolute;
	bottom: 40px;
	width: 100%;
	text-align: center
}

.owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
	/*IE7 life-saver */
}

.owl-dots .owl-dot span {
	display: block;
	width: 24px;
	height: 4px;
	margin: 4px;
	/*filter: Alpha(Opacity=50);
	opacity: 0.5;*/
	background: #ccc;
}

.owl-dots .owl-dot.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	/*filter: Alpha(Opacity=100);
	opacity: 1;*/
	background: #ffdd00;
}

/*--- VIDEO ---*/

video {
	position: relative;
	/*original fixed*/
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	transform: translateX(-50%) translateY(-50%);
	/*background: url('//demosthenes.info/assets/images/polina.jpg') no-repeat;*/
	background-size: cover;
	transition: 1s opacity;
}

.stopfade {
	opacity: .5;
}

#polina {
	font-family: Agenda-Light, Agenda Light, Agenda, Arial Narrow, sans-serif;
	font-weight: 100;
	background: rgba(0, 0, 0, 0.3);
	color: white;
	padding: 2rem;
	width: 33%;
	margin: 2rem;
	float: right;
	font-size: 1.2rem;
}

#polina button {
	display: block;
	width: 80%;
	padding: .4rem;
	border: none;
	margin: 1rem auto;
	font-size: 1.3rem;
	background: rgba(255, 255, 255, 0.23);
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
	transition: .3s background;
}

#polina button:hover {
	background: rgba(0, 0, 0, 0.5);
}

/*--- SIDE PANEL ---*/

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

@media (max-width: 620px) {

	.modal.left .modal-dialog,
	.modal.right .modal-dialog {
		width: 100%;
	}
}

@media (min-width: 621px) {

	.modal.left .modal-dialog,
	.modal.right .modal-dialog {
		width: 480px;
	}
}

.modal.left .modal-content,
.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
	padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
	left: -480px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, left 0.3s ease-out;
	-o-transition: opacity 0.3s linear, left 0.3s ease-out;
	transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
	left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
	right: -320px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
	right: 0;
}

.tipo_envase {
	display: inline-block;
	position: relative;
}

.tipo_envase img {
	vertical-align: bottom;
}

.tipo_envase .litros {
	position: absolute;
	border-radius: 100%;
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	color: #FFFFFF;
	background: #333
}

.tipo_envase .litros.left {
	left: -30px;
	bottom: 15px;
}

.tipo_envase .litros.right {
	right: -35px;
	bottom: 75px;
}

/* ----- MODAL STYLE ----- */
.modal-content {
	border-radius: 0;
	border: none;
	text-align: center
}

.modal-content .info_nutricional {
	width: 90%;
	max-width: 260px;
	margin: 30px auto;
}

.modal-content .info_nutricional.smaller {
	max-width: 220px;
}

.modal-content .info_nutricional.bigger {
	max-width: 300px;
}

.modal-header {
	border: none;
	background: none;
}

.modal-header .close {
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #FFFFFF;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	opacity: 1;
}


/*---------------*/
/***** Jazz *****/
/*---------------*/

.lata img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.lata .drop {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.lata .drop {
	position: absolute;
	z-index: 10;
	width: 86%;
	max-width: 280px;
	height: auto;
	top: 34%;
	transform: scaleY(1.05);
	opacity: 0
		/*display:none*/
}

.lata .drop img {
	width: 100%;
}

.drop.pomelada {
	left: 18%
}

.drop.limonada {
	left: 18%
}

.drop.limonada_citrus {}

.lata.left:hover img {
	/*transform: translate(-20px, 10px);*/
	-webkit-transform: scale3d(1.08, 1.08, 1);
	transform: scale3d(1.1, 1.1, 1) translate(-30px, 10px);
}

.lata.center:hover img {
	-webkit-transform: scale3d(1.18, 1.18, 1);
	transform: scale3d(1.18, 1.18, 1);
}

.lata.right:hover img {
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.08, 1.08, 1) translate(30px, 10px);
}

.lata:hover .drop {
	opacity: 1
}


figure.effect-jazz {
	/*background: -webkit-linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);
	background: linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);*/
	background: #ecebe6;
}

figure.effect-jazz img {
	opacity: 1;
}

figure.effect-jazz figcaption::after,
figure.effect-jazz img,
figure.effect-jazz p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz h2,
figure.effect-jazz p,
figure.effect-jazz .btn {
	opacity: 0;
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transform: scale3d(0.8, 0.8, 1);
}

figure.effect-jazz h2 {
	padding-top: 26%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-jazz p {
	padding: 0.5em 2em;
	text-transform: none;
	font-size: 0.8em;
	opacity: 0;
}

figure.effect-jazz:hover img {
	opacity: 0.2;
	-webkit-transform: scale3d(1.25, 1.25, 1);
	transform: scale3d(1.25, 1.25, 1);
}

figure.effect-jazz:hover h2,
figure.effect-jazz:hover p,
figure.effect-jazz:hover .btn {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

figure.effect-jazz figcaption::before,
figure.effect-jazz figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz figcaption::before {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}

figure.effect-jazz figcaption::after {
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
}

figure.effect-jazz:hover figcaption::before,
figure.effect-jazz:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}