main{
  height: 90vh;
  background: url("../img/proyecto_epicfarms03.png") no-repeat;
  background-size: cover;
  background-position: center;
}

/* NOTE: texto ganancia */

main .text_ganancia {
  width: 55%;
  padding: 50px 0;
}

main .text_ganancia h1{
  color: #000;
  font-size: 40px;
  font-weight: 600;
}

main .text_ganancia h1 a{
  color: #7eaf36;
}

main .fundadores_epicfarms {
  padding: 25px 0;
  width: 40%;
}

main div img{
  width: 100%;
}

/* NOTE: agrivultura no para */

div .text_etapas p{
  font-size: 20px;
}

.exportacion_epicfarms{
  padding-top: 50px;
}

/* NOTE: BOTON EPIC FARMS CONTACTANOS */
div .button_epicfarms{
  padding-bottom: 25px;
}
div .button_epicfarms a{
  padding: 10px 20px;
  color: #fff;
  background-color: #7eaf36;
  border: 0px solid #000000;
-webkit-border-radius: 7px;
}

div .button_epicfarms a:hover{
  color: #000;
}



@media(max-width:1300px){

  main .fundadores_epicfarms {
    padding: 0 5%;
    width: 100%;
  }

  .exportacion_epicfarms{
    padding-top: 0px;
  }

  div .post_etapas{
    margin: 50px 0;
  }

  .etapas_epicfarms .post_etapas iframe{
    left: -140px;
    position: relative;
    display: flex;
    width: 100%;
  }


}
