
* {margin: 0; padding: 0;}

a {text-decoration: none;}

/* This class is added on scroll */
.fixed {
	position: fixed; 
	top: 0; 
	height: 70px; 
	z-index: 5;
}
html{
	overflow-y: visible;
}
body {
	color: #fff;
	font-family: 'open-sans-bold'; 
	font-size: 18px;
	text-align: center;
}

/* Font Face Settings */

/* Navigation Settings */
nav {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 70px;
	background: #61B22D;
	z-index: 5;
}

nav li {
	display: inline-block;
	padding: 24px 40px;
}

nav li a {
	color: #fff;
	text-transform: uppercase;
}

nav ul li a:hover{
	color: #000;
}

section {
	height: 100vh;
}

/* Screens Settings */

.screen1{
  background-image: url('../img/header_bg.jpg');
}
.screen2{
  background-image: url('../img/serv_bg.jpg');
  padding-top: 60px;
  padding-bottom: 50px;
  background-position: right center;
}
.beneficios{
  background-image: url('../img/benef_bg.jpg');
  padding-top: 50px;
}
.distribuidores{
  background-image: url('../img/dist_bg.jpg');
  overflow: hidden;
}
.background {	
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.screen1 p {
	padding-top: 200px;
}

#screen3 {
	background: #e1793d;
}
@media(min-width: 992px) and (max-width:  1199px){
	nav ul li {
		padding: 24px 36px;
	}
}
@media(min-width: 768px) and (max-width: 991px){
	nav ul li {
		padding: 24px 20px;
		font-size: 12px;
	}
}
@media(max-width: 767px){
	nav ul li {
		padding: 30px 4px;
		font-size: 8px;
	}
	.screen2 .container h2{
		font-size: 14px;
	}
	.mexico .col-sm-8{
		padding-left: 15px !important;
	}
	.las6a .col-sm-7{
		padding-left: 30px;
	}
	.beneficios .col-sm-8 ul{
		margin-left: 15px;
	}
}
@media screen and (device-aspect-ratio: 16/9){
	@media(max-height: 600px){
		nav{
			height: 40px;
		}
		.fixed {
			height: 40px; 
		}
		nav ul li {
			padding-top: 12px;
			padding-bottom: 12px;
		}
		.logo-header{
			width: 40%;
		}
	}
}
	

.logo-header{
	padding-top: 30vh;
	padding-bottom: 28vh;
}
@media( max-height: 775px){
	.logo-header{
		padding-bottom: 15vh;
	}
}

.redes img{
	display: inline;
	margin: 0px 20px;
	z-index: 5;
}
@media(max-height: 620px){
	.redes img{
		display: none;
	}
}
.productos img{
	display: inline;
}
.nosotros{
	padding-left: 0px !important;
	background-color: rgba(126,194,68,.14);
	z-index: 100;

}
.nosotros .col-sm-5{
	background-image: url('../img/quienes.png');
  	background-attachment: scroll;
  	background-repeat: no-repeat;
  	min-height: 660px;
  	background-size:  auto 100%;
}

.logodivider{
	position: relative;
	top: 200px;
	left: -180px;
}
.nosotros .quienessomos{
	text-align: left;
}
.greentittle{
	color: #7EC244;
	font-weight: 400;
}
.whitefont{
	color: #fff;
}
.divider{
	width: 100%;
	height: auto;
}
.divider2{
	width: 70%;
	height: auto;
}
.alineadoder{
	text-align: right;
}
.verbo2{
	font-size: 1.2em;
}
.verbo{
	font-size: 1.5em;
}
.las6a{
	padding-left: 0px !important;
}
.las6a .col-sm-2{
  	min-height: 320px;
  	background-color: #7c7c7c;
}
.las6a .col-sm-7{
	text-align: left;
}
.las6a .col-sm-2 h1{
	font-size: 6em;
	color: #fff;
	padding-top: 16%;
}
.las6a .col-sm-1{
	background-image: url('../img/6asbg2.png');
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: left;
	height: 320px;
}
.leafbullet{
	list-style-image: url('../img/leafbullet.svg');
	font-size: 18px;
}
.leafbullet li{
	color: #4A4A4A;
	font-weight: 200;
}
.top40{
	margin-top: 40px;
}
.top20{
	margin-top: 20px;
}
.left{
	text-align: left;
}
.bot50{
	padding-bottom: 50px;
}
.mexico{
	padding-right: 0px !important;
}
.mexico .col-sm-8{
	padding-left: 100px;
}
.mexico .col-sm-2{
	background-image: url('../img/6asgreen2.png');
  	background-repeat: repeat-y;
  	min-height: 330px;
  	background-position: right;
}
.mexico .col-sm-2.fondo{
	background-color: #7ec244;
	min-height: 330px;
}
.mexico .col-sm-2 img{
	padding-top: 60px;
}
@media (max-height: 775px) {
	.mexico .col-sm-3 img{
		padding-left: 45px;
		padding-top: 50px;
	}
}
@media (min-width: 1366px){
	.mexico .col-sm-3 img{
		padding-left: 30%;
		padding-top: 50px;
	}
}
.distribuidores .plantas{
	padding-left: 0px;
}
.distribuidores .tierra{
	padding-right: 0px;
}
.distribuidores .col-sm-6{
	padding-top: 60px;
}
.distribuidores p{
	color: #7C7C7C;
	font-size: 24px;
	margin-top: 40px;
}
.transbtn{
	background-color: transparent;
	border: 1px solid #61B22D;
	padding: 20px 30px;
	color: #61B22D;
	font-size: 26px;
	border-radius: 12px;
	font-weight: 100;
	margin-top: 40px;
}
.transbtn2{
	background-color: transparent;
	border: 1px solid #fff;
	padding: 10px 20px;
	color: #fff;
	font-size: 20px;
	border-radius: 12px;
	font-weight: 100;
	margin-top: 40px;
}
.transbtn3{
	background-color: transparent;
	border: 1px solid #61B22D;
	padding: 16px 60px;
	color: #61B22D;
	font-size: 24px;
	border-radius: 12px;
	font-weight: 100;
	margin-top: 40px;
	letter-spacing: 3px;
}
.gallery{
	padding: 0px !important;
}
.gallery .col-sm-12{
	padding: 0px;
}
.white{
	border-color: white;
	color: white;
	margin-top: 20px;
}
.greensvg{
	margin: 20px 0px;
}
.numero p:nth-child(2){
	margin-left: 48px;
	margin-top: -30px;
}
.numero p:nth-child(3){
	margin-left: 48px;
	margin-top: -14px;
}
label{
	font-weight: 300;
	color: #7C7C7C;
	font-style: none;
	font-size: 18px;
	margin-top: 16px;
}
.formulario{
	font-weight: 300;
}
footer{
	background-color: #7c7c7c;
	padding-top: 40px;
	padding-bottom: 20px;
	margin-top: 40px;
	color: #fff;
}
.contacto{
	font-weight: 200;
	line-height: 1	;
}
/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.container,
.container-fluid{
	z-index: 10;
}
.owl-carousel{
	z-index: 1;
}
.numero1{
	margin-top:-20px; 
}
.productos h2{
	color: #fff;
	font-weight: 200;
}

.overlay,
.overlay2,
.overlay3,
.overlay4{
	overflow: auto;
}
.overlay .container-fluid,
.overlay .container-fluid .col-xs-5,
.overlay2 .container-fluid,
.overlay2 .container-fluid .col-xs-5,	
.overlay3 .container-fluid,
.overlay3 .container-fluid .col-xs-5,
.overlay4 .container-fluid,
.overlay4 .container-fluid .col-xs-5{
	padding-left: 0px;

}
.overlay .container-fluid .col-sm-7,
.overlay2 .container-fluid .col-sm-7,
.overlay3 .container-fluid .col-sm-7,
.overlay4 .container-fluid .col-sm-7{
	margin-top: 40px;
}

.overlay-contentpush p{
	font-size: 18px;
	text-align: justify;
}

/* Animate */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}


/* Fin del animated */

.overlay2 .leafbullet,
.overlay3 .leafbullet{
	margin-left: 25px; 
	text-align: left;
}
@media(max-width: 767px){
	.overlay2 .leafbullet,
	.overlay3 .leafbullet{
		font-size: 14px;
	}
}
.overlay p, .overlay li,
.overlay2 p, .overlay2 li,
.overlay3 p, .overlay3 li,{
	font-size: 1em;
}
.overlay h1,
.overlay2 h1,
.overlay3 h1{
	color: #7EC244;
} 

.tabbable-panel {
  border:1px solid #eee;
  padding: 10px;
}

/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #fff;
  background-color: #7EC244;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #eee;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 0px;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
    background-color: #fff;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #7EC244;
  background-color: #fff;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #f3565d;
}
.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.tab-pane{
	margin-left: 20px;
	margin-right: 20px;
	padding: 0px 20px;
}
.nav-tabs li a{
	font-size: 1.2em;
}
.left{
	text-align: left;
}
ul.left.leafbullet{
	font-size: 1.6em;
}
.verbo2{
	font-size: 1.3em;
}
.privacidad,
.privacidad:hover{
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.top80{
	margin-top: 80px;
}
#contacto a{
	color: #333;
}
#contacto a:hover,
#contacto a:active{
	color: #7EC244;
	text-decoration: none;
}