body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #666;
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
}
h2 {
	margin: 0 0 20px 0;
	font-weight: 600;
	font-size: 36px;
	color: #333;
}
h3, h4 {
	font-size: 20px;
	font-weight: 400;
	color: #333;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 15px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #6aaf08;
	font-weight: 400;
}
a:hover, a:focus {
	text-decoration: none;
	color: #222;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}

ul li {
    font-size: 16px;
    list-style: disc;
    margin-bottom: 5px;
}

hr {
	height: 3px;
	width: 90%;
	text-align: center;
	position: relative;
	background: #6aaf08;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 0;
}

strong{
    font-weight:bold ;
    color: #835917;
}
/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
	font-size: calc(12px + 1vw);;
    text-shadow: 2px 2px 5px black;
	font-weight: 600;
	color: #eee;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #fff;
    text-shadow: 1px 1px 4px black;
	font-size: calc(8px + 0.5vw);
	font-weight: 800;
	letter-spacing: 1px;
	padding: 8px 2px;
	border-radius: 0;
	margin: 9px 5px 0 5px;
}

@media (max-width: 1000px) {
  #menu a.navbar-brand {display:none;}
}

#menu.navbar-default .navbar-nav > li > a:hover {
	color: #6aaf08;
}
.on {
	background-color: #333 !important;
	padding: 0 !important;
	padding: 15px 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #6aaf08 !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fff;
	border-color: #fff;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #6aaf08;
}
.section-title {
	margin-bottom: 35px;
}
.section-title p {
	font-size: 18px;
	color: #666;
}
.btn-custom {
	text-transform: uppercase;
	color: #fff;
	background-color: #6aaf08;
	padding: 14px 20px;
	letter-spacing: 1px;
	margin: 0;
	font-size: 17px;
	font-weight: 400;
	border-radius: 6px;
	margin-top: 20px;
	transition: all 0.3s;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-color: #5f9d07;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Header Section */
.intro {
	display: table;
	width: 100%;
	padding: 0;
	background: url(../img/portal.jpg) top center no-repeat;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.intro .fa {
	font-size: 94px;
	margin-bottom: 40px;
	color: #fff;
}
.intro h1 {
	color: #7febd6;
	font-size: 90px;
	font-weight: 700;
	letter-spacing: 0px;
	margin-top: 0;
	margin-bottom: 10px;
    font-family: 'Dancing Script', cursive;
    text-shadow: 2px 2px 23px rgba(3, 29, 27, 0.85);
}
.intro p {
	color: #fff;
	font-size: 22px;
	margin-top: 20px;
	line-height: 28px;
	margin-bottom: 40px;
}
.intro .btn-custom {
	border-top: 1px solid rgba(255,255,255,0.4);
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
header .intro-text {
	padding-top: 260px;
	padding-bottom: 150px;
	text-align: center;
}
/* About Section */
.id-about {
	background: #f6f6f6;
}
.id-about h3 {
	font-size: 22px;
	font-weight: 600;
	margin: 20px 0 0 0;
}



.id-about .about-text span {
	color: #70ad47;
	font-weight: 700;
	letter-spacing: -1px;
}
.id-about hr {
	margin-left: 0;
	margin-bottom: 30px;
}
.id-about .btn {
	margin-top: 20px;
}
.id-about .about-media img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
.id-about .about-text, #about .about-desc {
	margin-bottom: 40px;
}
.id-about p {
	line-height: 24px;
	margin-top: 20px;
}
/* Services Section */
.id-services {
	padding: 60px 0;
	background: #6aaf08;
}
.id-services .service-media {
	margin: 15px;
}
.id-services .service-media img {
	position: relative;
    dis
	width: 200px;
	height: 200px;
	border-radius: 25%;
	border: 5px solid rgba(255,255,255,0.1);
}

.service-media img {
	position: relative;
	width: 200px;
	height: 200px;
	border-radius: 25%;
	border: 5px solid rgba(255,255,255,0.1);
}


.id-services .service-desc {
	margin: 10px 10px 40px;
	text-align: center;
}
.id-services h2 {
	color: #fff;
}
.id-services h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	padding: 5px 0;
}
.id-services p {
	color: rgba(255,255,255,0.9);
}
.id-services hr {
	background: rgba(255,255,255,0.6);
}
/* Portfolio Section */
.id-portfolio {
	padding: 100px 0;
	background: #f6f6f6;
}
.categories {
	text-align: center;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin: 0 10px 40px 10px;
}
ol.type li a {
	color: #555;
	font-size: 16px;
	font-weight: 400;
	padding: 8px 16px;
	background: #e6e6e6;
	border: 0;
	border-radius: 4px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: all 0.3s;
}
ol.type li a.active {
	background: #6aaf08;
	color: #fff;
}
ol.type li a:hover {
	background: #6aaf08;
	color: #fff;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin: 15px 0;
}
.portfolio-item .hover-bg {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	padding: 30% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	color: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 300;
	text-transform: uppercase;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
/* Testimonials Section */
.id-testimonials {
	background: #444 url(../img/testimonials-bg.jpg) center center no-repeat fixed;
	background-size: cover;
}
.id-testimonials .overlay {
	padding: 60px 0;
	background: rgba(106, 175, 8, 0.85);
}
.id-testimonials h2 {
	color: #fff;
}
.id-testimonials hr {
	background: rgba(255,255,255,0.6);
}
.id-testimonial p {
	color: #fff !important;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
    text-align: justify;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	border-radius: 50%;
	background: rgba(255,255,255,0.4);
	transition: all 0.5s;
	border: 1px solid rgba(255,255,255,0.3);
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #fff;
	border: 1px solid #fff;
}
.owl-theme .owl-controls .owl-page.active span {
	background: #fff;
	border: 1px solid #fff;
}
/* Contact Section */
.id-contact {
	padding: 100px 0;
	background: #F6F6F6;
}
.id-contact .section-title p {
	color: #777;
}

.id-contact p{
    font-size: 18px;
}

.id-contact form {
	padding: 0;
	margin-top: 0px;
}
.id-contact h3 {
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 600;
}
.id-contact .text-danger {
	color: #cc0033;
	text-align: left;
}
label {
	font-size: 15px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
.id-contact .form-control {
	display: block;
	width: 100%;
	padding: 20px 20px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #444;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.id-contact .form-control:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 15px #ddd;
	box-shadow: 0 0 15px #ddd;
}
.form-control::-webkit-input-placeholder {
color: #777;
}
.form-control:-moz-placeholder {
color: #777;
}
.form-control::-moz-placeholder {
color: #777;
}
.form-control:-ms-input-placeholder {
color: #777;
}
.id-contact .contact-info {
	margin-bottom: 0px;
}
.id-contact .contact-info hr {
	background: #ddd;
}
.id-contact .contact-item {
	margin: 20px 0 40px 0;
}
/* Footer Section*/
.id-footer {
	background: #333;
	padding: 20px;
    margin: 0;

}


.id-footer p {
    font-family: sans-serif;
	color: white;
	font-size: 20px;
    text-align: center;
    margin:0;
}


.flex-col{
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    border: solid 2px #169320;
    background-color: #aff7db;
}

.flex-col div{
    width: 50%;
    height: auto;
    align-self: center;
    padding:10px;
    
    
}

.flex-col  div:nth-child(2){
    border-left: solid 2px #169320;
}

.flex-col div p{
    color:#07340b !important;
    font-weight: bold;
}

.bienvenidos-flex{
    display:flex;
    flex-direction: row;
    justify-content: center;    
}

.logo-bienvenidos{
    width: 30%;
    height: auto;
    display: block;
    margin-top: 2vw;
}

.logo-bienvenidos img{
    width: 100%;
    }
#logo-color{
    background-color: #e6e2d6!important;
}

#quienes-somos {
    padding: 50px;
} 

#galeria {
    padding-top: 40px;
}

#services {
    padding: 50px;
}

#valor-agregado {
    padding: 50px;
}

.beneficios2{
    padding: 20px 30px;
}

.papa-pitufo{
    width: 60%;
    
}

.proyecto-agroterra{
    
}

.proyecto-agroterra p{
    font-size: 16px;
}

.papa-pitufo p{
    color: #19564f !important;
    font-size: 20px;
}

#servicios-h2{
    padding-top: 20px !important;
}

.margin-top20{
    margin-top:40px;
}

.h3-sus img{
    display:block;
    width: 50%;
    height: auto;
    margin: auto;
    margin-top:30px;
    border-radius: 10%;
    border: solid 2px #483e26;
}

.imagen-valor-agregado{
    display:flex;
    flex-direction: row;
    justify-content: space-around;
    
}

.imagen-valor-agregado img{
    margin-top:30px;
    width: 45%;
    height: auto;
    display:block;
        border-radius: 10%;
    border: solid 2px #483e26;
    
}



.whatsup-float{
	position:fixed;
	width:80px;
	height:80px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:50px;
    z-index:100;
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.71);
}

.my-float{
	margin-top:16px;
}


.vid-container{
    margin:auto !important;
    width: 80%;
    padding: 0 3% 0 3%;
    margin: 5% 0 5% 0;
}

[class^="dyn-box"]{
    overflow: hidden;
    float: left;
    margin-bottom: 3rem;
    text-align: center;
}

.dyn-box-youtube{
    display: block;
    position: relative;
    width: 100%;
}

.dyn-box-youtube:before{
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 53%;
}

.dyn-box-youtube:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    pointer-events: none;
    box-shadow: inset 0 -3px 4px -2px rgba(67, 109, 7, 0.42), inset 0 0 10px 4px rgba(53, 88, 5, 0.42), inset 0 0 14px 6px rgba(95, 155, 6, 0.42);
    clear: both;
}

.dyn-box-youtube > object,.dyn-box-youtube > embed,.dyn-box-youtube > iframe,.dyn-box-youtube > video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

 .stage {
      font-size: 12px;
      color: black;
      background-color: white;
      border: 1px solid black;
      padding: 10px;
      width: 250px;
    }

    #stage-container {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .joint-paper {
      margin-top: 50px;
    }

.etapas{
    max-width: 1000px;
    min-width: 400px;
    width:70%;
    height: auto;
    margin:auto;
    display: block;
    margin:auto;
}


.efficiency-img{
    max-width: 600px;
    min-width: 350px;
    width: 80%;
    height: auto;
    margin:auto;
    display: block;
}

.esquema{
    margin: 40px calc(5vw - 10px);
}


.esquema h3{
    font-size: 30px;
}

.padding-section{
    padding: 40px 0 0 0;
}

<style>
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');
</style>

