:root {
  --gold: #bc9500;
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar {
  z-index: 100000;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 3vh 9vw;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .28);
}

.brand {
  width: 15%;
}

.nav-menu-3 {
  width: auto;
  height: 50px;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-link-2 {
  padding: 0 0 0 40px;
  font-family: Lexend, sans-serif;
  font-size: 16px;
}

.nav-link-2:hover, .nav-link-2.w--current {
  color: var(--gold);
}

.image {
  height: auto;
}

.hero-section {
  height: 85vh;
  max-height: none;
  min-height: auto;
  background-color: #969696;
  background-image: linear-gradient(rgba(0, 0, 0, .68), rgba(0, 0, 0, .68)), url('../images/mayorista-camperas-importadores-en-argentina.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  align-items: center;
  padding: 5vh 9vw 9vh;
  font-weight: 700;
  display: flex;
}

.grid-2 {
  grid-column-gap: 21px;
  grid-template-rows: auto;
  align-items: center;
  justify-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
}

.h1-2 {
  color: #fff;
  margin-top: 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
}

.heading-5 {
  color: #fff;
  font-size: 26px;
  font-weight: 300;
  line-height: 32px;
}

.html-embed {
  min-width: 100%;
  background-color: rgba(239, 239, 239, 0);
  border-radius: 50px;
  margin-top: 0;
}

.body {
  font-family: Lexend, sans-serif;
}

.container {
  flex-direction: column;
  align-items: center;
  padding: 9vh 9vw;
  display: flex;
}

.container._2-columns {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container.bkg-gris {
  background-color: #f0f0f0;
}

.container.bkg-grey {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #efefef;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 5vh;
  padding-bottom: 2vh;
  display: flex;
}

.container.footer {
  background-color: #000;
}

.container.gracias {
  min-height: 60vh;
  justify-content: center;
  align-items: center;
}

.divisor-2 {
  width: 10vw;
  height: 1vh;
  max-height: none;
  background-color: var(--gold);
  margin-bottom: -10px;
}

.heading-9 {
  margin-top: 20px;
  font-size: 28px;
  line-height: 35px;
}

.heading-9.center {
  text-align: center;
}

.cta-button-2 {
  min-width: 200px;
  background-color: var(--gold);
  text-align: center;
  border-radius: 3px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 400;
  box-shadow: 1px 1px 8px #b1aeae;
}

.cta-button-2:hover {
  background-color: #ae8a00;
}

.text {
  text-align: left;
  margin-bottom: 20px;
  padding-top: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
}

.text.center {
  text-align: center;
}

.bold-text, .bold-text-2 {
  color: var(--gold);
}

.image-17 {
  height: auto;
}

.div-block-42 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-42.gracias {
  width: auto;
}

.div-block-48 {
  width: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 15vh;
  display: flex;
}

.heading-11 {
  font-size: 26px;
  line-height: 50px;
}

.text-span-6 {
  color: var(--gold);
}

.productos-div-6 {
  width: 100%;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 12px 20px;
  display: flex;
  box-shadow: 1px 1px 12px -2px rgba(0, 0, 0, .25);
}

.productos-img-4 {
  height: auto;
  max-width: 100%;
  margin-bottom: 20px;
}

.productos-nombres {
  color: var(--gold);
  text-align: left;
  margin-top: 8px;
  margin-bottom: 4px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}

.div-block-49 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.icons-grid {
  grid-column-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 40px;
}

.icon-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-img {
  width: 100%;
  height: auto;
  max-width: 401px;
}

.icon-txt {
  text-align: left;
  padding-top: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
}

.title-icon {
  color: var(--gold);
  text-align: left;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 32px;
}

.bold-text-3, .bold-text-4 {
  color: var(--gold);
}

.div-block-50 {
  width: 100%;
}

.div-block-51 {
  max-width: 80%;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-52 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  justify-items: end;
  display: grid;
}

.image-11 {
  height: auto;
  max-width: 30%;
  margin-bottom: 10px;
}

.nav-data-3 {
  width: auto;
  color: #fff;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 180%;
}

.bold-text-5 {
  width: 100%;
  display: inline;
}

.text-block-4 {
  margin-top: 10px;
  font-size: 16px;
}

.bold-text-6 {
  color: #00b6c2;
}

.link, .link-2 {
  color: #fff;
  text-decoration: none;
}

.div-block-53 {
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-end;
  display: flex;
}

.text-span-7 {
  color: var(--gold);
}

.whatsapp-button {
  z-index: 4;
  background-color: #0bb346;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 13px 13px 16px 16px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 3vh;
  left: auto;
  right: 1vw;
  box-shadow: 1px 1px 5px -1px rgba(71, 71, 71, .7);
}

.whatsapp-logo {
  width: 50px;
  height: auto;
  max-width: 50px;
}

@media screen and (min-width: 1440px) {
  .image {
    max-width: 80%;
  }

  .hero-section {
    padding-top: 156px;
    padding-bottom: 156px;
  }

  .grid-2 {
    justify-items: stretch;
  }

  .productos-div-6 {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .productos-nombres {
    font-size: 22px;
  }

  .icon-div {
    padding-left: 8px;
    padding-right: 8px;
  }

  .whatsapp-button {
    padding: 13px;
  }
}

@media screen and (min-width: 1920px) {
  .nav-menu-3 {
    height: 80px;
  }

  .nav-link-2 {
    font-size: 26px;
    line-height: 50px;
  }

  .image {
    max-width: 80%;
  }

  .hero-section {
    background-image: linear-gradient(rgba(0, 0, 0, .68), rgba(0, 0, 0, .68)), url('../images/mayorista-camperas-importadores-en-argentina.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    padding: 240px 100px;
  }

  .h1-2 {
    font-size: 60px;
  }

  .heading-5 {
    font-size: 36px;
    line-height: 42px;
  }

  .container.bkg-grey {
    padding-top: 5vh;
    padding-bottom: 2vh;
  }

  .heading-9 {
    font-size: 35px;
    line-height: 45px;
  }

  .heading-9.center {
    font-size: 36px;
  }

  .cta-button-2 {
    padding: 24px 40px;
    font-size: 22px;
  }

  .text {
    font-size: 26px;
  }

  .heading-11 {
    font-size: 34px;
  }

  .productos-div-6 {
    padding: 20px 60px;
  }

  .productos-img-4 {
    max-width: 100%;
  }

  .productos-nombres {
    font-size: 32px;
  }

  .icon-img {
    width: auto;
    height: auto;
  }

  .icon-txt {
    font-size: 26px;
  }

  .title-icon {
    font-size: 34px;
    line-height: 40px;
  }

  .nav-data-3 {
    font-size: 26px;
  }

  .whatsapp-button {
    padding-left: 13px;
    padding-right: 13px;
  }

  .whatsapp-logo {
    width: 50px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .brand {
    width: 50%;
  }

  .menu-button {
    width: 100%;
    text-align: right;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .icon-3 {
    color: #202020;
    background-color: #fff;
    font-size: 35px;
  }

  .nav-menu-3 {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding-left: 9vw;
  }

  .nav-link-2 {
    text-align: left;
    padding-left: 0;
    line-height: 26px;
  }

  .image {
    max-width: 60%;
  }

  .hero-section {
    height: auto;
    max-height: none;
    padding-top: 2vh;
    padding-left: 9vw;
    padding-right: 9vw;
  }

  .grid-2 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    align-self: flex-start;
  }

  .div-block-18 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }

  .h1-2 {
    text-align: center;
    font-size: 35px;
  }

  .heading-5 {
    text-align: center;
    margin-top: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .container._2-columns {
    grid-template-columns: 1fr;
  }

  .divisor-2 {
    width: 15vw;
    height: 1vh;
  }

  .text {
    margin-top: 12px;
    padding-top: 0;
    font-size: 16px;
  }

  .productos-div-6 {
    width: 100%;
    align-items: center;
    padding-left: 27px;
    padding-right: 27px;
  }

  .productos-img-4 {
    max-width: 100%;
  }

  .productos-nombres {
    margin-top: 0;
    margin-bottom: 0;
  }

  .icons-grid {
    grid-template-columns: 1fr;
  }

  .icon-img {
    width: auto;
    height: auto;
  }

  .icon-txt {
    margin-top: 12px;
    padding-top: 0;
    font-size: 16px;
  }

  .div-block-51 {
    max-width: 100%;
  }

  .div-block-52 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: end;
    justify-items: end;
    display: grid;
  }

  .image-11 {
    max-width: 50%;
  }

  .nav-data-3 {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
  }

  .text-block-4 {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .brand {
    padding-left: 0;
  }

  .image {
    max-width: 80%;
  }

  .hero-section {
    padding-left: 9vw;
    padding-right: 40px;
  }

  .h1-2 {
    font-size: 35px;
  }

  .heading-5 {
    font-size: 18px;
  }

  .container.bkg-grey {
    overflow: hidden;
  }

  .heading-9 {
    font-size: 26px;
    line-height: 30px;
  }

  .text {
    font-size: 16px;
  }

  .heading-11 {
    font-size: 24px;
    line-height: 40px;
  }

  .productos-div-6 {
    align-items: center;
  }

  .productos-img-4 {
    max-width: 60%;
  }

  .div-block-49 {
    grid-template-columns: 1fr;
  }

  .icons-grid {
    grid-column-gap: 8px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .icon-div {
    padding-left: 0;
  }

  .icon-img {
    width: 100%;
    height: auto;
  }

  .icon-txt {
    font-size: 14px;
  }

  .div-block-52 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    justify-items: center;
    display: grid;
  }

  .image-11 {
    max-width: 45%;
  }

  .nav-data-3 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .link-block {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .menu-button {
    width: 50%;
  }

  .nav-menu-3 {
    order: 0;
    justify-content: flex-start;
    display: flex;
  }

  .hero-section {
    max-height: none;
    padding: 2vh 16px 60px;
  }

  .h1-2 {
    text-align: center;
    padding-left: 0;
    font-size: 35px;
    line-height: 1.2;
  }

  .html-embed {
    margin-top: -10px;
    margin-bottom: 0;
  }

  .divisor-2 {
    height: .8vh;
    margin-bottom: -5px;
  }

  .heading-9 {
    text-align: left;
  }

  .cta-button-2 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text {
    text-align: left;
  }

  .heading-11 {
    line-height: 30px;
  }

  .productos-div-6 {
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .productos-img-4 {
    max-width: 100%;
  }

  .icons-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .icon-div {
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .icon-img {
    width: 100%;
    height: auto;
  }

  .icon-txt {
    text-align: left;
    font-size: 16px;
  }

  .title-icon {
    text-align: left;
    font-size: 22px;
    line-height: 25px;
  }

  .nav-data-3 {
    text-align: center;
    font-size: 16px;
  }

  .bold-text-5 {
    text-align: center;
  }

  .whatsapp-button {
    padding: 9px 12px 12px;
  }

  .whatsapp-logo {
    width: 40px;
  }
}

#w-node-d15c19e5-d954-f60d-feb4-616eefe6968b-b2136d02, #w-node-d15c19e5-d954-f60d-feb4-616eefe6968c-b2136d02, #w-node-d15c19e5-d954-f60d-feb4-616eefe6968f-b2136d02, #w-node-d15c19e5-d954-f60d-feb4-616eefe69691-b2136d02, #w-node-ab357f43-61b8-2a24-e706-7eea62031171-b2136d02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7a2e1f9-2985-7e0f-2a3c-d32f75aae3f0-b2136d02, #w-node-_220883d6-02ed-7c95-0d47-6f1420497260-b2136d02, #w-node-a31bcbff-2353-8e66-d0ea-be90ebd129e0-b2136d02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-aae6abb3-9a8a-50f0-26dc-caf172e6573b-b2136d02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aae6abb3-9a8a-50f0-26dc-caf172e6573a-b2136d02 {
  justify-self: start;
}

#w-node-_60b5e6d3-6d28-0bd5-2e11-18bae82bf292-b2136d02, #w-node-_8c6cc209-9e95-532a-548b-e0944da1f669-b2136d02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c6cc209-9e95-532a-548b-e0944da1f66a-b2136d02 {
  align-self: start;
}

#w-node-_8c6cc209-9e95-532a-548b-e0944da1f670-b2136d02, #w-node-_8c6cc209-9e95-532a-548b-e0944da1f669-8bb8fe27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c6cc209-9e95-532a-548b-e0944da1f66a-8bb8fe27 {
  align-self: start;
}

#w-node-_8c6cc209-9e95-532a-548b-e0944da1f670-8bb8fe27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_984a7cf3-c27f-b982-7f55-a9c12e3b8af2-b2136d02 {
    justify-self: end;
  }

  #w-node-_666fc49e-1226-7033-c559-7a38ee17ecbe-b2136d02, #w-node-acbd5e17-5038-6ce4-a3e0-dcbafe806351-b2136d02, #w-node-_4d7b1de0-90cf-c635-a463-9b25bb8065c8-b2136d02, #w-node-_25cb3780-0d22-7a6a-7fd1-5b5d8af11491-b2136d02, #w-node-c500fe79-5b87-1bae-c8ea-6f5d310400e2-b2136d02, #w-node-ff62eeb1-1a3a-3f83-fe46-fecb11881593-b2136d02, #w-node-_0e5ab4a2-bd9b-83ca-6e51-f1baf8a29862-b2136d02, #w-node-e2297528-2d8e-de75-5211-6e0dab3f551b-b2136d02 {
    align-self: auto;
    justify-self: center;
  }

  #w-node-aae6abb3-9a8a-50f0-26dc-caf172e6573a-b2136d02 {
    justify-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d15c19e5-d954-f60d-feb4-616eefe6968b-b2136d02 {
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_666fc49e-1226-7033-c559-7a38ee17ecbe-b2136d02 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Lexend';
  src: url('../fonts/Lexend-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend';
  src: url('../fonts/Lexend-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend';
  src: url('../fonts/Lexend-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}