main{
  height: 90vh;
  background: url("../img/reservorio_epicfarms.png") no-repeat;
  background-size: cover;
  background-position: center;
}

/* NOTE: texto principal */
main .text_epic{
  display: block;
  margin-top: 0px;
}

main .text_epic img{
  margin: 25px 0;
  width: 70%;
}

/* NOTE: slider noticias */

.etapas_epicfarms section{
  padding: 0 15%;

}

.carrousel{
    margin: 0 auto;
    width: 70%;
}

.conteCarrousel{
    width: 100%;
    height: 1250px;
    overflow: hidden;
}

.itemCarrousel{
    position: relative;
    width: 100%;
    height: 100%;
}

.itemCarrouselTarjeta{
    width: 100%;
    height: 100%;
}
/* NOTE:
.itemCarrouselArrows{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}  */

.itemCarrouselArrows > i:hover {
    cursor: pointer;
}

#itemCarrousel-1{
}

#itemCarrousel-2{

}

#itemCarrousel-3{
    background-color: rgb(200, 226, 50);
}

.conteCarrouselController{
    width: 100%;
    display: flex;
    justify-content: center;
}

.conteCarrouselController > a{
    text-decoration: none;
    font-size: 20px;
    color: #444;
    padding: 25px 25px 0 25px;
}

.itemCarrouselArrows > a > i{
    color: white;
}



.noticia{
  display: flex;
  height: 20%;
  padding: 25px 15px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.noticia article{
  height: 100%;
  width: 30%;
  border: 0px solid #000000;
-webkit-border-radius: 25px;
}

.noticia .noticia_img01{
  background: url("../img/noticias_epicfarms01.png") no-repeat;
  background-size: cover;
  background-position: center;
}

.noticia .noticia_img02{
  background: url("../img/noticias_epicfarms02.png") no-repeat;
  background-size: cover;
  background-position: center;
}

.noticia .noticia_img03{
  background: url("../img/noticias_epicfarms03.png") no-repeat;
  background-size: cover;
  background-position: center;
}

.noticia .noticia_img04{
  background: url("../img/noticias_epicfarms04.png") no-repeat;
  background-size: cover;
  background-position: center;
}

.noticia .noticia_img05{
  background: url("../img/noticias_epicfarms05.png") no-repeat;
  background-size: cover;
  background-position: center;
}

.noticia .noticia_img06{
  background: url("../img/noticias_epicfarms06.png") no-repeat;
  background-size: cover;
  background-position: center;
}
.noticia .noticia_img07{
  background: url("../img/noticias_epicfarms07.png") no-repeat;
  background-size: cover;
  background-position: center;
}
.noticia .noticia_img08{
  background: url("../img/noticias_epicfarms08.png") no-repeat;
  background-size: cover;
  background-position: center;
}
.noticia .noticia_img09{
  background: url("../img/noticias_epicfarms09.png") no-repeat;
  background-size: cover;
  background-position: center;
}
.noticia .noticia_img10{
  background: url("../img/noticias_epicfarms10.png") no-repeat;
  background-size: cover;
  background-position: center;
}


.noticia .noticia_txt{
  padding-left: 20px;
  width: 70%;
  font-size: 17px;
}

.noticia .noticia_txt a{
  color: #7eaf36;
  font-size: 30px;
  font-weight: 500;
}

.noticia .noticia_txt p{
  color: #777;
  font-size: 15px;
  font-style: oblique;
  font-weight: 500;
  padding: 15px 0;
}


@media(max-width:1300px){

  main{
    padding: 70% 5% 0 5%;
  }

  main .text_epic{
    width: 100%;
    margin-top: -250px;
    text-align: center;
  }

  main .text_epic img{
    width: 100%;
  }


  main .text_epic h1{
    display: block;
  }


/* NOTE: noticias epic famr */
.etapas_epicfarms section{
  padding: 25px 0;
}

.text_etapas p{
  text-align: justify;
}
/* NOTE: slider noticias */

.carrousel{
    margin: 0 auto;
    width: 90%;
}

.conteCarrousel{
    width: 100%;
    height: 1250px;
    overflow: hidden;
}

.itemCarrousel{
    position: relative;
    width: 100%;
    height: 100%;
}

.itemCarrouselTarjeta{
    width: 100%;
    height: 100%;
}
/* NOTE:
.itemCarrouselArrows{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}  */

.itemCarrouselArrows > i:hover {
    cursor: pointer;
}

.conteCarrouselController{
    width: 100%;
    display: flex;
    justify-content: center;
}

.conteCarrouselController > a{
    text-decoration: none;
    font-size: 2.5em;
    color: #444;
    padding: 25px 25px 0 25px;
}

.itemCarrouselArrows > a > i{
    color: white;
}



.noticia{
  display: flex;
  height: 20%;
  padding: 25px 15px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.noticia article{
  height: 100%;
  width: 30%;
  border: 0px solid #000000;
-webkit-border-radius: 25px;
}


.noticia .noticia_txt{
  padding-left: 20px;
  width: 70%;
  font-size: 17px;
  text-align: justify;
}

.noticia .noticia_txt a{
  color: #7eaf36;
  font-size: 2.5em;
  font-weight: 500;
}

.noticia .noticia_txt p{
  font-size: 2em;
}

.noticia .noticia_txt div{
  display: none
}


/* NOTE: fundadores epic farms */

  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%;
  }


}
