body {
	overflow-x: hidden;
}

a:hover, a:focus {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
.row {
	margin: 0px;
}

* {
	font-family: 'Nunito Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
} 

*{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}

h1 {
	font-size: 40px;
	color: white;
	font-weight: bold;
	font-family: 'Ubuntu', sans-serif;
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 32px;
        text-align: center;
        font-family: 'Ubuntu', sans-serif;
    }
}

h2 {
	font-size: 18px;
	color: white;
	font-weight: regular;
	font-family: 'Nunito Sans', sans-serif;
}

@media screen and (max-width: 480px) {
    h2 {

        text-align: center;
    }
}

h3 {
	font-size: 28px;
	color: #5FDD83;
	font-weight: bold;
	font-family: 'Ubuntu', sans-serif;
}

@media screen and (max-width: 480px) {
    h3 {
        text-align: center;
        font-size: 25px;
    }
}

h4 {
	font-size: 18px;
	color: #5FDD83;
}

nav{
    float: right;
    margin: 0;
    overflow:hidden;
    text-align: center;
    margin-top: 4px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

@media screen and (max-width: 480px) {
    nav {
    	display: none;
    }
}

nav ul{
    margin: 0;
    padding: 0;
}

nav ul li{
    display: inline-block;
    list-style-type: none;
}

nav > ul > li > a{
    color: white;
    display: block;
    line-height: 2em;
    padding: 0.5em 1em;
    text-decoration: none;
    cursor: pointer;
}

.logo-img{
    float: left;
    position: relative;
    margin: 10px 15px 15px 10px;
    width: 130px;
}

@media screen and (max-width: 480px) {
    .logo-img {
    	width: 120px;
    	float: center;
        text-align: center;
    }
}

.bg-div{
   overflow: hidden;
   margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
    .bg-div {
    	margin-bottom: 0;
    }
}


.navbar, .navbar-inverse {
	border-radius: 0;
	border: none;
	margin-bottom: 0;
	min-height: 80px;
}

.nav li {
	display: inline;
	color: white;
}

.navbar-inverse .navbar-nav > li > a {
	color: #ffffff;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 500;
    padding: 30px 25px 0px 25px;
}

.navbar-inverse .navbar-toggle {
	border: none;
}

.navbar-inverse {
    background-color: transparent;
}

.nodesktop {
	display: none;
}

@media screen and (max-width: 480px) {
    .nodesktop {
    	display: block;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn {
    padding: 14px 24px;
    border: 0 none;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: none;
}

@media screen and (max-width: 480px) {
    .btn {
    	width: 100%;
    }
}
 
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}
 
.btn-primary {
    background: #EF3E36;
    color: #ffffff;
}
 
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #EF3E36;
    border-color: #EF3E36;
}
 
.btn-primary:active, .btn-primary.active {
    background: #00cca5;
    box-shadow: none;
}

.btn-lg {
    padding: 20px 35px;
    font-size: 18px;
    line-height: 0.3333333;
    border-radius: 0px;
}

.btn-login {
    padding: 10px 15px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0px;
    border: solid 1px white;
    background-color: none;
    font-weight: bold;
}

.btn-login:hover {
    border: solid 1px #5FDD83;
    color: #5FDD83;
    background-color: none;
    font-weight: bold;
}

.btn-consultar {
	background-color: white;
	border: 1px solid #EF3E36;
	color: #EF3E36;
}

.btn-contacto {
	background-color: white;
	border: 1px solid #EF3E36;
	color: #EF3E36;
	width: 200px;
    margin-top: 50px;
}

.cover {
	background-image: url("../images/background-cover.jpg");
	background-size: cover;
	height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	background-attachment: fixed;
}

.botoneraopacidad {
	padding-top: 30px;
    width: 100%;
    background-color: #394053c7;
    padding-right: 5%;
    padding-left: 5%;
}

.cover_faq {
	background-color: #394053;
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

@media screen and (max-width: 480px) {
    .cover {
    }
}

.iphone-cover-image {
	text-align: center;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 480px) {
    .iphone-cover-image {
        display: none;
    }
}

.boton-downloadapp-cover {
	size: 16px;
	font-weight: 700;
	color: white;
	height: 60px;
	width: 70%;
	border: 1px solid white;
	text-align: center;
	line-height: 60px;
	margin-bottom: 20px;
	margin-top: 10px;
	transition: cubic-bezier(0, 0, 0, 1.01) 0.5s;
	cursor: pointer;
}

.boton-downloadapp-cover:hover {
	size: 16px;
	font-weight: 700;
	color: white;
	height: 60px;
	width: 70%;
	border: 1px solid #5FDD83;
	text-align: center;
	line-height: 60px;
	margin-bottom: 20px;
	margin-top: 10px;
	background-color: #5FDD83;
}

@media screen and (max-width: 480px) {
    .boton-downloadapp-cover {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .boton-downloadapp-cover:hover {
        width: 100%;
    }
}

.tab-gratis {
	font-size: 16px;
    display: block;
    width: 70%;
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 6px;
    background-color: #5FDD83;
    font-family: 'Ubuntu', sans-serif;
}

@media screen and (max-width: 480px) {
    .tab-gratis {
        width: 100%;
    }
}

.tab-gratis2 {
	font-size: 12px;
    display: block;
    width: 100%;
    padding: 4px;
    background-color: #5FDD83;
    font-family: 'Ubuntu', sans-serif;
}

.boton-downloadapp-cover img {  
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
    width: 40px;
    height: 40px;
}

@media screen and (max-width: 480px) {
    .boton-downloadapp-cover img {
        display: inline-block;
        width: 30px;
    }

    .boton-downloadapp-cover span {
        font-size: 12px;
    }

}

.como_funciona {
	background-color: #394053;
	height: auto;
	padding-top: 80px;
	padding-bottom: 120px;
}

@media screen and (max-width: 480px) {
    .como_funciona {
		height: auto;
		padding-top: 40px;
    }
}

.snippet-comofunciona {
	text-align: center;
	padding-left: 45px;
    padding-right: 45px;
}

.icon_comofunciona {
	text-align: center;
	display: block;
    margin-left: auto;
    margin-right: auto;
    height: 45px;
    margin-top: 90px;
    margin-bottom: 25px;
}

@media screen and (max-width: 480px) {
    .icon_comofunciona {
        margin-top: 40px;
    }
}

.descripcion_comofunciona {
	font-size: 16px;
	color: white;
	font-weight: 400;
	margin-top: 20px;
}

.seccion_funcionalidades {
	position: relative;
	height: auto;
}

@media screen and (max-width: 480px) {
    .seccion_funcionalidades {
        display: none;
    }
}

.seccion_funcionalidades_hover {
	position: relative;
	height: auto;
}

@media screen and (max-width: 480px) {
    .seccion_funcionalidades_hover {
        display: block;
    }
}

.imagen_ipad_funcionalidades {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 350px;
}

@media screen and (max-width: 480px) {
    .imagen_ipad_funcionalidades {
		display: none;
    }
}
.imagen_ipad_funcionalidades_mobile {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 315px;
}

.fondotablet_mobile {
	background-color: white;
	padding: 40px;
}

.icons_small {
	float: left;
	width: 15px;
	margin-right: 20px;

}

.bloque_items_lista {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
}

.bloque_items_lista_first {
	width: 40%;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width: 480px) {
    .bloque_items_lista {
		width: auto;
		margin-right: 20px;
    	margin-left: 20px;
    }
}

@media screen and (max-width: 480px) {
    .bloque_items_lista_first {
		width: auto;
		margin-right: 20px;
    	margin-left: 20px;
    }
}

.snippet_funcionalidad1_hover {
	display: none;
	position: absolute;
	background-color: #5FDD83;
	height: 480px;
	left: 50%;
}

@media screen and (max-width: 480px) {
    .snippet_funcionalidad1_hover {
		display: block;
		position: relative;
		height: auto;
		padding-bottom: 25px;
		left: 0;
    }
}

.snippet_funcionalidad1:hover + .snippet_funcionalidad1_hover {
	display: block;
}

.snippet_funcionalidad1_hover:hover {
	display: block;
}

.snippet_funcionalidad1 {
	background-color: white;
	height: 480px;
	margin-left: 0px;
    margin-right: 0px;
	position: relative;
}

.snippet_funcionalidad_grey1_hover {
	display: none;
	position: absolute;
	background-color: #5FDD83;
	height: 480px;
}

@media screen and (max-width: 480px) {
    .snippet_funcionalidad_grey1_hover {
		display: block;
		position: relative;
		height: auto;
		padding-bottom: 25px;
		left: 0;
		background-color: #ccc;
    }
}

.snippet_funcionalidad_grey1:hover + .snippet_funcionalidad_grey1_hover {
	display: block;
}

.snippet_funcionalidad_grey1_hover:hover {
	display: block;
}


.snippet_funcionalidad_grey1 {
	background-color: #939393;
	height: 480px;
	margin-left: 0px;
    margin-right: 0px;
    position: relative;
}

.snippet_funcionalidad2_hover {
	display: none;
	position: absolute;
	background-color: #5FDD83;
	height: 480px;
}

@media screen and (max-width: 480px) {
    .snippet_funcionalidad2_hover {
		display: block;
		position: relative;
		height: auto;
		padding-bottom: 25px;
		left: 0;
		background-color: #ccc;
    }
}

.snippet_funcionalidad2:hover + .snippet_funcionalidad2_hover {
	display: block;
}

.snippet_funcionalidad2_hover:hover {
	display: block;
}

.snippet_funcionalidad2 {
	background-color: white;
	height: 480px;
	margin-left: 0px;
    margin-right: 0px;
	position: relative;
}

.snippet_funcionalidad_grey2_hover {
	display: none;
	position: absolute;
	background-color: #5FDD83;
	height: 480px;
	left: 50%;
}

@media screen and (max-width: 480px) {
    .snippet_funcionalidad_grey2_hover {
		display: block;
		position: relative;
		height: auto;
		padding-bottom: 25px;
		left: 0;
    }
}

.snippet_funcionalidad_grey2:hover + .snippet_funcionalidad_grey2_hover {
	display: block;
}

.snippet_funcionalidad_grey2_hover:hover {
	display: block;
}


.snippet_funcionalidad_grey2 {
	background-color: #939393;
	height: 480px;
	margin-left: 0px;
    margin-right: 0px;
    position: relative;
}

.icon_funcionalidades {
	text-align: center;
	display: block;
    margin-left: auto;
    margin-right: auto;
    height: 90px;
	margin-top: 170px;
	margin-bottom: 10px;
}


.icon_funcionalidades_hover {
	text-align: center;
	display: block;
    margin-left: auto;
    margin-right: auto;
    height: 70px;
	margin-top: 15%;
}

@media screen and (max-width: 480px) {
    .icon_funcionalidades_hover {
		height: 100px;
		margin-top: 5%

    }
}

.title_funcionalidades {
	text-align: center;
	font-size: 24px;
	color: #5FDD83;
	font-weight: bold;
	font-family: 'Ubuntu', sans-serif;
}

.title_funcionalidades_hover {
	text-align: center;
	font-size: 18px;
	color: white;
	font-weight: bold;
}

@media screen and (max-width: 480px) {
    .title_funcionalidades_hover {
	    font-size: 30px;

    }
}

.title_funcionalidades_hover_li {
	text-align: left;
	font-size: 14px;
	color: white;
	font-weight: 400;
}

.beneficios {
	background-image: url("../images/background-beneficios.jpg");
	background-size: cover;
	background-attachment: fixed;
	height: auto;
	padding-top: 60px;
	padding-bottom: 60px;
}

@media screen and (max-width: 480px) {
    .beneficios {
		height: auto;
		padding-top: 40px;
    }
}

.title_beneficios {
	text-align: left;
	font-size: 28px;
	color: white;
	font-weight: bold;
	margin-bottom: 50px;
	font-family: 'Ubuntu', sans-serif;
	color: white;
}

.title_elegituplan {
	text-align: left;
	font-size: 28px;
	color: white;
	font-weight: bold;
	margin-bottom: 50px;
	font-family: 'Ubuntu', sans-serif;
	color: #0094AA;
}

@media screen and (max-width: 480px) {
    .title_elegituplan {
        text-align: center;
        font-size: 25px;
    }
}

.title_faq {
	text-align: left;
	font-size: 28px;
    color: #5FDD83;
	font-weight: bold;
}

@media screen and (max-width: 480px) {
    .title_faq {
        text-align: center;
        font-size: 25px;
    }
}

@media screen and (max-width: 480px) {
    .title_beneficios {
        text-align: center;
        font-size: 25px;
    }
}

.subtitle_beneficios {
	text-align: left;
	font-size: 21px;
	color: white;
	font-weight: 400;
	margin-top: 10px;
	font-weight: bold;
	font-family: 'Ubuntu', sans-serif;
}

@media screen and (max-width: 480px) {
    .subtitle_beneficios {
        text-align: center;
        font-size: 25px;
    }
}

.icon_beneficios_container {
	display: block;
	padding-top: 30px;
}

.info_beneficios {
	display: block;
}

.icon_beneficios {
	height: 40px;
}

@media screen and (max-width: 480px) {
    .icon_beneficios {
    	height: 40px;
    }
}

@media screen and (max-width: 480px) {
    .icon_beneficios {
		text-align: center;
		display: block;
	    margin-left: auto;
	    margin-right: auto;
    }
}

.descripcion_beneficios {
	font-size: 16px;
	color: white;
	font-weight: 400;
}

@media screen and (max-width: 480px) {
    .descripcion_beneficios {
        text-align: center;
        font-size: 16px;
    }
}

.beneficios_segundalinea {
	margin-top: 0px;
}

.elegi_tu_plan {
	background-color: #ffffff;
	height: auto;
	padding-top: 60px;
	padding-bottom: 60px;
	display: none;
}

.snippet_plan {
	background-color: white;
	height: auto;
	padding: 10px;
	padding-bottom: 40px;
	padding-top: 40px;
	text-align: center;
	line-height: 1.88;
	transition: cubic-bezier(0, 0, 0, 1.01) 0.1s;
}

@media screen and (max-width: 480px) {
    .snippet_plan {
        margin-bottom: 0px;
    }
}

.snippet_plan:hover{
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
	box-shadow: 0px 0px 20px rgba(238, 238, 238, 0.82);
	border: 1px solid #A7A9AC;
}

.snippet_plan_padding {
	padding: 0px;
	border: 1px solid #A7A9AC;
	margin-top: 20px;
}

.titulo_plan {
	font-size: 26px;
	color: grey;
	font-weight: 300;
}

.precio {
	font-size: 30px;
	font-weight: bold;
	color: #5FDD83;
	font-family: 'Ubuntu', sans-serif;
}

.precio_grey {
	font-size: 30px;
	font-weight: bold;
	color: #a7a9ac;
	font-family: 'Ubuntu', sans-serif;
}

.subtitulo_plan {
	font-size: 14px;
	color: #a7a9ac;
	font-weight: 400;
}

.subtitulo_destacados {
	font-size: 12px;
	color: #5FDD83;
	font-weight: bold;
	margin: 0;
}

.subtitulo_normal {
	color: #999999;
	font-weight: 400;
	font-size: 14px;
}

.div_lines {
	border-bottom: 1px solid #ddd;
    padding: 10px;
}

.div_lines_last {
	border-bottom: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 20px;
}

.quienes_somos {
	background-color: #0094AA;


}

.snippet_quienes_somos {
	padding-top: 120px;
	padding-right: 140px;
    padding-left: 150px;
}

@media screen and (max-width: 480px) {
    .snippet_quienes_somos {
	    padding-top: 40px;
	    padding-bottom: 40px;
	    padding-right: 20px;
	    padding-left: 20px;
    }
}

.snippet_ecosistema {
	padding-top: 120px;
	background-color: #e6e6e6;
	height: 760px;
	padding-left: 70px;
    padding-right: 150px;
}

@media screen and (max-width: 480px) {
    .snippet_ecosistema {
	    padding-top: 40px;
	    padding-bottom: 40px;
	    padding-right: 20px;
	    padding-left: 20px;
	    height: auto;
    }
}

.title_quienes_somos {
	color: #61DD83;
	font-size: 28px;
	font-weight: bold;
	padding-top: 60px;
	padding-bottom: 30px;
	font-family: 'Ubuntu', sans-serif;
}

@media screen and (max-width: 480px) {
    .title_quienes_somos {
        text-align: center;
        font-size: 25px;
       	padding-top: 2px;
		padding-bottom: 20px;
    }
}

.square_image_right {
	background-image: url("../images/imagen_equipo.jpg");
	background-size: cover;
	height: 760px;
}

@media screen and (max-width: 480px) {
    .square_image_right {
    	display: none;
    }
}

.square_image_right_mobile {
	display: none;
}

@media screen and (max-width: 480px) {
    .square_image_right_mobile {
    	display: block;
    	background-image: url("../images/imagen_equipo.jpg");
    	height: 300px;
    	background-size: cover;
    }
}

.square_image_left {
	background-image: url("../images/imagen_agro.jpg");
	background-size: cover;
	height: 760px;
	transition: cubic-bezier(0, 0, 0, 1.01) 0.5s;
}

.square_image_left:hover {
	background-image: url("../images/imagen_agro_hover.jpg");
	background-size: cover;
	height: 760px;
}

@media screen and (max-width: 480px) {
    .square_image_left {
    	height: 300px;
    }
}

@media screen and (max-width: 480px) {
    .square_image_left:hover {
    	height: 300px;
    }
}

.descripcion_quienes_somos {
	font-size: 18px;
	color: white;
}

@media screen and (max-width: 480px) {
    .descripcion_quienes_somos {
        font-size: 16px;
        text-align: center;
    }
}

.banners {
	width: 80%;
	margin-top: 20px;
}

@media screen and (max-width: 480px) {
    .banners {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }
}

.contacto {
	padding-top: 60px;
	padding-bottom: 60px;
}

.title_contacto {
	color: #0094AA;
	font-size: 28px;
	font-weight: bold;
	padding-top: 60px;
	padding-bottom: 60px;
	font-family: 'Ubuntu', sans-serif;
}


input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #5FDD83;
    height: 70px;
    line-height: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 30px 0px;
    margin: 8px 0;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    color: #5FDD83;
}

textarea {
	width: 100%;
    border-bottom: 2px solid #00ade6 !important;
    border: none;
    height: 130px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 100px 0px;
    margin: 8px 0;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    color: #5FDD83;
}

.footer {
	background-color: #394053;
	padding-top: 30px;
	padding-bottom: 30px;
}

@media screen and (max-width: 480px) {
    .logo_footer {
	    text-align: center;
	    display: block;
	    margin-left: auto;
	    margin-right: auto;
    }
}

.links_footer {
	margin: 0;
    padding: 0;
    margin-top: 10px;
}

@media screen and (max-width: 480px) {
    .links_footer {
	    text-align: center;
	    padding: 20px;
    }
}

.links_footer li {
	display: inline-block;
    list-style-type: none;
    font-size: 12px;
    text-transform: uppercase;
}

.links_footer li > a {
	color: white;
    display: block;
    line-height: 2em;
    padding: 0.5em 1em;
    text-decoration: none;
}

.first_link_footer {
	padding-left: 0 !important;
}

.login_header {
	background-color: #394053;
	height: 100px;
	display: flex;
	align-items: center;
}

.logo_login {
	text-align: left;
}

.content_login {
	margin-top: 100px;
	margin-bottom: 100px;
}

@media screen and (max-width: 480px) {
    .content_login {
		margin-top: 50px;
		margin-bottom: 50px;
    }
}

.subtitle_faq {
	font-size: 18px;
    font-weight: bold;
    color: #a7a9ac;
    line-height: 3.2;
}

@media screen and (max-width: 480px) {
    .subtitle_faq {
	    font-size: 16px;
    }
}

.subtitle_faq:hover {
	font-size: 18px;
    font-weight: bold;
    color: #a7a9ac;
    line-height: 3.2;
}

.subtitle_faq:focus {
	font-size: 18px;
    font-weight: bold;
    color: #009ccc;
    line-height: 3.2;
}

@media screen and (max-width: 480px) {
    .subtitle_faq:focus {
	    font-size: 16px;
    }
}

.text_faq {
	font-size: 18px;
    font-weight: 300;
    color: #a7a9ac;
}

@media screen and (max-width: 480px) {
    .text_faq {
	    font-size: 16px;
    }
}

.espacios-faq {
	margin-top: 40px;
	margin-bottom: 40px;
}

.carrousel-style {
	padding-top: 60px;
	padding-bottom: 60px;
}

.video-background {
	background-color: grey;
	padding: 5%;
	display: none;
}

.ecosistema {
	display: none;
}

.paddingh2 {
	padding-right: 120px;
}

@media screen and (max-width: 480px) {
    .paddingh2 {
	    padding-right: 0px;
    }
}








.form-group1{
    position:relative;
    display:block;
    margin-bottom:48px;
}
.form-group1 span{
    font-size:15px;
    color:#00ade6;
    position:absolute;
    top:11px;
    transition:all .2s ease;
    transform-origin:0 0;
    cursor:text;
}
.form-group1 span.border1{
    height:2px;
    display:block;
    position:absolute;
    width:100%;
    left:0;
    top:41px;
    transform:scaleX(0);
    transition:all .15s ease;
    background:#fff;
}
.form-control1{
    border:none;
    border-bottom:2px solid #00ade6;
    border-radius: 0;
    display:block;
    width:100%;
    height:43px;
    font-size:15px;
    background:0 0;
    font-family: Ubuntu;
}
.form-control1:focus,.form-control1:valid{
    border-bottom:2px solid #5FDD83;
    outline: none;
}
.form-control1:focus+span,.form-control1:valid+span{
    transform:translateY(-22px) scale(.8)
}
.form-control1:focus+span+.border,.form-control1:valid+span+.border1{
    transform:scaleX(1)
}
textarea.form-control1{
    padding-top:10px;
    padding-bottom:10px
    border-bottom:2px solid #00ade6;
}

textarea{
    resize:none
}

.margintopform {
	margin-top: 50px;
}
