@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

a{
    text-decoration: none;
}

body{
    font-family: "Poppins", sans-serif;
    background-color: #e2ebd0 !important;
}

img{
    max-width: 100%;
}

.header{
    display: flex;
    align-items: center;
    
    background: linear-gradient(
        90deg,
        rgba(241,237,220,1)0%,
        rgba(255,255,253,1)50%,
        rgba(252,246,232,1)100%
    );
    padding: 50px 0;
}

.naz{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
    z-index: 10;
}

.na{
    max-width: 1170px;
    margin: auto;
    padding: 0 15px;
}

.naz .na {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.naz .logo img{
    vertical-align: middle;
    width: 100px;
}

.naz .menu .head{
    display: none;
}

.naz .menu ul{
    list-style: none;
}

.naz .menu > ul > li{
    display: inline-block;
}

.naz .menu > ul > li:not(:last-child){
    margin-right: 40px;
}

.naz .menu .dropdown{
    position: relative;
}

.naz .menu a{
    text-decoration: none;
    text-transform: capitalize;
    font-size: 18px;
    color: #181818;
    line-height: 1.5;
    display: block;
    margin-top: 10px;
}

.naz .menu > ul > li > a{
    padding: 24px 0;
}

.naz .menu > ul > .dropdown > a{
    padding-right: 15px;
}

.naz .menu i{
    font-size: 10px;
    pointer-events: none;
    user-select: none;
    position: absolute;
    color: #181818;
    top: calc(50% - 5px);
    margin-top: 5px;
}

.naz .menu > ul > li > i{
    right: 0;
}

.naz .menu .sub-menu{
    position: absolute;
    top: 100%;
    left: 0;
    width: 230px;
    padding: 15px 0;
    background-color: #6DA700;
    box-shadow: 0 0 5px hsla(0, 0%, 0%, 0.5);
    z-index: 1;
    transform-origin: top;
    transform: scaleY(0);
    visibility: hidden;
    opacity: 0;
}

.naz .menu .sub-menu-right{
    left: 100%;
    top: 0;
}

.naz .menu .sub-menu-left{
    top: 0;
    left: auto;
    right: 100%;
}

.naz .menu li:hover > .sub-menu{
    opacity: 1;
    transform: none;
    visibility: visible;
    transition: all 0.5s ease;
}

.naz .menu .sub-menu a{
    padding: 6px 24px;
    color: #f7fafa;
}

.naz .menu .sub-menu .dropdown > a{
    padding-right: 34px;
}

.naz .menu .sub-menu span{
    background-image: linear-gradient(hsl(0, 0%, 100%), hsl(0, 0%, 100%));
    background-size: 0 1px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    transition: background-size 0.5s ease;
}

.naz .menu .sub-menu li:hover > a >span{
    background-size: 100% 1px;
}

.naz .menu .sub-menu i{
    transform: rotate(-90deg);
    right: 24px;
}

.header-right{
    display: flex;
}

.header-right > *{
    margin-left: 25px;
}

.header-right .icon-btn{
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: #4b4b4b;
    font-size: 16px;
}

.header-right .open-menu-btn{
    display: none;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.header-txt h1{
    text-transform: uppercase;
    color: #181818;
    font-size: 60px;
    line-height: 80px;
    margin-bottom: 35px;
}

.header-txt p{
    font-size: 20px;
    text-align: justify;
    color: #5b5b5a;
    margin-bottom: 35px;
}

.btn-1{
    display: inline-block;
    padding: 13px 25px;
    background-color: #4a5e4b;
    color: #CAD6B2;
    font-size: 16px;
    text-transform: capitalize;
}

.bnt-1:hover{
    background-color: #6DA700;
}

.header-content{
    display: flex;
    margin-top: 50px;
}

.header-txt{
    width: 50%;
}

.header-img{
    width: 50%;
    text-align: right;
}

.header-img img{
    width: 500px;
}

.ofert {
    padding: 100px 0;
    text-align: center;
}

.ofert h2 {
    font-size: 50px;
    color: #181818;
    font-family: "Poppins", sans-serif;
    margin: 80px 0 40px 0;
}

.ofert-content{
    display: flex;
    justify-content: space-around;
    margin-bottom: 5px;
  }

  .ofert-1{
    width: 100%;
    padding: 20px;
  }


.ofert-1 img{
    height: 140px;
    width: 140px;
}

.ofert-1 h3 {
    font-family: "Poppins", sans-serif;
    color: #181818;
    font-size: 35px;
    margin-bottom: 10px;
}

.ofert-1 p{
    font-size: 16px;
    color: #4b4b4b;
    width: 100%;
    text-align: center;
}

.ingredient{
    background-image: url(assets/up.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -5px;
    padding: 50px 0;
    text-align: center;
}

.ingredient h2{
    font-size: 50px;
    color: #030301;
    font-family: "Poppins", sans-serif;
    margin-bottom: 50px;
}

.ingredient-1 {
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}

.ingredient-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    margin-bottom: 35px;
    
}



.ingredient-txt .iz{
  margin-left: 100px;
}

.ingredient-txt{
    width: 50%;
}

.ingredient-in{
    margin-left:30px;
}


.ingredient-in h3{
    font-family: "Poppins", sans-serif;
    color: #030301;
    font-size: 30px;
    text-transform: capitalize;
}

.ingredient-in p{
    color: #4b4b4b;
    font-size: 15px;
    text-align: justify;
}

.ingredient-in p{
    width: 90%;
}



.ingredient-img img{
    width: 50%;
}

.ingredient-img img {
    width: 500px;
}



.bg-ingredient {
    background-image: url(assets/bottom.svg);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 150px;
}

.geo {
    padding: 100px 0 ;
    display: flex;
    background-image: url(images/arbol.png);
    background-repeat: no-repeat;
    background-size: 500px;
}

.geo-1, .geo-2{
    width: 50%;
}

.geo-1{
  padding-top: 90px;
}

.geo-1 h2 {
    font-size: 50px;
    color: #030301;
    font-family: "Poppins", sans-serif;
    margin-bottom: 30px;
}

.geo-1 p{
    font-size: 16px;
    color: #5b5b5a;
    margin-bottom: 15px;
}

.map{
    width: 600px;
    height: 450px;
}

.ofert h3 {
    font-family: "Poppins", sans-serif;
    color: #181818;
    font-size: 35px;
    margin-bottom: 10px;
}

.ofert-1 p{
    font-size: 16px;
    color: #5b5b5a;
}



footer{
    position: relative;
    width: 100%;
    height: 60vh;
    background: #CAD6B2;
}

footer .wave{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: url(images/wave.png);
    background-size: 1000px 80px;
}

footer .wave.wave1{
    animation: animate 30s linear infinite;
    z-index: 1;
    opacity: 0.2;
    animation-delay: 0s;
    bottom: 0;
}
footer .wave.wave2{
    animation: animate2 15s linear infinite;
    z-index: 1;
    opacity: 0.3;
    animation-delay: -5s;
    bottom: 0px;
}
footer .wave.wave3{
    animation: animate2 30s linear infinite;
    z-index: 1;
    opacity: 0.1;
    animation-delay: -2s;
    bottom: 0px;
}
footer .wave.wave4{
    animation: animate2 5s linear infinite;
    z-index: 1;
    opacity: 0.1;
    animation-delay: -5s;
    bottom: 0px;
}
@keyframes animate
{
    0%{
        background-position-x: 0;
    }
    100%{
        background-position-x: 1000px;
    }
}
@keyframes animate2
{
    0%{
        background-position-x: 0;
    }
    100%{
        background-position-x: -1000px;
    }
}
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

.pie-pagina{
    margin-top: 10px;
    height: 100%;
    width: 100%;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.pie-pagina .grupo-1{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display:grid;
    grid-template-columns: repeat(4,255px);
    grid-gap:50px;
    padding: 10px 0px 100px;
}
.pie-pagina .grupo-1 .box figure{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pie-pagina .grupo-1 .box figure img{
    width: 250px;
}
.pie-pagina .grupo-1 .box h2{
    color: #fff;
    margin-bottom: 25px;
    font-size: 20px;
}

.pie-pagina .grupo-1 .box .ultimo p{
    margin-bottom: 100px;
}

.pie-pagina .grupo-1 .box p{
    color: #4a5e4b;
    margin-bottom: 0px;
    
}

.titulo{
    font-size: 30px;
}

.pie-pagina .grupo-2{
    background-color: #181818;
    padding: 15px 1px;
    text-align: center;
    color: #fff;
    margin-top: -10px;
}
.pie-pagina .grupo-2 small{
    font-size: 15px;
}


.box  li{
    display: inline;
    align-items: center;
    justify-content: space-between;
  }

.social_icon li a{
    font-size: 2em;
    color: #4a5e4b;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.text-center {
    text-align: center ;
  }

  .text-uppercase {
    text-transform: uppercase !important;
  }


.page-section {
    padding: 6rem 0;
  }
  .page-section h2.section-heading, .page-section .section-heading.h2 {
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .page-section h3.section-subheading, .page-section .section-subheading.h3 {
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
    font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin-bottom: 4rem;
  }

  .page-section h3.section-subheading, .page-section .section-subheading.h3 {
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
    font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin-bottom: 4rem;
  }

  .text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important;
  }

  .timeline {
    position: relative;
    padding: 0;
    list-style: none;
  }
  .timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    content: "";
    background-color: #e9ecef;
  }
  .timeline > li {
    position: relative;
    min-height: 50px;
    margin-bottom: 50px;
  }
  .timeline > li:after, .timeline > li:before {
    display: table;
    content: " ";
  }
  .timeline > li:after {
    clear: both;
  }
  .timeline > li .timeline-panel {
    position: relative;
    float: right;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
  }
  .timeline > li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }
  .timeline > li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }
  .timeline > li .timeline-image {
    position: absolute;
    z-index: 100;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    text-align: center;
    color: white;
    border: 7px solid #e9ecef;
    border-radius: 100%;
    background-color: #ffc800;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    font-size: 10px;
    line-height: 14px;
    margin-top: 12px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
  }
  .timeline > li.timeline-inverted > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }
  .timeline > li.timeline-inverted > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }
  .timeline > li:last-child {
    margin-bottom: 0;
  }
  .timeline .timeline-heading h4, .timeline .timeline-heading .h4 {
    margin-top: 0;
    color: inherit;
  }
  .timeline .timeline-heading h4.subheading, .timeline .timeline-heading .subheading.h4 {
    text-transform: none;
  }
  .timeline .timeline-body > ul,
  .timeline .timeline-body > p {
    margin-bottom: 0;
  }

  .timeline {
    position: relative;
    padding: 0;
    list-style: none;
  }
  .timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    content: "";
    background-color: #e9ecef;
  }
  .timeline > li {
    position: relative;
    min-height: 50px;
    margin-bottom: 50px;
  }
  .timeline > li:after, .timeline > li:before {
    display: table;
    content: " ";
  }
  .timeline > li:after {
    clear: both;
  }
  .timeline > li .timeline-panel {
    position: relative;
    float: right;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
  }
  .timeline > li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }
  .timeline > li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }
  .timeline > li .timeline-image {
    position: absolute;
    z-index: 100;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    text-align: center;
    color: white;
    border: 7px solid #e9ecef;
    border-radius: 100%;
    background-color: rgb(19,74,142);
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    font-size: 10px;
    line-height: 14px;
    margin-top: 12px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
  }
  .timeline > li.timeline-inverted > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }
  .timeline > li.timeline-inverted > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }
  .timeline > li:last-child {
    margin-bottom: 0;
  }
  .timeline .timeline-heading h4, .timeline .timeline-heading .h4 {
    margin-top: 0;
    color: inherit;
  }
  .timeline .timeline-heading h4.subheading, .timeline .timeline-heading .subheading.h4 {
    text-transform: none;
  }
  .timeline .timeline-body > ul,
  .timeline .timeline-body > p {
    margin-bottom: 0;
  }
  
  @media (min-width: 768px) {
    .timeline:before {
      left: 50%;
    }
    .timeline > li {
      min-height: 100px;
      margin-bottom: 100px;
    }
    .timeline > li .timeline-panel {
      float: left;
      width: 41%;
      padding: 0 20px 20px 30px;
      text-align: right;
    }
    .timeline > li .timeline-image {
      left: 50%;
      width: 100px;
      height: 100px;
      margin-left: -50px;
    }
    .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
      font-size: 13px;
      line-height: 18px;
      margin-top: 16px;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
      float: right;
      padding: 0 30px 20px 20px;
      text-align: left;
    }
  }
  @media (min-width: 992px) {
    .timeline > li {
      min-height: 150px;
    }
    .timeline > li .timeline-panel {
      padding: 0 20px 20px;
    }
    .timeline > li .timeline-image {
      width: 150px;
      height: 150px;
      margin-left: -75px;
    }
    .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
      font-size: 18px;
      line-height: 26px;
      margin-top: 30px;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
      padding: 0 20px 20px;
    }
  }
  @media (min-width: 1200px) {
    .timeline > li {
      min-height: 170px;
    }
    .timeline > li .timeline-panel {
      padding: 0 20px 20px 100px;
    }
    .timeline > li .timeline-image {
      width: 170px;
      height: 170px;
      margin-left: -85px;
    }
    .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
      margin-top: 40px;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
      padding: 0 100px 20px 20px;
    }
  }

  .timeline img{
    border-radius: 100%;
    width: 200px;
  }

@media(max-width:1050px) {

  

  .container{
    width: 100%;
  }

  .ofert-1{
    align-items: center;
    text-align: center;
  }

  
    
    .naz{
        padding: 12px 0;
    }

    .naz .menu{
        position: fixed;
        right: 0;
        top: 0;
        width: 320px;
        height: 100%;
        background-color: rgb(109,167,0);
        padding: 15px 30px 30px;
        overflow-y: auto;
        z-index: 1;
        transform: translateX(100%);
    }

    .naz .menu.open{
        transform: none;
    }

    .naz .menu .head{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 25px;
    }

    .naz .menu .close-menu-btn{
        height: 35px;
        width: 35px;
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
        cursor: pointer;
        border: none;
    }

    .naz .menu .close-menu-btn::before,
    .naz .menu .close-menu-btn::after{
        content: '';
        position: absolute;
        width: 80%;
        height: 2px;
        background-color: hsl(0, 0%, 100%);
    }

    .naz .menu .close-menu-btn::before{
        transform: rotate(45deg);
    }

    .naz .menu .close-menu-btn::after{
        transform: rotate(-45deg);
    }

    .naz .menu >ul > li{
        display: block;
    }

    .naz .menu > ul > li:not(:last-child){
        margin-right: 0;
    }

    .naz .menu li{
        border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
    }

    .header .menu li:first-child{
        border-top: 1px solid hsla(0, 0%, 100%, 0.25);
    }

    .header .menu i{
        height: 25px;
        width: 25px;
        border: 1px solid hsla(0, 0%, 100%, 0.25);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        pointer-events: auto;
        cursor: pointer;
        top: 20px;
        color: #f7fafa;
    }
    .header .menu a{
        color: #f7fafa;
    }

    .naz .menu .dropdown.active > i{
        background-color: hsla(0, 0%, 100%, 0.25);
        transform: rotate(180deg);
    }

    .naz .menu .sub-menu{
        position: static;
        opacity: 1;
        transform: none;
        visibility: visible;
        padding: 0;
        transition: none;
        box-shadow: none;
        width: 100%;
        display: none;
    }

    .naz .menu .dropdown.active > .sub-menu{
        display: block;
    }

    .naz .menu .sub-menu li:last-child{
        border: none;
    }

    .naz .menu .sub-menu a{
        padding: 12px 0 12px 15px;
    }

    .naz .menu .sub-menu .sub-menu a{
        padding-left: 30px;
    }

    .naz .menu .sub-menu .sub-menu .sub-menu a{
        padding-left: 45px;
    }

    .naz .menu .sub-menu span{
        background-image: none;
    }

    .naz .menu .sub-menu i{
        transform: none;
        right: 0;
    }

    .header-right .open-menu-btn{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        width: 44px;
        cursor: pointer;
        position: relative;
        background-color: transparent;
        border: none;
    }

    .header-right .open-menu-btn .line{
        height: 2px;
        width: 30px;
        background-color: hsla(0, 0%, 0%, 0.5);
        position: absolute;
    }

    .header-right .open-menu-btn .line-1{
        transform: translateY(-8px);
    }

    .header-right .open-menu-btn .line-3{
        transform: translateY(8px);
    }

    .footer {
        padding: 30px;
    }

    .pie-pagina .grupo-1 {
        width: 100%;
        grid-template-columns: repeat(1,1fr);
        grid-gap:30px;
        padding: 35px;
    }

    .header-content{
        flex-direction: column;
        padding: 100px 30px 30px 30px;
        text-align: center;
    }

    .header-txt{
        width: 100%;
        margin-bottom: 35px;
    }

    .header-txt h1{
        font-size: 60px;
        line-height: 70px;
        margin-bottom: 25px;
    }

    .header-img{
        width: 100%;
    }

    .header-img img {
        width: 100%;
    }

    .ofert{
        padding: 30px;
        background-color: #f4f5ef;
    }

    .ofert h2 {
        margin: 0;
    }

    .ofert-content{
        flex-direction: column;
        margin-bottom: 15px;
    }

    .ofert-1 {
        padding: 0 25px ;
        margin-bottom: 25px;
    }

    .ingredient{
        padding: 30px;
    }

    .ingredient-1{
        flex-direction: column;
    }

    .ingredient-txt {
        width: 100%;
   }

   .ingredient-in{
    margin-left: 40px;
   }

   .ingredient-img{
    width: 100%;
    order: 2;
   }

   .ingredient-img img {
    width: 100%;
   }

   .bg-ingredient{
    display: none;
   }

   .geo{
    padding: 0 30px 30px 30px;
    flex-direction: column;
    text-align: center;
    background-image: none;
   }

   .geo-1, .geo-2{
    width: 100%;
   }

   .map{
    width: 300px;
    height: 350px;
   }

   .ingredient-in{
    margin-left: 10px;
   }


}


@media(max-width:768px) {
  
.iz{
    margin-left: 0px !important;
}

  .container{
    width: 768px;
  }
    
  .naz{
      padding: 12px 0;
  }

  .naz .menu{
      position: fixed;
      right: 0;
      top: 0;
      width: 320px;
      height: 100%;
      background-color: rgb(109,167,0);
      padding: 15px 30px 30px;
      overflow-y: auto;
      z-index: 1;
      transform: translateX(100%);
  }

  .naz .menu.open{
      transform: none;
  }

  .naz .menu .head{
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 25px;
  }

  .naz .menu .close-menu-btn{
      height: 35px;
      width: 35px;
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background-color: transparent;
      cursor: pointer;
      border: none;
  }

  .naz .menu .close-menu-btn::before,
  .naz .menu .close-menu-btn::after{
      content: '';
      position: absolute;
      width: 80%;
      height: 2px;
      background-color: hsl(0, 0%, 100%);
  }

  .naz .menu .close-menu-btn::before{
      transform: rotate(45deg);
  }

  .naz .menu .close-menu-btn::after{
      transform: rotate(-45deg);
  }

  .naz .menu >ul > li{
      display: block;
  }

  .naz .menu > ul > li:not(:last-child){
      margin-right: 0;
  }

  .naz .menu li{
      border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
  }

  .header .menu li:first-child{
      border-top: 1px solid hsla(0, 0%, 100%, 0.25);
  }

  .header .menu i{
      height: 25px;
      width: 25px;
      border: 1px solid hsla(0, 0%, 100%, 0.25);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      pointer-events: auto;
      cursor: pointer;
      top: 20px;
      color: #f7fafa;
  }
  .header .menu a{
      color: #f7fafa;
  }

  .naz .menu .dropdown.active > i{
      background-color: hsla(0, 0%, 100%, 0.25);
      transform: rotate(180deg);
  }

  .naz .menu .sub-menu{
      position: static;
      opacity: 1;
      transform: none;
      visibility: visible;
      padding: 0;
      transition: none;
      box-shadow: none;
      width: 100%;
      display: none;
  }

  .naz .menu .dropdown.active > .sub-menu{
      display: block;
  }

  .naz .menu .sub-menu li:last-child{
      border: none;
  }

  .naz .menu .sub-menu a{
      padding: 12px 0 12px 15px;
  }

  .naz .menu .sub-menu .sub-menu a{
      padding-left: 30px;
  }

  .naz .menu .sub-menu .sub-menu .sub-menu a{
      padding-left: 45px;
  }

  .naz .menu .sub-menu span{
      background-image: none;
  }

  .naz .menu .sub-menu i{
      transform: none;
      right: 0;
  }

  .header-right .open-menu-btn{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 40px;
      width: 44px;
      cursor: pointer;
      position: relative;
      background-color: transparent;
      border: none;
  }

  .header-right .open-menu-btn .line{
      height: 2px;
      width: 30px;
      background-color: hsla(0, 0%, 0%, 0.5);
      position: absolute;
  }

  .header-right .open-menu-btn .line-1{
      transform: translateY(-8px);
  }

  .header-right .open-menu-btn .line-3{
      transform: translateY(8px);
  }

  .footer {
      padding: 30px;
  }

  .pie-pagina .grupo-1 {
      width: 100%;
      grid-template-columns: repeat(1,1fr);
      grid-gap:30px;
      padding: 35px;
  }

  .header-content{
      flex-direction: column;
      padding: 100px 30px 30px 30px;
      text-align: center;
  }

  .header-txt{
      width: 100%;
      margin-bottom: 35px;
  }

  .header-txt h1{
      font-size: 60px;
      line-height: 70px;
      margin-bottom: 25px;
  }

  .header-img{
      width: 100%;
  }

  .header-img img {
      width: 100%;
  }

  .ofert{
      padding: 30px;
      background-color: #f4f5ef;
  }

  .ofert h2 {
      margin: 0;
  }

  .ofert-content{
      flex-direction: column;
      margin-bottom: 15px;
  }

  .ofert-1 {
      padding: 0 25px ;
      margin-bottom: 25px;
  }

  .ingredient{
      padding: 30px;
  }

  .ingredient-1{
      flex-direction: column;
  }

  .ingredient-txt {
      width: 100%;
 }

 .ingredient-in{
  margin-left: 40px;
 }

 .ingredient-img{
  width: 100%;
  order: 2;
 }

 .ingredient-img img {
  width: 100%;
 }

 .bg-ingredient{
  display: none;
 }

 .geo{
  padding: 0 30px 30px 30px;
  flex-direction: column;
  text-align: center;
  background-image: none;
 }

 .geo-1, .geo-2{
  width: 100%;
 }

 .map{
  width: 300px;
  height: 350px;
 }

 .ingredient-in{
  margin-left: 10px;
 }


}

@media(max-width:576px) {

  .container{
    width: 576px;
  }
    
  .naz{
      padding: 12px 0;
  }

  .naz .menu{
      position: fixed;
      right: 0;
      top: 0;
      width: 320px;
      height: 100%;
      background-color: rgb(109,167,0);
      padding: 15px 30px 30px;
      overflow-y: auto;
      z-index: 1;
      transform: translateX(100%);
  }

  .naz .menu.open{
      transform: none;
  }

  .naz .menu .head{
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 25px;
  }

  .naz .menu .close-menu-btn{
      height: 35px;
      width: 35px;
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background-color: transparent;
      cursor: pointer;
      border: none;
  }

  .naz .menu .close-menu-btn::before,
  .naz .menu .close-menu-btn::after{
      content: '';
      position: absolute;
      width: 80%;
      height: 2px;
      background-color: hsl(0, 0%, 100%);
  }

  .naz .menu .close-menu-btn::before{
      transform: rotate(45deg);
  }

  .naz .menu .close-menu-btn::after{
      transform: rotate(-45deg);
  }

  .naz .menu >ul > li{
      display: block;
  }

  .naz .menu > ul > li:not(:last-child){
      margin-right: 0;
  }

  .naz .menu li{
      border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
  }

  .header .menu li:first-child{
      border-top: 1px solid hsla(0, 0%, 100%, 0.25);
  }

  .header .menu i{
      height: 25px;
      width: 25px;
      border: 1px solid hsla(0, 0%, 100%, 0.25);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      pointer-events: auto;
      cursor: pointer;
      top: 20px;
      color: #f7fafa;
  }
  .header .menu a{
      color: #f7fafa;
  }

  .naz .menu .dropdown.active > i{
      background-color: hsla(0, 0%, 100%, 0.25);
      transform: rotate(180deg);
  }

  .naz .menu .sub-menu{
      position: static;
      opacity: 1;
      transform: none;
      visibility: visible;
      padding: 0;
      transition: none;
      box-shadow: none;
      width: 100%;
      display: none;
  }

  .naz .menu .dropdown.active > .sub-menu{
      display: block;
  }

  .naz .menu .sub-menu li:last-child{
      border: none;
  }

  .naz .menu .sub-menu a{
      padding: 12px 0 12px 15px;
  }

  .naz .menu .sub-menu .sub-menu a{
      padding-left: 30px;
  }

  .naz .menu .sub-menu .sub-menu .sub-menu a{
      padding-left: 45px;
  }

  .naz .menu .sub-menu span{
      background-image: none;
  }

  .naz .menu .sub-menu i{
      transform: none;
      right: 0;
  }

  .header-right .open-menu-btn{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 40px;
      width: 44px;
      cursor: pointer;
      position: relative;
      background-color: transparent;
      border: none;
  }

  .header-right .open-menu-btn .line{
      height: 2px;
      width: 30px;
      background-color: hsla(0, 0%, 0%, 0.5);
      position: absolute;
  }

  .header-right .open-menu-btn .line-1{
      transform: translateY(-8px);
  }

  .header-right .open-menu-btn .line-3{
      transform: translateY(8px);
  }

  .footer {
      padding: 30px;
  }

  .pie-pagina .grupo-1 {
      width: 100%;
      grid-template-columns: repeat(1,1fr);
      grid-gap:30px;
      padding: 35px;
  }

  .header-content{
      flex-direction: column;
      padding: 100px 30px 30px 30px;
      text-align: center;
  }

  .header-txt{
      width: 100%;
      margin-bottom: 35px;
  }

  .header-txt h1{
      font-size: 60px;
      line-height: 70px;
      margin-bottom: 25px;
  }

  .header-img{
      width: 100%;
  }

  .header-img img {
      width: 100%;
  }

  .ofert{
      padding: 30px;
      background-color: #f4f5ef;
  }

  .ofert h2 {
      margin: 0;
  }

  .ofert-content{
      flex-direction: column;
      margin-bottom: 15px;
  }

  .ofert-1 {
      padding: 0 25px ;
      margin-bottom: 25px;
  }

  .ingredient{
      padding: 30px;
  }

  .ingredient-1{
      flex-direction: column;
  }

  .ingredient-txt {
      width: 100%;
 }

 .ingredient-in{
  margin-left: 40px;
 }

 .ingredient-img{
  width: 100%;
  order: 2;
 }

 .ingredient-img img {
  width: 100%;
 }

 .bg-ingredient{
  display: none;
 }

 .geo{
  padding: 0 30px 30px 30px;
  flex-direction: column;
  text-align: center;
  background-image: none;
 }

 .geo-1, .geo-2{
  width: 100%;
 }

 .map{
  width: 300px;
  height: 350px;
 }

 .ingredient-in{
  margin-left: 10px;
 }


}

@media(max-width:360px) {

  .container{
    width: 360px;
  }

  .ingredient-in h3{
    font-size: 20px;
  }
    
  .naz{
      padding: 12px 0;
  }

  .naz .menu{
      position: fixed;
      right: 0;
      top: 0;
      width: 320px;
      height: 100%;
      background-color: rgb(109,167,0);
      padding: 15px 30px 30px;
      overflow-y: auto;
      z-index: 1;
      transform: translateX(100%);
  }

  .naz .menu.open{
      transform: none;
  }

  .naz .menu .head{
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 25px;
  }

  .naz .menu .close-menu-btn{
      height: 35px;
      width: 35px;
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background-color: transparent;
      cursor: pointer;
      border: none;
  }

  .naz .menu .close-menu-btn::before,
  .naz .menu .close-menu-btn::after{
      content: '';
      position: absolute;
      width: 80%;
      height: 2px;
      background-color: hsl(0, 0%, 100%);
  }

  .naz .menu .close-menu-btn::before{
      transform: rotate(45deg);
  }

  .naz .menu .close-menu-btn::after{
      transform: rotate(-45deg);
  }

  .naz .menu >ul > li{
      display: block;
  }

  .naz .menu > ul > li:not(:last-child){
      margin-right: 0;
  }

  .naz .menu li{
      border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
  }

  .header .menu li:first-child{
      border-top: 1px solid hsla(0, 0%, 100%, 0.25);
  }

  .header .menu i{
      height: 25px;
      width: 25px;
      border: 1px solid hsla(0, 0%, 100%, 0.25);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      pointer-events: auto;
      cursor: pointer;
      top: 20px;
      color: #f7fafa;
  }
  .header .menu a{
      color: #f7fafa;
  }

  .naz .menu .dropdown.active > i{
      background-color: hsla(0, 0%, 100%, 0.25);
      transform: rotate(180deg);
  }

  .naz .menu .sub-menu{
      position: static;
      opacity: 1;
      transform: none;
      visibility: visible;
      padding: 0;
      transition: none;
      box-shadow: none;
      width: 100%;
      display: none;
  }

  .naz .menu .dropdown.active > .sub-menu{
      display: block;
  }

  .naz .menu .sub-menu li:last-child{
      border: none;
  }

  .naz .menu .sub-menu a{
      padding: 12px 0 12px 15px;
  }

  .naz .menu .sub-menu .sub-menu a{
      padding-left: 30px;
  }

  .naz .menu .sub-menu .sub-menu .sub-menu a{
      padding-left: 45px;
  }

  .naz .menu .sub-menu span{
      background-image: none;
  }

  .naz .menu .sub-menu i{
      transform: none;
      right: 0;
  }

  .header-right .open-menu-btn{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 40px;
      width: 44px;
      cursor: pointer;
      position: relative;
      background-color: transparent;
      border: none;
  }

  .header-right .open-menu-btn .line{
      height: 2px;
      width: 30px;
      background-color: hsla(0, 0%, 0%, 0.5);
      position: absolute;
  }

  .header-right .open-menu-btn .line-1{
      transform: translateY(-8px);
  }

  .header-right .open-menu-btn .line-3{
      transform: translateY(8px);
  }

  .footer {
      padding: 30px;
  }

  .pie-pagina .grupo-1 {
      width: 100%;
      grid-template-columns: repeat(1,1fr);
      grid-gap:30px;
      padding: 15px;
  }

  .header-content{
      flex-direction: column;
      padding: 100px 30px 30px 30px;
      text-align: center;
  }

  .header-txt{
      width: 100%;
      margin-bottom: 35px;
  }

  .header-txt h1{
      font-size: 35px;
      line-height: 70px;
      margin-bottom: 25px;
  }

  .header-img{
      width: 100%;
  }

  .header-img img {
      width: 100%;
  }

  .ofert{
      padding: 30px;
      background-color: #f4f5ef;
  }

  .ofert h2 {
      margin: 0;
      font-size: 40px;
  }

  .ofert-content{
      flex-direction: column;
      margin-bottom: 15px;
  }

  .ofert-1 {
      padding: 0 25px ;
      margin-bottom: 25px;
  }

  .ingredient{
      padding: 30px;
  }

  .ingredient-1{
      flex-direction: column;
  }

  .ingredient-txt {
      width: 100%;
 }

 .ingredient-in{
  margin-left: 40px;
 }

 .ingredient-img{
  width: 100%;
  order: 2;
 }

 .ingredient-img img {
  width: 100%;
 }

 .bg-ingredient{
  display: none;
 }

 .geo{
  padding: 0 30px 30px 30px;
  flex-direction: column;
  text-align: center;
  background-image: none;
 }

 .geo-1, .geo-2{
  width: 100%;
 }

 .map{
  width: 300px;
  height: 350px;
 }

 .ingredient-in{
  margin-left: 10px;
 }


}