.home-video-hero{
	position:relative;
	width:100%;
	height:auto;
}

@media only screen and (max-width: 768px){
	.home-video-hero .video-overlay{
		display:none;
	}
}
.home-video-hero .content-container{
	width:100%;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	z-index:3
}
.home-video-hero .content-container.img_bote img{
	width:55%;
	position:absolute;
	top:10%;
	right:0px;
	transform:translate(2%, -35%);
}
.home-video-hero .content-container.img_bote2 img{
	width:55%;
	position:absolute;
	top:10%;
	left:0px;
	transform:translate(2%, -40%);
}
.home-video-hero .content-container.img_frut img{
	width:30%;
	position:absolute;
	top:50px;
	left:15%;
	transform:translate(-50%, -90%);
}
.home-video-hero .content-container.img_frut2 img{
	width:30%;
	position:absolute;
	top:50px;
	right:0px;
	transform:translate(15%, -90%);
}
.home-video-hero .content-container a{
	width:15%;
	position:absolute;
	top:10%;
	right:4%;
	transform:translate(-50%, -85%);
}

@media only screen and (max-width: 768px){
	.home-video-hero .content-container{
		position:relative;
		top:auto;
		left:auto;
		-webkit-transform:none;
		-ms-transform:none;
		transform:none;
		padding:25px 0px 25px 0px;
		padding:1.5625rem 0rem 1.5625rem 0rem;
	}
	.home-video-hero .content-container.img_frut img{
		width:15%;
		position:absolute;
		top:0px;
		right:35%;
		transform:translate(-40%, 170%);
	}
	.home-video-hero .content-container a{
		width:15%;
		position:absolute;
		top:0px;
		right:4%;
		transform:translate(0%, 80%);
}
	
	
}	

.home-video-hero.titulos {
	position: relative;
	right: 30%;
	height: auto;
	text-align: right;
}
@media only screen and (max-width: 768px){
	.home-video-hero h1{
		color:#586062;
	}
}
@media only screen and (max-width: 600px){
	.home-video-hero h3{
		font-size:20px;
		font-size:1.25rem;
		line-height:30px;
		line-height:1.875rem;
		text-align:left;
		margin-bottom:0;
	}
}

@media only screen and (max-width: 768px){
	.home-video-hero p{
		color:#586062;
	}
}
.home-video-hero .content{
	position:relative;
	max-width:80%;
	margin:0 auto 0 auto;
	padding:0 20px
}
@media only screen and (max-width: 1024px){
	.home-video-hero .content{
		margin:0 auto 20px;
	}
}
.home-video-hero .sub-copy{
	font-size:20px;
	font-size:1.25rem;
	line-height:30px;
	line-height:1.875rem;
	text-align:center;
	color:#fff;
	-webkit-font-smoothing:antialiased
}
@media only screen and (max-width: 768px){
	.home-video-hero .sub-copy{
		color:#586062;
	}
}
@media only screen and (max-width: 600px){
	.home-video-hero .sub-copy{
		text-align:left;
		font-size:14px;
		font-size:0.875rem;
		line-height:20px;
		line-height:1.25rem;
	}
}
.home-video-hero .sign-up-form{
	position:relative;
	max-width:540px;
	margin:0 auto;
	padding:0 20px
}
@media only screen and (max-width: 600px){
	.home-video-hero .sign-up-form{
		max-width:100%;
	}
}
.home-video-hero legend{
	position:absolute;
	left:-9999px
}
.home-video-hero fieldset{
	margin-bottom:10px;
	overflow:hidden
}
.home-video-hero label{
	position:absolute;
	left:-9999px
}
.home-video-hero .field-item{
	width:48.5%;
	float:left
}
.home-video-hero .field-item:first-of-type{
	margin-right:3%
}
@media only screen and (max-width: 600px){
	.home-video-hero .field-item{
		width:100%;
		float:none;
	}
	.home-video-hero .field-item:first-of-type{
		margin-right:0;
		margin-bottom:15px
	}
}
.home-video-hero input{
	display:block;
	width:100%;
	font-size:14px;
	font-size:0.875rem;
	line-height:21px;
	line-height:1.3125rem;
	color:#586062;
	border-radius:3px;
	outline:none;
	padding:12px 10px 10px
}
@media only screen and (max-width: 700px){
	.home-video-hero input{
		border:1px solid #586062;
	}
}
.home-video-hero .button-pricing--premium{
	display:block;
	width:100%;
	margin-bottom:15px
}
.home-video-hero .legal,.home-video-hero .upgrade-toggle-info{
	font-size:10px;
	font-size:0.625rem;
	text-align:center
}
@media only screen and (max-width: 600px){
	.home-video-hero .legal,.home-video-hero .upgrade-toggle-info{
		text-align:left;
	}
}
.home-video-hero .legal a,.home-video-hero .legal a:link,.home-video-hero .legal a:visited,.home-video-hero .upgrade-toggle-info a,
.home-video-hero .upgrade-toggle-info a:link,.home-video-hero .upgrade-toggle-info a:visited{
	color:#fff
}
@media only screen and (max-width: 768px){
	.home-video-hero .legal a,.home-video-hero .legal a:link,.home-video-hero .legal a:visited,
	.home-video-hero .upgrade-toggle-info a,.home-video-hero .upgrade-toggle-info a:link,
	.home-video-hero .upgrade-toggle-info a:visited{
		color:#586062;
	}
}