@media (min-width:768px) and (orientation:portrait) {
  .whatsapp {
    width: 80px;
    height: 80px;
    margin: 0 30px 110px 0;
  }
}

@media (min-width:768px) and (orientation:portrait) {
  #popup_box .popup_box_inside {
    margin-top: 30%;
  }
}

@media (min-width:1024px) {
  #popup_box .popup_box_inside {
    margin-top: 15%;
  }
}

@media (min-width:1200px) {
  #popup_box .popup_box_inside {
    margin-top: 10%;
  }
}

@media (min-width:1200px) {
  .come-in {
    transform: translateY(250px);
    animation: a .8s ease forwards;
  }

  .come-in:nth-child(odd) {
    animation-duration: .6s;
  }

  .already-visible {
    transform: translateY(0);
    animation: none;
  }
}

@media (min-width:768px) and (orientation:portrait) {
  .header {
    padding: 20px 40px;
  }

  .header.fixed {
    padding: 12px 38px;
  }
}

@media (min-width:1024px) {
  .header {
    padding: 40px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .header__toggle {
    display: none;
  }

  .header .logo {
    width: 150px;
  }

  .header.fixed {
    display: none;
  }

  .header.is-active {
    position: absolute;
    background: none;
    z-index: 3;
  }
}

@media (min-width:1200px) {
  .header .logo {
    width: 200px;
  }
}

@media (min-width:1600px) {
  .header .logo {
    width: 250px;
  }
}

@media (min-width:1024px) {
  section.menu {
    position: absolute;
    left: 0;
    top: 10vh;
    z-index: 4;
    opacity: 1;
    background: none;
    padding: 0 40px;
    height: auto;
    -ms-flex-align: center;
    align-items: center;
  }

  section.menu .menu-inner {
    display: -ms-flexbox;
    display: flex;
  }

  section.menu .menu-inner .menu-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }

  section.menu .menu-inner .menu-list li {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
  }

  section.menu .menu-inner .menu-list li:last-child a:after {
    content: none;
  }

  section.menu .menu-inner .menu-list li.inicio {
    display: block;
  }

  section.menu .menu-inner .menu-list li span {
    line-height: 1;
  }

  section.menu .menu-inner .menu-list li a {
    line-height: 32px;
    padding: 0;
    transition: color .4s ease;
    display: -ms-flexbox;
    display: flex;
  }

  section.menu .menu-inner .menu-list li a:after {
    content: "|";
    color: #968760;
    margin: 0 10px;
  }

  section.menu .menu-inner .menu-list li a:hover {
    color: #968760;
  }

  .fixed section.menu .menu-inner .menu-list li a {
    color: #fff;
  }

  section.menu .menu-inner .menu-list li.social svg {
    transition: fill .4s ease;
  }

  section.menu .menu-inner .menu-list li.social svg:hover {
    fill: #968760;
  }

  section.menu.fixed {
    top: 0;
    padding: 13px 40px;
    background: url(../img/logo.svg) 4% no-repeat;
    background-color: #968760;
    background-size: 90px;
    position: fixed;
    animation: b .5s ease-out;
  }

  section.menu.fixed.seccion {
    background: url(../img/logo-black.svg) 4% no-repeat;
    background-color: #968760;
    background-size: 90px;
  }

  section.menu.fixed.seccion .menu-inner .menu-list li a,
  section.menu.fixed.seccion .menu-inner .menu-list li a:after {
    color: #000;
  }

  section.menu.fixed.seccion .menu-inner .menu-list li a:hover {
    color: #fff;
  }

  section.menu.fixed.seccion .menu-inner .menu-list li.social svg:hover {
    fill: #fff;
  }

  section.menu.fixed .menu-inner .menu-list li a,
  section.menu.fixed .menu-inner .menu-list li a:after {
    color: #fff;
  }

  section.menu.fixed .menu-inner .menu-list li a:hover {
    color: #000;
  }

  section.menu.fixed .menu-inner .menu-list li.social svg:hover {
    fill: #000;
  }
}

@media (min-width:1200px) {
  section.menu .menu-inner .menu-list li a:after {
    margin: 0 20px;
  }
}

@media (min-width:1440px) {
  section.menu .menu-inner .menu-list li {
    font-size: 20px;
  }
}

@media (min-width:1600px) {
  section.menu .menu-inner .menu-list li {
    font-size: 24px;
  }
}

@media (min-width:768px) and (orientation:portrait) {
  .footer {
    background: url(../img/bg-footer_ipad.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
  }

  .footer,
  .footer.tartas {
    padding: 40px;
  }

  .footer h2 {
    margin-bottom: 60px;
  }

  .footer .snacks {
    max-width: 70%;
  }

  .footer_container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    -ms-flex-align: end;
    align-items: end;
    column-gap: 10px;
  }

  .footer_container_column:first-child form,
  .footer_container_column:first-child form textarea {
    margin-bottom: 0;
  }

  .footer_container_column:first-child form .button__rayen {
    margin: 30px auto 0;
  }

  .footer_container_column_inputs {
    border-right: 1px solid #fff;
  }
}

@media (min-width:1024px) {
  .footer {
    background: url(../img/bg-footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
  }

  .footer,
  .footer.tartas {
    padding: 60px;
  }

  .footer .snacks {
    max-width: 100%;
    margin: 0;
  }

  .footer_container {
    display: -ms-grid;
    display: grid;
    -ms-flex-align: end;
    align-items: end;
    -ms-grid-columns: 1fr 1.5fr;
    grid-template-columns: 1fr 1.5fr;
    column-gap: 30px;
  }

  .footer_container_column {
    height: 100%;
  }

  .footer_container_column:nth-child(2) {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
    -ms-flex-align: end;
    align-items: end;
    text-align: left;
  }

  .footer_container_column_inputs {
    border-right: 1px solid #fff;
  }

  .footer form h3 span {
    padding: 0 15%;
  }

  .footer .scon {
    position: absolute;
    top: -10%;
    right: 0;
    width: 40%;
  }
}

@media (min-width:1200px) {
  .footer,
  .footer.tartas {
    padding: 80px;
  }

  .footer h2 {
    font-size: 32px;
  }

  .footer .snacks {
    max-width: 90%;
    margin: 0;
  }

  .footer_container {
    -ms-grid-columns: 1fr 1.5fr;
    grid-template-columns: 1fr 1.5fr;
    column-gap: 30px;
  }

  .footer_container_column {
    height: 100%;
  }

  .footer_container_column:nth-child(2) {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.5fr 1fr;
    grid-template-columns: 1.5fr 1fr;
    -ms-flex-align: end;
    align-items: end;
    text-align: left;
  }

  .footer_container_column:nth-child(2) p {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .footer form h3 {
    margin-bottom: 60px;
  }

  .footer .scon {
    position: absolute;
    top: -10%;
    right: 0;
    width: 35%;
  }
}

@media (min-width:1600px) {
  .footer {
    padding: 80px 100px 30px;
  }

  .footer.tartas {
    padding: 100px;
  }

  .footer .scon {
    position: absolute;
    top: -10%;
    right: 0;
    width: 30%;
  }

  .footer form input,
  .footer form textarea {
    width: 75%;
  }

  .footer form label {
    font-size: 20px;
  }

  .footer form textarea {
    margin-bottom: 50px;
  }

  .footer form h3 {
    font-size: 28px;
  }
}

@media (min-width:768px) and (orientation:portrait) {
  .hero {
    background: url(../img/feeds.png),url(../img/bg-hero-ipad.jpg);
    background-repeat: no-repeat;
    background-position: 125% -40px,50%;
    background-size: 50%,cover;
    height: 75vh;
  }

  .hero .bread {
    position: absolute;
    max-width: 25%;
    left: 0;
    top: 70%;
  }

  .hero .tomato {
    position: absolute;
    max-width: 27%;
    left: 6%;
    top: 20%;
  }

  .hero .pie {
    position: absolute;
    max-width: 45%;
    right: 20%;
    top: 40%;
  }

  .hero .green {
    position: absolute;
    max-width: 28%;
    right: 0;
    bottom: -17%;
  }
}

@media (min-width:1024px) {
  .hero {
    background: url(../img/feeds.png),url(../img/bg-hero.jpg);
    background-repeat: no-repeat;
    background-position: 115% -15vh,50%;
    background-size: 35%,cover;
    height: 70vh;
  }

  .hero .bread {
    position: absolute;
    max-width: 17%;
    left: 0;
    top: 70%;
  }

  .hero .tomato {
    position: absolute;
    max-width: 25%;
    left: 20%;
    top: 55%;
  }

  .hero .pie {
    position: absolute;
    max-width: 40%;
    right: 10%;
    top: 30%;
  }

  .hero .green {
    position: absolute;
    max-width: 17%;
    right: 0;
    bottom: -20%;
  }
}

@media (min-width:1200px) {
  .hero {
    background-position: 110% -15vh,50%;
    background-size: 27%,cover;
  }

  .hero .bread {
    position: absolute;
    max-width: 15%;
    left: 0;
    top: 35vh;
  }

  .hero .tomato {
    position: absolute;
    max-width: 18%;
    left: 28%;
    top: 35vh;
  }

  .hero .pie {
    position: absolute;
    max-width: 33%;
    right: 15%;
    top: 16vh;
  }

  .hero .green {
    position: absolute;
    max-width: 14%;
    right: 0;
    bottom: -16vh;
  }
}

@media (min-width:768px) and (orientation:portrait) {
  .nosotros {
    padding: 20px 20%;
    height: 25vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nosotros h2 {
    margin-bottom: 30px;
    font-size: 36px;
  }
}

@media (min-width:1024px) {
  .nosotros {
    padding: 40px 12%;
    height: 30vh;
  }

  .nosotros h2 {
    font-size: 36px;
  }

  .nosotros p {
    font-size: 18px;
  }
}

@media (min-width:1200px) {
  .nosotros {
    padding: 40px 20%;
  }

  .nosotros h2 {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .nosotros p {
    font-size: 20px;
  }
}

@media (min-width:1600px) {
  .nosotros {
    padding: 40px 18%;
  }

  .nosotros h2 {
    margin-bottom: 30px;
    font-size: 42px;
  }

  .nosotros p {
    font-size: 24px;
  }
}

@media (min-width:768px) and (orientation:portrait) {
  .por {
    padding: 40px;
  }

  .por p {
    width: 55%;
  }

  .por .verdeo {
    position: absolute;
    bottom: -60%;
    left: 1%;
    width: 28%;
  }

  .por .carrot {
    position: absolute;
    top: -40%;
    right: 0;
    width: 25%;
  }
}

@media (min-width:1024px) {
  .por {
    padding: 60px;
  }

  .por p {
    width: 45%;
  }

  .por .verdeo {
    position: absolute;
    bottom: -50%;
    left: 2%;
    width: 28%;
  }

  .por .carrot {
    position: absolute;
    top: -30%;
    right: 0;
    width: 25%;
  }
}

@media (min-width:1200px) {
  .por {
    padding: 60px 80px;
  }

  .por p {
    width: 45%;
    font-size: 20px;
  }

  .por .verdeo {
    position: absolute;
    bottom: -40%;
    left: 3%;
    width: 23%;
  }

  .por .carrot {
    position: absolute;
    top: -25%;
    right: 5%;
    width: 18%;
  }
}

@media (min-width:1600px) {
  .por {
    padding: 80px 100px;
  }

  .por p {
    width: 45%;
    font-size: 22px;
  }

  .por .verdeo {
    position: absolute;
    bottom: -40%;
  }

  .por .carrot {
    position: absolute;
    top: -30%;
    right: 5%;
    width: 20%;
  }
}

@media (min-width:768px) and (orientation:portrait) {
  .servicios {
    padding: 40px;
  }

  .servicios .swiper .swiper-button-next:after,
  .servicios .swiper .swiper-button-prev:after {
    font-size: 28px;
  }

  .servicios .swiper-slide_tagline {
    padding: 30px 10%;
  }
}

@media (min-width:1024px) {
  .servicios {
    padding: 60px;
  }
}

@media (min-width:1200px) {
  .servicios {
    padding: 80px;
  }

  .servicios .swiper-slide_tagline {
    padding: 30px 5%;
  }

  .servicios .swiper-slide_tagline h3 {
    font-size: 18px;
  }
}

@media (min-width:1600px) {
  .servicios {
    padding: 100px;
  }

  .servicios .swiper-slide_tagline {
    padding: 30px 5%;
  }

  .servicios .swiper-slide_tagline h3 {
    font-size: 22px;
  }
}

@media (min-width:768px) and (orientation:portrait) {
  .tartas {
    padding: 120px 40px 40px;
  }

  .tartas_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    column-gap: 20px;
    row-gap: 20px;
  }
}

@media (min-width:1024px) {
  .tartas {
    padding: 180px 60px 60px;
  }

  .tartas_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,1fr);
    column-gap: 40px;
    row-gap: 40px;
  }
}

@media (min-width:1200px) {
  .tartas {
    padding: 240px 80px 80px;
  }

  .tartas h2 {
    margin-bottom: 40px;
  }

  .tartas p {
    margin: 0 auto;
    margin-bottom: 60px;
    width: 80%;
    font-size: 18px;
  }

  .tartas_list li img {
    padding: 30px;
  }

  .tartas_list_tagline {
    margin-top: 20px;
    width: 85%;
  }

  .tartas_list_tagline h3 {
    font-size: 18px;
  }

  .tartas_list_tagline p {
    font-size: 18px;
    width: 100%;
  }
}

@media (min-width:1600px) {
  .tartas {
    padding: 300px 100px 100px;
  }

  .tartas h2 {
    font-size: 36px;
  }

  .tartas p {
    font-size: 20px;
  }

  .tartas_list_tagline h3 {
    font-size: 22px;
  }

  .tartas_list_tagline p {
    font-size: 20px;
  }
}