/* montserrat-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/montserrat-v26-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* montserrat-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v26-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* montserrat-500 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/montserrat-v26-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* montserrat-600 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/montserrat-v26-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* montserrat-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/montserrat-v26-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* montserrat-800 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/montserrat-v26-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }


html {
    box-sizing: border-box;
    display: block;
    
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
.clear::after {
    clear: both;
}
.clear::before,
.clear::after {
    display: block;
    content: "";
}
.pgs-list.display {
    display: block;
}
h1, h2, h3, h4, p, a, div, ul, li {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;

}
img {
  vertical-align: top;
  width: 100%;
}
ul {
    list-style: none;
}
body{
    padding: 0;
    margin: 0;
    font-family: 'Montserrat';

}
main a{
    display: inline;
}
.display-button{
    cursor: pointer;
    width: 35px;
    padding: 15px;
    margin-right: 30px;
    float: right;
    margin-top: 20px;
  }
  .display-button span{
    background-color:rgb(108, 140, 50);
    display: block;
    height: 2px;
    margin-bottom: 5px;
    width: 25px;
    border-radius: 1px;

  }
  .logo{
    width: 80px;
    margin: 30px;
    float: left;
  }
  .nav-list{
    clear: both;
    text-align: center;
    display: none;
  }
  .nav-list li{
    font-size: 14px;
    padding: 10px;
    color: rgb(24,24,24);
    cursor: pointer;
  }
  .nav-list a{
    display: block;
    color: rgb(24,24,24);
  }
  .nav-list.show{
    display: block;
  }
  .food{
    background-color:rgb(108, 140, 50) ;
    padding-top: 50px;
    padding-bottom: 50px;    
    text-align: center;

  }
  .food h2{
    color: #fff;
    padding: 30px;
  }
  .food button{
    border: none;
    background-color: #fff;
    color:rgb(108, 140, 50) ;
    padding: 18px;
    letter-spacing: 2px;
    cursor: pointer;
  }
  .food button:hover{
    color: #fff;
    background-color: rgb(108, 140, 50) ;
  }
  .container{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 50px;
}
.container h2{
    color: rgb(108, 140, 50) ;
    font-size: 32px;
    margin-top: 30px;
}
.container p{
    font-weight: 600;
    font-size: 18px; 
    padding-top: 30px;
    line-height: 30px;
}
.container button{
    padding: 10px;
    background-color: #fff;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    margin-top: 40px;
}
.container button:hover{
    background-color: black;
    color: #fff;
}
.parteners{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 50px;
}
.parteners h2{
    color: rgb(108, 140, 50) ;
    font-size: 40px;
    margin-top: 30px;
}
.parteners p{
    font-weight: 600;
    font-size: 18px; 
    line-height: 30px;
}
.parteners img{
    width: 100%;
    max-width:200px;
}
.unu h3{
    color: rgb(108, 140, 50) ;
    padding-top: 40px;

}
.unu img{
    margin-top: 50px;
    cursor: pointer;
}
.subscribe{
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.subscribe h3{
  font-weight: 400;
  font-size: 22px;
}
.subscribe p{
  font-size: 13px;
  padding-top: 10px;
}
#d{
  width: 100%;
  height: 40px;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #000;
  margin-top: 20px;
}
#d::placeholder{
  font-family: 'Montserrat';
  color: #000;
}
#d:hover{
  border: 1px solid #000;

}
.subscribe button{
  background-color: #000;
  font-weight: 600;
  color: #fff;
  margin-top: 15px;
  width: 100%;
  padding: 10px;
  border: none;
  cursor: pointer;
  font-size: 16px;
}
.subscribe button:hover{
  background-color: #535252;
}
footer{
  text-align: center;
  font-size: 14px;
  margin-top: 150px;
  margin-bottom: 30px;
}
.line{
  width: 5cqmax;
  background-color: #fff;
  height: 3px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.content{
  width: 90%;
  margin: 30px auto;
  max-width: 950px;
}

.content h1{
  color: rgb(108, 140, 50) ;
  text-align: center;
  padding-bottom: 40px;
  padding-top: 50px;
}
.content h2{
  color: #000;
  padding-top: 15px;
  font-size: 22px;
  font-weight: 500;

}
.content p{
  padding-top: 15px;
  font-weight: 500;
  text-align: justify;
  line-height: 25px;
}

.second{
  width: 95%;
  margin: 0 auto;
  text-align: center;
  max-width: 860px;
}
.second h1{
  color: rgb(108, 140, 50) ;
  padding-bottom: 40px;
  padding-top: 50px;
  font-size: 38px;
  text-align: left;
}
.second p{
  font-weight: 600;
  font-size: 16px; 
  line-height: 30px;
  text-align: left;
}
.second img{
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
  max-width: 750px;
}

















@media (min-width:767px){
.display-button{
  display: none;
}
.nav-list{
  display: block;
  border-top: 1px solid #000;
  margin-bottom: 30px;
}
.nav-list li{
  float: left;
}
.topbar{
  width: 90%;
  margin: 0 auto;
}
.logo{
  margin-left: 0;
  margin-bottom: 20px;
}
.food h2{
  font-size: 42px;
  width: 100%;
  margin: 0 auto;
  max-width: 850px;
}
.container {
  max-width: 850px;
}
.container h2{
  font-size: 54px;

}
.container p{
  font-size: 21px;
  line-height: 38px;
}
.parteners{
  margin-top: 50px;
}
.parteners h2{
  font-size: 42px;

}
.unu{
  width: 33%;
  float: left;
  height: 400px;
}
.unu h3{
  bottom: 0;
  position:sticky;
}

.subscribe{
  max-width: 950px;
}




}
