main{
  height: 90vh;
  background: url("../img/equipo_epicfarms.png") no-repeat;
  background-size: cover;
  background-position: center;
}

/* NOTE: TITULO PRINCIPAL EPIC FARMS */

main .team_epicfarms {
  width: 100%;
  text-align: center;
}

main .team_epicfarms h1{
  color: #fff;
  font-size: 35px;
  font-weight: 500;
padding-top: 25px;
}

main .team_epicfarms h1 a{
  background-color: #7eaf36;
  border: 0px solid #000000;
-webkit-border-radius: 7px;
  padding: 0 10px;
}

/* NOTE: fundadores epic farms */

.jorgegerman_epicfarms{
  padding: 50px 15% 25px 15%;
  text-align: center;
  color: #444;
  font-size: 18px;
}

div .titulo_gerentes{
  width: 80%;
  margin: 0 10%
}

div .titulo_gerentes h1{
  color: #7eaf36;
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 25px;
}

div .gerentes_epicfarms{
  width: 100%;
  display: flex;
  justify-content: space-around;
}

div .gerentes_epicfarms article{
  width: 40%;
  padding-bottom: 50px;
}


div .gerentes_epicfarms article h1{
  color: #7eaf36;
  font-size: 25px;
  font-weight: 500;
}

div .gerentes_epicfarms article h2{
  color: #777;
  font-size: 17px;
  font-style: oblique;
  font-weight: 400;
  padding-bottom: 25px;
}
div .gerentes_epicfarms article img{
  width: 50%;
  padding-bottom: 40px;
}

/* NOTE: certificaciones epic farms */

.carrusel_epicfarms section article .certif{
  width: 100%;
}
.carrusel_epicfarms section article{
  width: 50%;
}
.carrusel_epicfarms section article .lista_beneficios{
  width: 45%;
}
.carrusel_epicfarms section{
  padding: 0px 0%;
  justify-content: space-between;
}

@media(max-width:1300px){

  main .team_epicfarms h1{
    font-size: 5em;
  padding-top: 100px;
  }

  /* NOTE: fundadores epic farms */

  .jorgegerman_epicfarms{
    padding: 50px 5% 25px 5%;
    text-align: center;
    color: #444;
    font-size: 18px;
  }

  div .titulo_gerentes{
    width: 100%;
    margin: 0 0;
  }


  div .titulo_gerentes h1{
    font-size: 3.5em;
    padding-bottom: 25px;
  }

  div .gerentes_epicfarms{
    width: 100%;
    display: initial;
    display: block;
  }

  div .gerentes_epicfarms article{
    width: 100%;
    padding-bottom: 50px;
    padding-top: 50px;
  }

  div .gerentes_epicfarms article p{
    padding-top: 25px;
    text-align: justify;
    font-size: 1.2em;
  }


  div .gerentes_epicfarms article h1{
    color: #7eaf36;
    font-size: 2.5em;
    font-weight: 500;
  }

  div .gerentes_epicfarms article h2{
    color: #777;
    font-size: 17px;
    font-style: oblique;
    font-weight: 400;
    padding-bottom: 25px;
  }
  div .gerentes_epicfarms article img{
    width: 50%;
    padding-bottom: 40px;
  }

/* NOTE: carrusel epicfarms */
.carrusel_epicfarms section article{
  width: 100%
}
.carrusel_epicfarms section{
  padding: 0px 0%;
}
.carrusel_epicfarms section article .lista_beneficios{
  width: 42%;
}



}
