*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'D-DIN', sans-serif;
  text-decoration: none;
}


header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, .85);
  backdrop-filter: blur(7.5px);
  padding: 3px 10% 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
}

header img{
  height: 80px;
  text-decoration: none;
}

header .navbar ul{
  list-style: none;
}

header .navbar ul li{
  position: relative;
  float: left;
}

header .navbar ul li a{
  width: 125px;
  text-align: center;
  font-size: 18px;
  padding: 10px 0;
  color: #777;
  display: block;
}

header .navbar ul li .active{
  color: #000;
}

header .navbar ul li .unic{
  width: 180px;
  margin: 0 30px 0 20px;
}

header .navbar ul li .unic_active{
  margin: 0 30px 0 20px;
  color: #000;
}

header .navbar ul li .unico{
  margin-left: 0px;
  color: #fff;
  background-color: #7eaf36;
  border: 0px solid #000000;
-webkit-border-radius: 7px;

}

header .navbar ul li a:hover{
  color: #000;
}

/* NOTE: ocultar imput menu */

#menu-bar{
  display: none;
}

header label{
  font-size: 18px;
  color: #000;
  cursor: pointer;
  display: none;
}

/* NOTE: main principal*/
.barr_epic{
  height: 75px;
}

main{
  display: flex;
  padding: 25px 15%;
  justify-content: space-between;
}

/* NOTE: texto principal */

main .text_epic {
  width: 50%;
  display: table;
  padding: 50px 0;
}

main .text_epic h1{
  color: #fff;
  font-size: 35px;
  font-weight: 500;
  display: table-cell;
  vertical-align: bottom;
}

main .text_epic h1 a{
  background-color: #7eaf36;
  border: 0px solid #000000;
-webkit-border-radius: 7px;
  padding: 0 5px;
}

/* NOTE: formulario */

main .form_epic {
  width: 40%;
  background-color: rgba(255, 255, 255, .85);
  padding: 30px;
  margin: 20px 0;
  border: 0px solid #000000;
-webkit-border-radius: 25px;
}

main .form_epic h2{
  text-align: center;
  font-size: 30px;
}

main .form_epic h2 a{
  color: #7eaf36;
}

main div form{
  color: #777;
  font-size: 16px;
}

main div input {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  margin-top: 5px;
  font-size: 18px;
  border: 1.8px solid #777;
-webkit-border-radius: 7px;
}

main div form article{
  display: flex;
}

main div form article input {
  width: 15px;
  margin: -5px 10px;
}

main div form .button{
  background-color: #7eaf36;
  color: #fff
}

main div form .button:hover{
  background-color: #7eaf36;
  color: #000
}

/* NOTE: proyecto epic farms */

.conoce{
  display: flex;
  padding: 75px 15%;
  justify-content: space-between;
  background: url("./img/patronepicfarms.png") no-repeat;
  background-color: #fff;
background-size: cover;
background-position: center;
}

div .conoce_vid{
  width: 25%;
}

.conoce .conoce_vid video{
  width: 100%;
  box-shadow: 20px 20px 0px #7eaf36;
  border: 0px solid #000000;
-webkit-border-radius: 25px;
}

div .conoce_txt{
  width: 65%;
  color: #444;
  font-size: 18px;
}

div .conoce_txt h1{
  color: #7eaf36;
  font-size: 30px;
  font-weight: 500;
  padding: 25px 0;
}

div .conoce_txt h1 br{
  display: none;
}

/* NOTE: carrusel beneficios */

.carrusel_epicfarms{
  background-color: #000;
  padding: 50px 10%;
  text-align: center;
  background: url("img/beneficiosepicfarms.png") no-repeat ;
  background-size: cover;
  background-position: center;
}

.carrusel_epicfarms .beneficios{
  width: 100%;
}

.carrusel_epicfarms .beneficios h1{
  color: #7eaf36;
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 25px;
}

.carrusel_epicfarms .iconos_epicfarms{
  width: 100%;
  display: flex;
}

.carrusel_epicfarms section article{
  display: flex;
  width: 33.3%;
  padding: 25px 0;
  justify-content: space-around;
}

.carrusel_epicfarms section article .lista_beneficios{
  width: 41%;
  padding: 20px 25px;
  background-color: #fff;
  justify-content: center;
  overflow-wrap: break-word;
  border: 0px solid #000000;
-webkit-border-radius: 25px;
}

.carrusel_epicfarms section article div h2{
  font-size: 20px;
  padding: 15px 0;
}

.carrusel_epicfarms section article .icono{
  width: 50%;
}

/* NOTE: etapas epic farms */

.etapas_epicfarms{
  padding: 50px 15%;
  text-align: center;
  color: #444;
  font-size: 18px;
}

.etapas_epicfarms section{
  width: 100%;
}

.etapas_epicfarms section h1{
  color: #7eaf36;
  font-size: 30px;
  font-weight: 500;
  padding: 25px 0;
}

.etapas_epicfarms .post_etapas{
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}

.etapas_epicfarms .post_etapas article{
  width: 30%;
}

.etapas_epicfarms .post_etapas article img{
  width: 100%;
  border: 0px solid #000000;
-webkit-border-radius: 25px;
}

/* NOTE: exportacion epic famrs */

.exportacion_epicfarms{
  display: flex;
  justify-content: space-between;
}

.exportacion_epicfarms .text_exportacion{
  width: 40%;
  text-align: left;
}

.exportacion_epicfarms .img_exportacion{
  width: 55%;
}

.exportacion_epicfarms .img_exportacion img{
  width: 100%;
}

/* NOTE: ubicacion epic farms */
.ubicacion_epicfarms{
  padding: 50px 15%;
  background-color: #000;
  display: flex;
  justify-content: space-between;
  text-align: center;
  background: url("img/ubicacionepicfarms.png") no-repeat ;
  background-size: cover;
  background-position: center;
  font-size: 16px;
}

.ubicacion_epicfarms section{
  width: 45%;
}

.ubicacion_epicfarms section article h1{
  color: #7eaf36;
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 25px;
}

.ubicacion_epicfarms section article a{
  color: #fff;
}

.ubicacion_epicfarms section article a:hover{
  color: #777;
}

/* NOTE: socios epic farms */

.socios_epicfarms{
  padding: 50px 15% 0px 15%;
  text-align: center;
}

.socios_epicfarms section{
  width: 100%;
}

.socios_epicfarms section h1{
  color: #7eaf36;
  font-size: 30px;
  font-weight: 500;
  padding: 25px 0 50px 0;
}

.socios_epicfarms .text_socio{
  display: flex;
  justify-content: space-between;
  text-align: left;
}

.socios_epicfarms .text_socio .numero_socios{
  width: 40%;
  padding: 25px 0;
}

.socios_epicfarms .text_socio .numero_socios h2{
  color: #000;
  font-size: 30px;
  font-weight: 700;
}

.socios_epicfarms .text_socio .numero_socios p{
  color: #7eaf36;
  font-weight: 800;
  font-size: 100px;
}
.socios_epicfarms .text_socio .numero_socios a{
  color: #7eaf36;
  font-weight: 800;
  font-size: 50px;
}

.socios_epicfarms .text_socio .info_socios{
  width: 55%;
  padding-bottom: 25px;
}

/* NOTE: pie de pagina epic farms */

footer{
  padding: 50px 15% 0px 15%;
  background-color: #000;
  background: url("img/footerepicfarms.png") no-repeat ;
  background-size: cover;
  background-position: center;
  font-size: 16px;
  font-weight: 300;
}

footer section{
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #fff;
}

footer section article a{
  color: #fff;
}

footer section article a:hover{
  color: #7eaf36;
}

footer section .logo_footer{
  width: 10%;
}

footer section .logo_footer img{
  width: 100%;
}

footer section .navbar_epicfarms{
  width: 20%;
}

footer section .contact_epicfarms{
  width: 40%;
}

footer .redes_epicfarms{
  padding: 20px 0px;
}

footer .redes_epicfarms .redes a{
  font-size: 20px;
  padding: 5px;
}

.fondo_patron{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  z-index: -100;
}

/* NOTE: boton de whatsapp epic famrs */

.btn-wsp{
    position:fixed;
    width:60px;
    height:60px;
    line-height: 63px;
    bottom:25px;
    right:25px;
    background:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:35px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index:100;
    transition: all 300ms ease;
}
.btn-wsp:hover{
    background: #20ba5a;
}

/* NOTE: premio empresa peruana */

.premio{
    position:fixed;
    width:225px;
    height:60px;
    bottom:25px;
    left:0px;
    background:#fff;
    color:#444;
    text-align:left;
    display: flex;
    align-items: center;
    font-size:19px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index:5;
    transition: all 300ms ease;
    border-left: solid 5px;
}
.premio:hover{
    background: #7eaf36;
    color: #fff;
}

.premio .premio_img img{
  height: 50px;
  padding: 3px 10px 0 7px;
}

@media(max-width:1300px){

  /* NOTE: menu desplegable responsive */


  header{
    padding: 20px 50px;
  }

  header label{
    display: initial;
    font-size: 75px;
    color: #7eaf36
  }

  header .navbar{
    position: absolute;
    top: 100%;
    height: 100vh;
    left: 0;
    right: 0;
    background-color: #fff;
    display: none;

  }

  header .navbar ul li{
    width: 100%;
  }
  header .navbar ul li .unic{
    width: 100%;
    margin: 0 0;
  }

  header .navbar ul li a{
    width: 100%;
    text-align: center;
    padding: 50px 0;
    height: 150px;
    font-size: 50px;
  }

  header img{
    height: 150px;
    text-decoration: none;
  }

  header .navbar ul li .active{
    background-color: #7eaf36;
    color: #fff;
  }

  header .navbar ul li .unico{
    display: none;

  }



/* NOTE: ocultar y mostrar Menu */

  #menu-bar:checked ~ .navbar{
    display: initial;
  }

  /* NOTE: main principal*/
  .barr_epic{
    height: 200px;
  }

  main{
    display: initial;
    display: block;
    width: 100%;
    padding: 25px 0 75px 0;
  }

  /* NOTE: texto principal */

  main .text_epic {
    text-align: center;
    width: 100%;
  }

  main .text_epic h1{
    color: #fff;
    font-size: 4em;
  }

  /* NOTE: formulario */

  main .form_epic {
    width: 90%;
    padding: 50px;
    margin: 25px 5%;
  }

  main .form_epic h2{
    font-size: 3em;
  }

  main div form{
    font-size: 3em;
  }

  main div input {
    height: 100px;
    padding: 0 25px;
    margin-top: 15px;
    font-size: 1em;
  }

  main div form article{
    display: flex;
  }

  main div form article input {
    width: 50px;
    margin-right: 25px;
    margin-top: -10px;
   }

main div form article .terminos_condiciones{
  width: 90%;
  font-size: 0.7em;
}

/* NOTE: proyecto epic farms */

.conoce{
  display: initial;
  display: block;
  padding: 100px 5%;
  background: none;
  margin-top: 100px;
  background-color: #fff;
}

div .conoce_vid{
  width: 100%;
  padding: 0 5%;
}

.conoce .conoce_vid video{
  width: 95%;
  box-shadow: 40px 40px 0px #7eaf36;
-webkit-border-radius: 50px;
}

div .conoce_txt{
  width: 100%;
  font-size: 1.5em;
  text-align: justify;
}

div .conoce_txt h1{
  font-size: 2.5em;
  text-align: center;
  padding: 75px 0 25px 0;
}

div .conoce_txt h1 br{
  display: initial;
}

/* NOTE: carrusel beneficios */

.carrusel_epicfarms{
  background-color: #000;
  padding: 75px 5% 75px 5%;
}

.carrusel_epicfarms .beneficios{
  width: 100%;
}

.carrusel_epicfarms .beneficios h1{
  padding: 0px 0 35px 0;
  font-size: 4em;
}

.carrusel_epicfarms .iconos_epicfarms{
  width: 100%;
  display: initial;
  display: block;
}

.carrusel_epicfarms section article{
  width: 100%;
}

.carrusel_epicfarms section article .lista_beneficios{
  width: 42%;
  font-size: 2.5em;
  padding: 50px 25px;
  box-shadow: 0px 0px 0px #fff;
-webkit-border-radius: 35px;

}

.carrusel_epicfarms section article div h2{
  font-size: 1.2em;
  padding: 15px 0;
}

.carrusel_epicfarms section article .icono{
  width: 40%;
}

/* NOTE: etapas epic farms */

.etapas_epicfarms{
  padding: 75px 5%;
  text-align: center;
  color: #444;
  font-size: 1.5em;
}

.etapas_epicfarms section{
  width: 100%;
}

.etapas_epicfarms section h1{
  font-size: 2.8em;
}

.etapas_epicfarms .post_etapas{
  display: initial;
  display: block;
  padding: 0 10%;

}

.etapas_epicfarms .post_etapas article{
  padding-top: 50px;
  width: 100%;
}

.etapas_epicfarms .post_etapas article img{
  width: 100%;
  border: 0px solid #000000;
-webkit-border-radius: 35px;
}

/* NOTE: exportacion epic famrs */

.exportacion_epicfarms{
  display: initial;
  display: block;
}

.exportacion_epicfarms .text_exportacion{
  width: 100%;
  text-align: justify;
}

.exportacion_epicfarms .text_exportacion h1{
  text-align: center;
  padding-bottom: 50px;
}

.exportacion_epicfarms .img_exportacion{
  padding-top: 50px;
  width: 100%;
}

.exportacion_epicfarms .img_exportacion img{
  width: 100%;
}

/* NOTE: ubicacion epic farms */
.ubicacion_epicfarms{
  padding: 75px 5% 0px 5%;
  display: initial;
  display: block;
  font-size: 1.5em;
}

.ubicacion_epicfarms section{
  width: 100%;
  padding-bottom: 75px;
}
.mapa_ubicacion iframe{
  height: 650px;
}

.ubicacion_epicfarms section article h1{
  font-size: 2em;
}

/* NOTE: socios epic farms */

.socios_epicfarms{
  display: initial;
  display: block;
  padding: 75px 5% 25px 5%;
}

.socios_epicfarms section{
  width: 100%;
}

.socios_epicfarms section h1{
  font-size: 4em;
  font-weight: 600;
  padding: 0px 0 50px 0;
}

.socios_epicfarms .text_socio{
  display: initial;
  display: block;
  text-align: center;
}

.socios_epicfarms .text_socio .numero_socios{
  width: 100%;
  padding: 25px 0;
}

.socios_epicfarms .text_socio .numero_socios h2{
  font-size: 3em;
}

.socios_epicfarms .text_socio .numero_socios p{
  color: #7eaf36;
  font-size: 15em;
}
.socios_epicfarms .text_socio .numero_socios a{
  color: #7eaf36;
  font-size: 0.5em;
}

.socios_epicfarms .text_socio .info_socios{
  width: 100%;
  padding: 25px 0;
  text-align: justify;
}

/* NOTE: pie de pagina epic farms */

footer {
  padding: 50px 5% 0px 5%;
  font-size: 2.5em;
}

footer section .navbar_epicfarms{
  display: none;
}

footer section .logo_footer img{
}
footer .footer_epicfarms{
  justify-content: space-around;
}

footer section .logo_footer{
  width: 35%;
}

footer section .contact_epicfarms{
  width: 50%;
}

footer .redes_epicfarms{
  display: block;
  font-size: 0.4em;
  text-align: center;
}

footer .redes_epicfarms .redes a{
  font-size: 2.5em;
  padding: 25px;
  line-height: 150px;
}

.fondo_patron{
  display:block;
}

/* NOTE: barra de navegacion*/

.navbar{
  background: url("./img/patronepicfarms.png") no-repeat;
  background-size: cover;
  background-position: center;
}



  .btn-wsp{
      width: 150px;
      height: 150px;
      line-height: 150px;
      border-radius:75px;
      font-size:75px;
}

.premio{
    width:auto;
    height:150px;
    font-size:55px;
    border-left: solid 15px;
}

.premio p{
    display: none;
}

.premio .premio_img img{
  height: 130px;
  padding: 5px 25px 0 20px;
}

}
