:root {
  --white: white;
  --gold: #feda46;
  --black: #1e2833;
  --dark-slate-grey: #354136db;
  --gold-28: #feda4647;
}

.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;
}

p {
  color: var(--white);
  margin-bottom: 10px;
}

strong {
  color: #ffffffdb;
  font-weight: 700;
  text-decoration: none;
}

.hero-paragraph {
  width: 36%;
  color: var(--gold);
  text-align: left;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  line-height: 26px;
}

.hero-section {
  background-image: linear-gradient(105deg, var(--black), #2220), url('../images/IMG_0082.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  min-height: 550px;
  display: flex;
}

.hero-section.about-hero {
  background-image: linear-gradient(84deg, #222 2%, #1e2833b3 57%, #2220), url('../images/_DSC3230.jpg');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
}

.hero-wrapper {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  min-height: 550px;
  margin-top: 141px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% auto auto 7%;
}

.container {
  flex-direction: column;
  justify-content: space-around;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.container.shop-local-container {
  background-color: #0000;
}

.container.contact {
  margin-top: 45px;
  position: absolute;
  inset: 0%;
}

.btn {
  background-color: var(--gold);
  border: 1px solid #0000;
  border-radius: 5px;
  padding: 5px 25px;
  font-weight: 700;
  transition: border-color .3s, background-color .3s;
}

.btn:hover {
  background-color: #222;
  border-color: #222;
}

.btn.light {
  color: #222;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}

.btn.light:hover {
  color: #f9f9f9;
  background-color: #eb5757;
  border-color: #eb5757;
}

.btn.light.outline {
  color: var(--dark-slate-grey);
  padding: 12px 29px;
  font-size: 18px;
}

.btn.light.hero {
  margin-right: 10px;
}

.btn.light.outline {
  color: #eb5757;
}

.btn.light.outline:hover {
  color: #222;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}

.hero-heading {
  color: #f9f9f9;
  text-align: left;
  text-transform: uppercase;
  width: 50%;
  font-family: Oswald, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.navbar {
  border-bottom: 10px solid var(--gold);
  background-color: var(--white);
  color: #060b0f;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 17px;
  padding-bottom: 17px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cart-nav-wrapper {
  align-items: center;
  display: flex;
}

.nav-menu {
  color: #000;
}

.nav-link {
  color: var(--black);
  border-radius: 5px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 4px 10px;
  font-size: 18px;
  transition: all .3s;
}

.nav-link:hover {
  color: var(--dark-slate-grey);
  background-color: #feda47;
  background-image: none;
  border-radius: 8px;
}

.nav-link.w--current {
  background-color: var(--gold);
  color: var(--black);
}

.support-top-heading {
  color: #203953;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.2;
}

.support-top-right {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.support-top-details-text {
  text-transform: uppercase;
  font-weight: 700;
}

.support-top-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 88px;
  display: flex;
}

.support-square-number {
  color: #f9f9f9;
  font-size: 40px;
  font-weight: 700;
  position: absolute;
  inset: 10% auto auto 10%;
}

.support-top-left {
  flex-direction: column;
  display: flex;
}

.support-square-image {
  position: absolute;
  inset: auto -25% -25% auto;
}

.support-square-image.rectangle {
  bottom: -31%;
  right: -14%;
}

.support-square-image.triangle {
  bottom: -17%;
  right: -11%;
}

.support-section {
  border-top: 10px solid var(--gold);
  border-bottom: 10px solid var(--gold);
  background-color: #fff;
  padding-top: 65px;
  padding-bottom: 65px;
}

.product {
  background-color: #222;
  background-image: url('../images/Industrial-Suela-Amarilla.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-height: 350px;
  margin-bottom: 45px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product._1 {
  background-color: var(--white);
  background-image: none;
  margin-bottom: 0;
}

.product._1._1-1 {
  background-color: #fff;
  background-image: none;
  border-radius: 20px;
  width: 90%;
  height: 70%;
  min-height: 70%;
  margin: 19px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.product._1._1-1._656 {
  background-color: #d9d9d9;
}

.product._1._1-1._3-33 {
  background-image: url('../images/Bota-Junior-Infantil-Roja.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 100%;
  margin-top: 0;
}

.product._1._1-1._3-33.iap {
  background-image: url('../images/Bota-Junior-Infantil.jpg');
}

.product._1._1-1._3-33.fotobotaverde {
  background-image: url('../images/Bota-Junior-Infantil-Verde.jpg');
}

.product._1._1-1._3-33.fotobotaazul {
  background-image: url('../images/Bota-Junior-Infantil-Azul.jpg');
}

.product._1._1-1._3-33.botanegra {
  background-image: url('../images/Bota-Junior-Infantil.jpg');
}

.product._1._1-1._3-33.botablanca {
  background-image: url('../images/Bota-Blanca.jpg');
  height: 80%;
}

.product._1._1-1._3-33.botaeconomica {
  background-image: url('../images/Bota-Economica.jpg');
}

.product._1._1-1._3-33.botaburro {
  background-image: url('../images/Bota-Burro.jpg');
}

.product._1._1-1._3-33.butaindustrial1 {
  background-image: url('../images/1-Industrial--USAR-ESTA.jpg');
}

.product._1._1-1._3-33.butaindustrial1._11 {
  background-size: cover;
  width: 45%;
}

.product._1._1-1._3-33.butaindustrial1._11.bowhiteblanca {
  background-image: url('../images/Bota-Blanca.jpg');
}

.product._1._1-1._3-33.botaindutstrialbaja {
  background-image: url('../images/Bota-Industrial-Baja.jpg');
}

.product._1._1-1._3-33.botaforrada {
  background-image: url('../images/1-Industrial--USAR-ESTA.jpg');
  background-position: 50%;
  background-size: cover;
  width: 60%;
  height: 100%;
}

.product._1._1-1._3-33.economica-infantil {
  background-image: url('../images/Bota-Economica-Infantil.jpg');
}

.product._1._1-1._3-33.economicajuvenil {
  background-image: url('../images/Bota-Economica-Juvenil.jpg');
}

.product._1._1-1._3-33.botaburrojuvenil {
  background-image: url('../images/Bota-Burro-Juvenil.jpg');
}

.product._1._1-1._3-33.botaindustrial-juvenil {
  background-image: url('../images/Bota-Industrial-Juvenil.jpg');
}

.product._1._1-1._3-33.botabaja {
  background-image: url('../images/Bota-Industrial-Baja.jpg');
}

.product._2 {
  background-color: #fff;
  background-image: none;
  margin-bottom: 0;
}

.product._3 {
  background-color: var(--white);
  background-image: none;
  margin-bottom: 0;
}

.support-column {
  background-color: var(--white);
  width: 25%;
  height: 450px;
  min-height: 200px;
  margin-left: 11px;
  margin-right: 11px;
  padding-left: 9px;
  padding-right: 9px;
  text-decoration: none;
}

.support-column:hover {
  transform: scale(1.05);
  box-shadow: 4px 4px 20px -10px #000;
}

.support-column._1 {
  filter: none;
  background-color: #35413691;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 450px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.support-column._1._00 {
  background-color: #0000;
  margin-left: 9px;
  margin-right: 9px;
  padding-left: 0;
  padding-right: 0;
}

.support-column._1._00._2023 {
  width: 25%;
}

.support-column._1._2-4.botablancadiv {
  height: 500px;
}

.support-column._1._1-39 {
  display: none;
}

.support-column._1._1-41, .support-column._1._1-42, .support-column._1._1-52 {
  height: 500px;
}

.support-column._1._2-2-2 {
  margin-top: -3px;
}

.support-column._1._2-2-2._45-65 {
  background-color: #0000;
  flex-direction: row;
  height: 600px;
  margin-top: 103px;
  display: flex;
}

.support-column._1._00000, .support-column._1._4545545 {
  height: 450px;
}

.support-column._1.caroriginal {
  height: 500px;
  display: none;
}

.support-square-text {
  color: #f9f9f9;
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.support-wrapper {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 21px;
  margin-bottom: 32px;
  margin-left: 0;
  padding-top: 2px;
  display: flex;
  position: static;
  top: -14px;
}

.support-wrapper._2-3 {
  background-color: #0000;
  justify-content: flex-start;
  width: 80%;
  margin-top: 28px;
}

.safe-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  min-height: 450px;
  margin-bottom: -163px;
  display: none;
}

.safe-section {
  min-height: 550px;
  display: none;
}

.safe-paragraph {
  width: 35%;
  color: var(--gold);
  text-align: right;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.safe-heading {
  color: #f9f9f9;
  text-align: right;
  width: 45%;
  margin-top: 3px;
  font-family: Oswald, sans-serif;
  font-size: 45px;
  line-height: 1.2;
}

.shop-local-section {
  border-style: none none dashed;
  border-width: 1px 1px 2px;
  border-color: var(--gold);
  background-color: #0000;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 25px;
  padding-top: 65px;
  padding-bottom: 65px;
  display: flex;
}

.shop-local-wrapper {
  justify-content: space-around;
  min-height: 500px;
  display: flex;
  position: relative;
}

.shop-local-left {
  z-index: 25;
  mix-blend-mode: normal;
  background-image: url('../images/Bota-Junior-Infantil-Roja.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  align-items: center;
  width: 30%;
  height: 0;
  min-height: 400px;
  display: flex;
  position: absolute;
  inset: 6% auto 0% -8%;
}

.shop-local-right {
  color: #f9f9f9;
  background-color: #feda4682;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 500px;
  padding: 0 41px;
  display: flex;
}

.shop-local-content-wrapper {
  width: 80%;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

.shop-local-content-wrapper.contact-page-wrapper {
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
}

.shop-local-heading {
  margin-top: 0;
  font-size: 45px;
  line-height: 1.2;
}

.footer {
  background-color: var(--dark-slate-grey);
  color: var(--dark-slate-grey);
  padding-top: 65px;
  padding-bottom: 10px;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.social-footer-link {
  margin-left: 20px;
  transition: all .3s;
}

.social-footer-link:hover {
  opacity: .7;
}

.footer-bottom-wrapper {
  color: #f9f9f9;
  text-align: center;
  margin-top: 55px;
}

.small {
  margin-bottom: 10px;
  font-size: 10px;
}

.small.footer-small {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.paragraph {
  text-align: justify;
  font-weight: 700;
  line-height: 15px;
}

.par-pill {
  height: 20%;
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 14px;
  margin-bottom: -13px;
  padding: 20px;
  font-family: Oswald, sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 18px;
}

.paragraph-3 {
  text-align: justify;
  font-weight: 700;
  line-height: 15px;
}

.paragraph-4 {
  border-left: 3px solid var(--gold);
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  margin-left: -71px;
  padding-left: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.hero-heading-2 {
  color: #f9f9f9;
  width: 35%;
  font-size: 62px;
  line-height: 1.2;
}

.hero-heading-2.anout-hero-heading {
  width: 50%;
  line-height: 1;
}

.content-section {
  justify-content: center;
  align-items: center;
  margin-top: 81px;
  margin-bottom: 169px;
  padding-top: 65px;
  padding-bottom: 65px;
  display: flex;
}

.about-columns-wrapper {
  justify-content: space-between;
  margin-top: 104px;
  margin-bottom: -122px;
  display: flex;
}

.about-column {
  filter: saturate(0%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 22%;
  display: flex;
}

.image {
  -webkit-backdrop-filter: saturate(0%);
  backdrop-filter: saturate(0%);
  width: 100px;
  height: auto;
  display: block;
}

.meet-the-owners-wrapper {
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.meet-the-owners-left {
  background-image: url('../images/_DSC3254.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 5px;
  width: 45%;
  height: 90%;
  position: absolute;
  inset: 5% auto 0% 0%;
}

.meet-the-owners-right {
  background-color: var(--black);
  color: #f9f9f9;
  border-radius: 5px;
  width: 70%;
  padding: 90px 55px 90px 245px;
}

.owners-rich-text {
  font-size: 18px;
  line-height: 25px;
}

.owner-bios-wrapper {
  justify-content: space-around;
  display: flex;
}

.owner-bio {
  flex-direction: column;
  align-items: center;
  width: 35%;
  display: flex;
}

.owner-avatar-wrapper {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  overflow: hidden;
}

.owner-bio-paragraph {
  text-align: center;
}

.heading {
  height: 40%;
  color: var(--black);
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.paragraph-5 {
  height: 40%;
}

.heading-2 {
  text-align: center;
  height: 40%;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.paragraph-6 {
  height: 40%;
}

.heading-3 {
  height: 40%;
  font-family: Montserrat, sans-serif;
}

.paragraph-7 {
  height: 40%;
}

.heading-4 {
  text-align: center;
  height: 40%;
  font-family: Montserrat, sans-serif;
}

.paragraph-8 {
  height: 40%;
}

.contact-block-wrapper {
  justify-content: center;
  display: flex;
  position: static;
}

.contact-icon {
  filter: saturate(0%);
  height: 20%;
  margin-bottom: 30px;
}

.contact-hero-bg-wrapper {
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.contact-hero-section {
  color: #f9f9f9;
  background-color: #222;
  padding-top: 0;
  padding-bottom: 0;
}

.contact-image-div {
  background-image: linear-gradient(to right, #222, #2222222e 76%), url('../images/_DSC3254.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 45%;
  height: 550px;
}

.heading-5 {
  margin-top: 55px;
}

.contact-block {
  opacity: 1;
  color: #222;
  text-align: center;
  background-color: #f9f9f99e;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 30%;
  min-height: 350px;
  margin-top: 25px;
  margin-right: 20px;
  padding: 40px;
  display: flex;
}

.contact-wrapper {
  justify-content: space-between;
  display: flex;
}

.input {
  border: 1px solid #222;
  border-radius: 5px;
}

.input:hover, .input:active, .input:focus {
  border-color: #eb5757;
}

.input::placeholder {
  color: #525252;
}

.error {
  color: #f9f9f9;
  background-color: #e53935;
  border-radius: 5px;
}

.contact-right {
  justify-content: flex-end;
  width: 70%;
  padding-left: 0;
  display: flex;
}

.success {
  color: #f9f9f9;
  background-color: #20c788;
  border-radius: 5px;
  min-height: 280px;
  padding-top: 125px;
}

.contact-left {
  width: 50%;
  height: 80%;
}

.rich-text-block {
  height: 500px;
  color: var(--white);
  background-color: #0000;
  border-radius: 20px;
  padding: 19px;
  font-size: 16px;
  text-decoration: none;
}

.heading-6, .heading-7 {
  font-size: 28px;
}

.paragraph-9, .paragraph-10 {
  height: 20%;
}

.bold-text {
  color: #ffffff4d;
  font-weight: 400;
  text-decoration: none;
}

.paragraph-11 {
  font-size: 18px;
  line-height: 22px;
}

.image-2 {
  margin-left: 30px;
}

.footer-grid-01 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.container-2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.submit-button {
  width: 30%;
  min-width: auto;
  min-height: 62px;
  color: var(--dark-slate-grey);
  text-align: center;
  background-color: #ffffffdb;
  border: 1px #000;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 36px;
  padding-right: 81px;
  font-size: 17px;
}

.form {
  align-items: center;
  display: flex;
}

.button {
  background-color: #35413685;
  background-image: linear-gradient(to bottom, var(--dark-slate-grey), var(--dark-slate-grey)), linear-gradient(to bottom, #ffffff80, #ffffff80);
  color: #fff;
  border-radius: 10px;
  padding: 20px 30px;
  font-size: 16px;
}

.secondary-link {
  color: #fff;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-link {
  color: #ffffffd9;
  width: 100%;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.footer-link:hover {
  opacity: .5;
}

.footer-title-button {
  color: #fff;
  margin-right: 20px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
}

.footer-top {
  border-bottom: 1px solid #ffffff1a;
  justify-content: center;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 60px;
  padding-right: 0;
  display: flex;
}

.form-block {
  margin-top: 40px;
}

.footer-bottom {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  margin-top: 92px;
  display: flex;
}

.footer-title {
  color: #ffd2dd;
  margin-bottom: 22px;
  font-size: 17px;
}

.footer-01 {
  border-top: 10px solid var(--gold);
  background-color: #1e2833;
  padding: 132px 3%;
}

.social-link {
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 10px;
  display: flex;
}

.social-link.twit {
  display: none;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  min-height: 62px;
  color: var(--white);
  background-color: #0000;
  margin-bottom: 0;
  font-size: 16px;
}

.footer-wrapper-2 {
  align-items: center;
  display: flex;
}

.image-3 {
  margin-left: 0;
}

.error-message-cf9 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.form-cf9 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.form-title-cf9 {
  color: var(--gold);
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 46px;
}

.form-title-cf9.contact-page-title {
  color: var(--black);
  text-align: center;
  margin-top: 33px;
  margin-bottom: 33px;
}

.form-title-cf9._22-2 {
  color: #fff;
}

.success-message-cf9 {
  background-color: #00ff08;
  font-weight: 600;
}

.submit-button-cf9 {
  color: var(--black);
  background-color: #ffffffdb;
  border: 1px #000;
  border-radius: 10px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 600;
  transition: transform .2s;
  box-shadow: 1px 1px 3px #dfdfdf;
}

.submit-button-cf9:hover {
  transform: scale(1.02);
}

.text-field-cf9 {
  background-color: var(--black);
  text-align: left;
  border-color: #0000;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-radius: 11px;
  width: 47%;
  margin-top: 10px;
  font-size: 16px;
}

.text-field-cf9::placeholder {
  color: #fff;
}

.text-field-cf9.big {
  border-radius: 11px;
  width: 97%;
  height: 100px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.text-field-cf9.extra-left {
  color: #000;
  margin-left: 20px;
}

.text-field-cf9.extra-left::placeholder {
  color: #fff;
}

.form-subwrapper-cf9 {
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.bold-text-2 {
  font-weight: 400;
}

.text-span {
  color: #ffea00d9;
}

.text-span-2, .text-span-3 {
  color: #decd1e;
}

.section {
  height: 500px;
  margin-top: 116px;
}

.columns {
  height: 100%;
}

.column {
  flex-direction: column;
  justify-content: flex-end;
  height: 500px;
  display: flex;
}

.imagediv {
  width: 100%;
  height: 40%;
}

.column-2, .columns-2 {
  height: 100%;
}

.columnaplus {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block {
  width: 100%;
  height: 20%;
}

.infodiv {
  width: 100%;
  height: 30%;
}

.image-4 {
  width: 80%;
  height: 70%;
}

.heading-8 {
  text-align: center;
  text-transform: uppercase;
  font-family: Changa One, Impact, sans-serif;
  font-weight: 400;
}

.div-block-2 {
  margin-top: 117px;
}

.div-block-2._1._222 {
  margin-top: -23px;
}

.div-block-2._1._333 {
  margin-top: -25px;
}

.div-block-2._2 {
  margin-top: -30px;
}

.div-block-2._3 {
  margin-top: -20px;
}

.dropdown-toggle {
  width: 100%;
  margin-top: 1px;
  margin-bottom: 1px;
  padding-bottom: 27px;
}

.dropdown-toggle.w--open {
  padding-bottom: 0;
}

.dropdown {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-2 {
  text-align: center;
  text-transform: uppercase;
  padding-top: 23px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
}

.text-block-2._22 {
  text-align: right;
  padding-right: 200px;
  font-weight: 800;
}

.text-block-2._11 {
  text-align: center;
  padding-right: 0;
  font-weight: 800;
}

.text-block-2._11._1-2 {
  margin-top: -40px;
  margin-bottom: 17px;
}

.text-block-2._33 {
  text-align: right;
  padding-right: 200px;
  font-weight: 800;
}

.dropdown-list {
  margin-top: 19px;
}

.dropdown-list.w--open {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  margin-top: 664px;
  margin-left: -215px;
  display: flex;
  top: -593.056px;
}

.icon {
  width: 20px;
  height: 20px;
  margin-right: 146px;
}

.section-2 {
  background-color: #fff;
  margin-top: 127px;
}

.div-block-3 {
  opacity: .38;
  background-image: url('../images/IMG_0082.jpg');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.section-3 {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.container-3 {
  margin-top: -79px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.section-title-wrapper {
  text-align: center;
  width: 60%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.accordion-wrapper {
  width: 100vw;
  margin-left: -215px;
  padding-left: 0;
  padding-right: 0;
}

.accordion-item-trigger {
  margin-top: 13px;
  margin-bottom: 13px;
  margin-left: -44px;
  padding-right: 1158px;
}

.heading-9 {
  border: 2px dashed var(--gold);
  color: #fff;
  cursor: pointer;
  border-radius: 9px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 9px 65px 9px 15px;
  font-family: Oswald, sans-serif;
  font-size: 45px;
  font-weight: 700;
}

.accordion-item-content {
  background-color: #0000;
  overflow: hidden;
}

.accordion-item-content._3 {
  margin-top: -8px;
}

.section-4 {
  background-image: url('../images/IMG_0082.jpg');
  background-position: 0 0;
  background-size: auto;
  margin-top: 9px;
}

.div-block-4 {
  background-image: url('../images/IMG_0082.jpg');
  background-position: 100% 90%;
  background-size: cover;
  height: 250px;
  margin-top: 74px;
}

.div-block-5 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.div-block-6 {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #0000;
  margin: -125px auto 71px;
}

.div-block-6._3232 {
  margin-top: -1px;
  margin-bottom: 88px;
}

.div-block-6._3232.headingbotablanca {
  margin-top: -127px;
}

.div-block-6._3232.headingbotablanca.infantileee.botaeconomicaionfantil {
  margin-top: -191px;
}

.div-block-6._3232.headingbotablanca.industriale {
  margin-top: 0;
}

.div-block-6._3232.headingbotablanca.industriale.industrialbajawwhatsapp {
  margin-top: -115px;
}

.div-block-6.contactoplus {
  margin-top: -76px;
  margin-left: 0;
}

.body-hihg {
  background-image: linear-gradient(#1e2833e0, #1e2833e0), url('../images/IMG_0082.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.div-block-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 300px;
  margin-top: 102px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-7._64654 {
  margin-top: -11px;
}

.heading-10 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 61px;
  font-family: Montserrat, sans-serif;
  font-size: 65px;
  line-height: 65px;
}

.heading-10._3-5 {
  color: var(--gold);
  margin-top: -70px;
  margin-bottom: 0;
  font-size: 25px;
}

.heading-10._3-5.subprincipal {
  margin-top: -68px;
  margin-bottom: 23px;
}

.heading-10.whatsappheading {
  color: var(--black);
  margin-top: 81px;
  font-size: 48px;
}

.heading-10.head-catalogo {
  margin-top: 179px;
}

.button-2 {
  background-color: var(--gold);
  color: #000;
  border-radius: 20px;
  padding: 16px 157px;
  font-size: 20px;
}

.button-2:hover {
  background-color: var(--dark-slate-grey);
  color: #fff;
  transform: scale(1.05);
}

.button-2.buttonpluplus {
  background-color: #00ec18;
  margin-top: -39px;
  padding-left: 60px;
  padding-right: 60px;
}

.button-2.buttonpluplus._2 {
  margin-bottom: 119px;
}

.button-2.buttonpluplus._2.butonprincipal {
  margin-top: 6px;
}

.div-block-8 {
  border-bottom: 2px dashed var(--gold);
  text-align: center;
  background-color: #1e2833c2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  margin-top: 58px;
  margin-bottom: 58px;
  display: flex;
}

.div-block-8.headproeduct {
  background-color: var(--black);
  align-items: flex-start;
  height: 200px;
  margin-top: 78px;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  width: 100%;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-11 {
  color: #feda46;
  text-align: center;
  padding-left: 87px;
  padding-right: 87px;
  font-family: Oswald, sans-serif;
  font-size: 75px;
  line-height: 65px;
}

.heading-11._3-4 {
  color: #fff;
  font-size: 25px;
}

.body {
  background-image: linear-gradient(275deg, var(--dark-slate-grey), #fff0), url('../images/DSC_0019.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.image-5 {
  position: absolute;
  inset: 39% 7% 0% auto;
}

.heading-12 {
  color: var(--gold);
  text-align: center;
  margin-top: 10px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 35px;
}

.heading-12.descrip {
  color: var(--white);
  margin-top: -14px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.heading-12.description {
  color: #1e28337d;
  text-align: left;
  text-transform: none;
  flex-direction: column;
  margin-top: 26px;
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  display: flex;
}

.heading-12.description.botablanca {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.container-5 {
  padding-left: 19px;
  padding-right: 0;
}

.image-6 {
  mix-blend-mode: darken;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  margin-top: 66px;
  margin-bottom: 9px;
  display: flex;
}

.image-7 {
  width: 200px;
  margin-top: 77px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.image-8 {
  width: 250px;
}

.image-9 {
  width: 280px;
}

.div-block-10 {
  background-image: url('../images/Bota-Junior-Infantil-Roja.jpg');
  background-position: 50%;
  background-size: 350px;
  height: 70%;
}

.div-block-10._1 {
  background-image: url('../images/Bota-Industrial-Baja.jpg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-10._2 {
  background-image: url('../images/Bota-Economica.jpg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-10._2.yes {
  background-image: url('../images/1-Industrial--USAR-ESTA.jpg');
}

.div-block-10._2._2-33 {
  background-image: url('../images/Bota-Industrial-Juvenil.jpg');
}

.div-block-10._2-22-2 {
  background-image: url('../images/Captura-de-pantalla-2023-02-01-145556.png');
  background-size: cover;
  margin-top: 0;
}

.tabs-div {
  width: 80vw;
}

.tab-css {
  margin-right: 25px;
}

.group-products {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 45px;
  padding-right: 45px;
  display: grid;
}

.tabs-menu {
  margin-top: 18px;
}

.tabs-content {
  margin-top: 54px;
}

.tabs {
  align-items: flex-start;
  margin-top: 477px;
  display: flex;
}

.tabs-menu-2 {
  justify-content: center;
  align-items: center;
  height: 90px;
  margin-top: -41px;
  font-size: 0;
  display: flex;
}

.tab-link-tab-2 {
  margin-left: 110px;
  margin-right: 110px;
}

.tab-link-tab-2.tabplus {
  border-radius: 6px;
  width: 150px;
}

.tab-link-tab-2.tabplus.adulto {
  border: 2px dashed var(--gold);
  background-color: #0000;
}

.tab-link-tab-2.tabplus.adulto:visited {
  color: var(--gold);
}

.tab-link-tab-2.tabplus.adulto.w--current {
  border: 2px dashed var(--gold);
  background-color: var(--gold-28);
  color: var(--gold);
  text-align: center;
}

.tab-link-tab-2.tabplus.juvenil {
  border: 2px dashed var(--gold);
  text-align: center;
  background-color: #0000;
  margin-left: 35px;
  margin-right: 35px;
}

.tab-link-tab-2.tabplus.juvenil.w--current {
  background-color: var(--gold-28);
}

.tab-link-tab-2.tabplus.infantil {
  border: 2px dashed var(--gold);
  color: #fff;
  text-align: center;
  background-color: #0000;
}

.tab-link-tab-2.tabplus.infantil.w--current {
  background-color: var(--gold-28);
}

.text-block-3, .text-block-4 {
  color: #fff;
  font-size: 22px;
}

.text-block-5 {
  font-size: 22px;
}

.div-block-11 {
  width: 50%;
  height: 80%;
}

.paragraph-12 {
  color: #000;
  margin-top: 23px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.paragraph-12._22 {
  font-weight: 600;
}

.image-10 {
  width: 100%;
}

.image-10.imagepro {
  width: 60%;
}

.image-10.imagepro:hover {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.text-span-4 {
  color: var(--black);
  font-weight: 700;
}

.div-block-12 {
  background-image: url('../images/Logo-7-Gatos.png');
  background-position: 50%;
  background-size: cover;
  width: 50px;
  height: 50px;
}

.text-span-5, .text-span-6 {
  color: var(--black);
  font-weight: 600;
}

.text-span-7 {
  color: #3541369c;
  font-weight: 400;
}

.text-span-8 {
  color: var(--black);
  font-weight: 600;
}

.div-block-13 {
  background-image: url('../images/Bota-Junior-Infantil-Azul.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25%;
  height: 100px;
}

.div-block-13.verde {
  background-image: url('../images/Industrial-Verde.jpg');
  background-size: contain;
}

.div-block-13.black {
  background-image: url('../images/Bota-Junior-Infantil.jpg');
}

.div-block-13.red {
  background-image: url('../images/Bota-Junior-Infantil-Roja.jpg');
}

.div-block-14 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 6px;
  display: flex;
}

.div-block-14.lighboxbotablanca {
  display: flex;
  overflow: visible;
}

.div-block-14.lighboxbotablanca.botaburrolighbox, .div-block-14.lighboxbotablanca.ecnomicainfantil, .div-block-14.lighboxbotablanca.economica {
  display: none;
}

.div-block-14.lighboxbotasindustriales {
  position: relative;
  left: -37px;
}

.div-block-14.lighboxbotasindustriales.botaindustrialbajalighbox, .div-block-14.lighboxbotasindustriales.yghfgh, .div-block-14.botaescondidas {
  display: none;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 700px;
  min-height: 200px;
  margin-top: 103px;
  padding-left: 9px;
  padding-right: 9px;
  display: flex;
}

.image-11 {
  padding-left: 0;
  padding-right: 0;
}

.image-11._1 {
  mix-blend-mode: normal;
  margin-left: 5px;
  margin-right: 5px;
}

.image-12 {
  margin-left: 9px;
  margin-right: 8px;
}

.image-13 {
  margin-left: 9px;
  margin-right: 9px;
}

.lightbox-link {
  background-color: #fff;
  margin-top: 25px;
}

.lightbox-link._22._33 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-16 {
  border-bottom: 10px solid var(--gold);
  background-color: var(--black);
  margin-top: 98px;
  margin-bottom: -84px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.heading-13 {
  color: var(--white);
  text-align: center;
}

.text-span-9, .text-span-10 {
  text-transform: capitalize;
}

.text-span-10._1 {
  text-transform: none;
}

.body-3 {
  background-image: linear-gradient(87deg, var(--black), #1e2833d1 34%, transparent), url('../images/_DSC3284.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto 100%;
  background-attachment: scroll, fixed;
}

.image-14 {
  position: relative;
}

.section-5 {
  height: 80vh;
}

.section-5.sectionslideshow {
  height: 750px;
}

.slider {
  height: 100%;
}

.image-15 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image-16 {
  width: 100%;
}

.image-17 {
  opacity: 1;
  background-image: linear-gradient(#000, #3d3d3d 0%, #fff);
  width: 100%;
}

.slide {
  background-image: linear-gradient(to right, var(--black), #fff0), url('../images/DSC_0111.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.slide-2 {
  background-image: linear-gradient(103deg, var(--black), transparent), url('../images/IMG_0082.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.slide-3 {
  background-image: linear-gradient(96deg, var(--black), transparent), url('../images/DSC_0003.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.icon-3, .icon-4 {
  display: none;
}

.slide-4 {
  background-image: linear-gradient(84deg, var(--black) 16%, transparent), url('../images/_DSC3254.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .product._1._1-1._3-33.botablanca {
    background-size: 500px;
    width: 40%;
  }

  .div-block-6 {
    margin-left: 274px;
  }

  .div-block-6._3232 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1920px) {
  .div-block-6._3232 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .hero-paragraph {
    width: 55%;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.contact {
    padding-bottom: 35px;
    position: static;
  }

  .hero-heading {
    width: 60%;
  }

  .nav-menu {
    background-color: #eb5757;
    width: 100vw;
    padding-top: 140px;
    padding-bottom: 30px;
  }

  .nav-link {
    text-align: center;
    font-size: 30px;
  }

  .nav-button {
    color: #f9f9f9;
  }

  .nav-button.w--open {
    z-index: 100;
    background-color: #222;
    border-radius: 5px;
  }

  .support-square-image.rectangle {
    bottom: -35%;
  }

  .product {
    min-height: 330px;
  }

  .product._1._1-1 {
    min-height: 250px;
  }

  .product._1._1-1._3-33 {
    width: 40%;
  }

  .product._1._1-1._3-33.botablanca {
    height: 70%;
  }

  .product._1._1-1._3-33.butaindustrial1 {
    height: 60%;
  }

  .support-column {
    width: 33%;
  }

  .support-column._1 {
    flex-direction: column;
    width: 100%;
    height: 400px;
    display: flex;
  }

  .support-column._1._00 {
    width: 33%;
  }

  .support-column._1._2-4 {
    flex-direction: column;
    display: flex;
  }

  .support-column._1._1-39 {
    flex-direction: column;
    height: 500px;
    display: none;
  }

  .support-column._1._1-41 {
    flex-direction: column;
    height: 500px;
    display: flex;
  }

  .support-column._1._1-42 {
    flex-direction: column;
    display: flex;
  }

  .support-column._1._1-52 {
    flex-direction: column;
    height: 500px;
    display: flex;
  }

  .support-column._1.caroriginal {
    flex-direction: column;
    display: none;
  }

  .support-column._1.ploss {
    height: 450px;
  }

  .support-square-text {
    font-size: 30px;
  }

  .support-wrapper._2-3 {
    margin-left: 66px;
    margin-right: 66px;
    padding-right: 0;
  }

  .safe-paragraph {
    width: 55%;
  }

  .safe-heading {
    width: 60%;
  }

  .shop-local-left {
    top: 8%;
  }

  .shop-local-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .shop-local-heading {
    margin-top: 0;
  }

  .hero-heading-2 {
    width: 60%;
  }

  .meet-the-owners-left {
    background-position: 50% 100%;
  }

  .meet-the-owners-right {
    padding-left: 145px;
  }

  .contact-block-wrapper {
    justify-content: space-between;
  }

  .contact-hero-bg-wrapper {
    flex-direction: column-reverse;
  }

  .contact-image-div {
    background-image: linear-gradient(to top, #222, #2222222e 76%), url('../images/vinicius-amano-4mK2KVuYrDs-unsplash-1-1.jpg');
    background-position: 0 0, 50% 35%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 100%;
    height: 350px;
  }

  .contact-block {
    width: 48%;
    margin-right: 0;
  }

  .contact-wrapper {
    flex-direction: column;
  }

  .contact-right {
    width: 100%;
    padding-left: 0;
  }

  .contact-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-column {
    padding-right: 20px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .section-3 {
    padding: 45px;
  }

  .section-title-wrapper {
    width: 85%;
    margin-bottom: 40px;
  }

  .accordion-item-trigger {
    margin-left: 52px;
  }

  .heading-9 {
    padding-right: 206px;
  }

  .accordion-item-content {
    margin-left: -28px;
    margin-right: -71px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-6 {
    margin-top: -133px;
  }

  .heading-10 {
    margin-top: -166px;
  }

  .heading-10.head-catalogo {
    font-size: 50px;
  }

  .container-4 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .div-block-9 {
    margin-top: 15px;
  }

  .image-7 {
    width: 180px;
  }

  .image-8 {
    width: 250px;
    max-width: 350%;
  }

  .image-9 {
    width: 250px;
    max-width: 300%;
  }

  .div-block-10._1 {
    background-position: 50%;
    width: 100%;
  }

  .div-block-10._2 {
    background-position: 50%;
  }

  .div-block-10._2.yes {
    background-image: url('../images/1-Industrial--USAR-ESTA.jpg');
  }

  .tabs-menu-2 {
    margin-bottom: 14px;
  }

  .tab-link-tab-2.tabplus.juvenil {
    margin-left: -22px;
    margin-right: -22px;
  }

  .image-10.imagepro {
    width: 120%;
  }

  .icon-2 {
    filter: invert();
  }
}

@media screen and (max-width: 767px) {
  .hero-wrapper {
    margin-top: 88px;
  }

  .container {
    flex-direction: column;
    padding-left: 22px;
    display: flex;
  }

  .container.shop-local-container {
    padding-left: 0;
    padding-right: 0;
  }

  .support-top-right {
    width: 100%;
  }

  .support-top-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .support-top-left {
    margin-bottom: 15px;
  }

  .support-square-image {
    right: -18%;
  }

  .product._1._1-1 {
    min-height: 250px;
  }

  .product._1._1-1._3-33 {
    height: 70%;
  }

  .product._1._1-1._3-33.botablanca, .product._1._1-1._3-33.butaindustrial1 {
    height: 50%;
  }

  .product._1._1-1._3-33.botaforrada {
    height: 70%;
  }

  .support-column {
    width: 100%;
    height: 500px;
    margin: 53px auto 40px;
  }

  .support-column._1._00 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .support-column._1.caroriginal {
    height: 400px;
  }

  .support-square-text {
    font-size: 40px;
  }

  .support-wrapper {
    flex-flow: column wrap;
  }

  .safe-wrapper {
    justify-content: flex-end;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .shop-local-section {
    padding-right: 46px;
  }

  .shop-local-wrapper {
    flex-wrap: wrap;
    width: 100%;
    position: static;
  }

  .shop-local-left {
    border-radius: 0;
    width: 100%;
    position: static;
  }

  .shop-local-right {
    background-color: #0000;
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-left: 56px;
    padding-right: 56px;
  }

  .par-pill {
    margin-top: -2px;
    margin-bottom: -69px;
  }

  .paragraph-4 {
    margin-left: -53px;
  }

  .about-columns-wrapper {
    flex-wrap: wrap;
  }

  .about-column {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 45px;
    display: flex;
  }

  .meet-the-owners-wrapper {
    flex-direction: column;
  }

  .meet-the-owners-left {
    border-radius: 0;
    width: 100%;
    height: 400px;
    position: static;
  }

  .meet-the-owners-right {
    border-radius: 0;
    width: 100%;
    padding-left: 45px;
    padding-right: 45px;
  }

  .owner-bios-wrapper {
    flex-flow: column wrap;
  }

  .owner-bio {
    width: 100%;
    margin-bottom: 45px;
  }

  .contact-block-wrapper {
    flex-direction: column;
  }

  .contact-block {
    width: 100%;
  }

  .footer-grid-01 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-column {
    padding-right: 0;
  }

  .submit-button, .footer-title-button, .footer-top {
    display: none;
  }

  .footer-bottom {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .text-field {
    display: none;
  }

  .text-field-cf9 {
    min-width: 300px;
  }

  .text-field-cf9.big {
    width: 94%;
  }

  .text-field-cf9.extra-left {
    margin-left: 0;
  }

  .form-subwrapper-cf9 {
    flex-direction: column;
  }

  .section-3 {
    padding: 25px;
  }

  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }

  .div-block-5 {
    margin-top: -22px;
    margin-bottom: -137px;
    margin-left: -179px;
  }

  .div-block-6 {
    margin-top: 150px;
    margin-bottom: -145px;
  }

  .div-block-6.contactoplus {
    margin-bottom: -34px;
  }

  .heading-10 {
    width: 150%;
    margin-top: -346px;
    padding-left: 0;
    padding-right: 0;
    font-size: 35px;
    line-height: 45px;
  }

  .heading-10._3-5 {
    line-height: 35px;
  }

  .heading-10.whatsappheading {
    font-size: 40px;
  }

  .heading-10.head-catalogo.primncipal {
    margin-top: 60px;
    margin-bottom: 83px;
    font-size: 45px;
    line-height: 50px;
  }

  .button-2.buttonpluplus {
    text-align: center;
    padding: 7px 44px;
  }

  .div-block-8 {
    margin-top: 150px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

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

  .heading-12.description {
    text-align: justify;
  }

  .div-block-9 {
    margin-top: 66px;
  }

  .image-8 {
    margin-top: -76px;
  }

  .image-9 {
    margin-top: -94px;
  }

  .div-block-10._1 {
    background-position: 50%;
    background-size: cover;
    height: 100%;
  }

  .div-block-10._2 {
    background-position: 50%;
    height: 100%;
    margin-bottom: 37px;
  }

  .div-block-10._2.yes {
    margin-bottom: 22px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-10._2-22-2 {
    height: 100%;
    margin-bottom: 27px;
  }

  .group-products {
    grid-template-columns: 1fr 1fr;
  }

  .tab-link-tab-2.tabplus.juvenil {
    margin-left: -76px;
    margin-right: -76px;
  }

  .text-span-7 {
    text-align: justify;
  }

  .body-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .hero-paragraph {
    width: 70%;
    margin-top: 22px;
    font-size: 16px;
  }

  .hero-section {
    justify-content: flex-end;
  }

  .hero-section.about-hero {
    background-position: 0 0, 20%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 550px;
    min-height: 450px;
  }

  .hero-wrapper {
    justify-content: center;
    min-height: 450px;
    margin-top: 106px;
    margin-bottom: 241px;
    padding-bottom: 45px;
  }

  .container {
    flex-direction: column;
    margin-bottom: -157px;
    display: flex;
  }

  .btn.light.outline {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 16px;
  }

  .btn.light.hero.safe {
    background-color: var(--gold);
    margin-right: 0;
  }

  .btn.light.hero.safe:hover {
    background-color: var(--black);
  }

  .hero-heading {
    font-size: 30px;
  }

  .navbar {
    margin-top: -1px;
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .nav-wrapper {
    margin-top: -22px;
  }

  .brand {
    width: 100px;
  }

  .brand.w--current {
    width: 90px;
  }

  .nav-menu {
    background-color: var(--black);
    background-image: linear-gradient(to bottom, var(--dark-slate-grey), var(--dark-slate-grey)), linear-gradient(to bottom, #fff, #fff);
  }

  .nav-link {
    color: var(--white);
    text-align: left;
    margin-bottom: 16px;
    font-size: 22px;
  }

  .nav-button, .nav-button.w--open {
    background-color: var(--gold);
  }

  .support-top-heading {
    margin-top: 35px;
    margin-left: 16px;
    font-size: 45px;
  }

  .support-top-right {
    align-items: center;
  }

  .support-top-details-text {
    margin-top: -32px;
  }

  .support-section {
    margin-top: -130px;
  }

  .product._1 {
    margin-top: 35px;
    margin-bottom: 13px;
  }

  .product._1._1-1._3-33 {
    width: 100%;
    height: 40%;
  }

  .product._1._1-1._3-33.botablanca {
    height: 70%;
    min-height: 70%;
    margin-top: 192px;
  }

  .product._1._1-1._3-33.botablanca._5478798 {
    margin-top: 367px;
  }

  .product._1._1-1._3-33.butaindustrial1 {
    height: 70%;
    min-height: 70%;
    margin-top: 112px;
  }

  .product._1._1-1._3-33.butaindustrial1._11 {
    width: 90%;
    height: 60%;
    min-height: 60%;
    margin-top: 184px;
  }

  .product._1._1-1._3-33.botaindustrial-juvenil {
    height: 60%;
    padding-bottom: 0;
  }

  .product._2 {
    min-height: auto;
    margin-top: -52px;
    display: block;
  }

  .product._2._1._1-1.negra {
    display: block;
  }

  .product._2._1-35 {
    margin-top: 34px;
  }

  .product._3 {
    margin-top: 34px;
    display: block;
  }

  .product._3._1._1-1 {
    display: block;
  }

  .product._3._1._1-1.este {
    background-color: #dadada;
  }

  .support-column {
    height: 400px;
    margin-top: 93px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .support-column._1 {
    width: 100%;
    height: 400px;
    margin-top: 38px;
    margin-bottom: 10px;
    margin-left: 0;
    padding-bottom: 0;
  }

  .support-column._1._00 {
    height: 280px;
    min-height: 280px;
    margin-top: -61px;
    margin-bottom: 34px;
    margin-left: 0;
    display: block;
  }

  .support-column._1._2-56 {
    margin-top: 39px;
  }

  .support-column._1._2-4 {
    margin-top: 19px;
  }

  .support-column._1._1-32 {
    margin-bottom: 66px;
  }

  .support-column._1._1-33 {
    margin-bottom: 75px;
  }

  .support-column._1._1-33._1-45 {
    margin-top: -29px;
  }

  .support-column._1._1-34 {
    margin-bottom: 138px;
  }

  .support-column._1._1-34._1-49 {
    height: 500px;
    margin-top: 41px;
  }

  .support-column._1._1-36 {
    height: 500px;
    margin-top: -110px;
  }

  .support-column._1._1-37 {
    height: 500px;
    margin-top: -31px;
  }

  .support-column._1._1-39 {
    margin-top: -38px;
  }

  .support-column._1._1-41 {
    margin-top: 24px;
  }

  .support-column._1._1-42 {
    margin-top: 21px;
  }

  .support-column._1._1-44 {
    margin-top: -45px;
  }

  .support-column._1._1-46 {
    margin-top: -42px;
  }

  .support-column._1._1-50 {
    height: 500px;
    margin-top: 21px;
  }

  .support-column._1._1-52 {
    margin-top: 27px;
  }

  .support-column._2 {
    height: 400px;
    min-height: 280px;
    margin-top: 93px;
  }

  .support-wrapper {
    flex-direction: row;
    margin-top: -14px;
  }

  .support-wrapper._2-3 {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .safe-wrapper {
    justify-content: center;
    align-items: flex-start;
    min-height: 350px;
    margin-top: 121px;
    margin-bottom: -103px;
    display: none;
  }

  .safe-section {
    display: none;
  }

  .safe-paragraph {
    text-align: left;
    width: 70%;
    margin-top: 24px;
    font-size: 13px;
    display: none;
  }

  .safe-heading {
    text-align: left;
    width: 100%;
    margin-top: -84px;
    margin-bottom: 4px;
    font-size: 30px;
    display: none;
  }

  .shop-local-section {
    margin-top: 44px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .shop-local-wrapper {
    margin-bottom: 235px;
  }

  .shop-local-right {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .shop-local-content-wrapper.contact-page-wrapper {
    margin-top: -102px;
  }

  .footer-wrapper {
    flex-direction: column;
  }

  .footer-logo-column {
    margin-bottom: 30px;
  }

  .social-footer-link {
    margin-left: 25px;
    margin-right: 25px;
  }

  .par-pill {
    color: var(--black);
    margin-top: 52px;
    margin-bottom: 40px;
    padding-top: 0;
  }

  .paragraph-4 {
    margin-top: 28px;
    margin-bottom: 45px;
    margin-left: -18px;
    padding-left: 21px;
  }

  .hero-heading-2 {
    font-size: 30px;
  }

  .content-section {
    margin-top: 0;
  }

  .about-column {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .contact-image-div {
    background-image: linear-gradient(to top, #222, #2222222e 76%), url('../images/_DSC3230.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    margin-bottom: -150px;
  }

  .contact-block.card22 {
    margin-bottom: 145px;
  }

  .contact-right {
    margin-top: 95px;
  }

  .footer-grid-01 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 2fr;
  }

  .footer-column {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .form {
    display: none;
  }

  .footer-link {
    text-align: left;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-title-button {
    margin-bottom: 20px;
    margin-right: 0;
    display: none;
  }

  .footer-top {
    flex-direction: row;
    align-items: flex-start;
    margin-top: 32px;
    margin-bottom: 0;
    padding-bottom: 0;
    display: none;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
  }

  .footer-title {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-01 {
    flex-direction: column;
    margin-bottom: 72px;
    padding: 27px 6% 12px;
    display: flex;
  }

  .footer-logo {
    margin-bottom: 32px;
  }

  .footer-wrapper-2 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .form-cf9 {
    align-items: center;
    min-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .form-title-cf9 {
    font-size: 35px;
  }

  .form-title-cf9.contact-page-title {
    color: var(--gold);
    margin-top: 0;
  }

  .submit-button-cf9 {
    background-color: var(--gold);
    border-radius: 16px;
  }

  .text-field-cf9 {
    width: 250px;
    min-width: 0;
    color: var(--black);
    background-color: #ffffff87;
  }

  .text-field-cf9.big {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .form-subwrapper-cf9 {
    align-items: stretch;
  }

  .form-subwrapper-cf9.contact-page {
    align-content: center;
  }

  .success-message {
    background-color: #00ff11db;
    border-radius: 20px;
  }

  .text-block {
    color: #fff;
    font-size: 16px;
  }

  .error-message {
    color: #fff;
    text-align: left;
    background-color: #f67272;
    border-radius: 20px;
    font-size: 16px;
  }

  .section-3 {
    padding: 25px;
  }

  .container-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .accordion-item-trigger {
    margin-left: 0;
    padding-right: 0;
  }

  .heading-9 {
    border-width: 1px;
  }

  .accordion-item-content, .accordion-item-content._2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .accordion-item-content._3 {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .div-block-5 {
    width: 100%;
    margin-top: -24px;
    margin-bottom: -170px;
    margin-left: 0;
  }

  .div-block-6 {
    width: 100%;
    margin-left: 0;
  }

  .div-block-6._3232 {
    margin-top: -264px;
    margin-bottom: 142px;
  }

  .div-block-6._3232.headingbotablanca {
    margin-top: -14px;
  }

  .div-block-6._3232.headingbotablanca.botaeconomica {
    margin-top: -233px;
    margin-bottom: 138px;
  }

  .div-block-6._3232.headingbotablanca.infantileee {
    margin-top: -244px;
  }

  .div-block-6._3232.headingbotablanca.industriale {
    margin-top: 413px;
  }

  .div-block-6._3232.infantile {
    margin-top: -109px;
  }

  .div-block-7 {
    width: 80%;
    height: 150px;
    margin-top: 539px;
    margin-bottom: -113px;
  }

  .div-block-7._64654 {
    margin-top: 21px;
  }

  .div-block-7.new {
    margin-top: 467px;
  }

  .heading-10 {
    width: 100%;
    margin-top: -324px;
    font-size: 25px;
    line-height: 30px;
  }

  .heading-10._3-5 {
    font-size: 15px;
    line-height: 20px;
  }

  .heading-10.whatsappheading {
    margin-top: 0;
    font-size: 25px;
  }

  .heading-10.head-catalogo {
    margin-top: -208px;
    margin-bottom: 75px;
    font-size: 35px;
  }

  .heading-10.head-catalogo.primncipal {
    margin-top: -273px;
    font-size: 30px;
    line-height: 35px;
  }

  .button-2 {
    padding-left: 57px;
    padding-right: 57px;
  }

  .button-2.buttonpluplus {
    padding: 9px 69px;
    font-size: 100%;
  }

  .button-2.buttonpluplus._2 {
    margin-top: 24px;
    padding-left: 39px;
    padding-right: 39px;
  }

  .div-block-8 {
    border-bottom-width: 1px;
    height: 300px;
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .container-4 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .heading-11 {
    margin-top: 91px;
    padding-left: 21px;
    padding-right: 21px;
    font-size: 35px;
    line-height: 40px;
  }

  .heading-11._3-4 {
    margin-top: -11px;
    font-size: 18px;
    font-weight: 300;
  }

  .body {
    background-image: linear-gradient(#1e2833c7, #1e2833c7), url('../images/DSC_0291.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .heading-12 {
    margin-top: 9px;
    margin-bottom: -5px;
    padding-bottom: 0;
    font-size: 20px;
  }

  .heading-12.descrip {
    margin-top: 3px;
  }

  .heading-12.description {
    text-transform: capitalize;
    flex-direction: column;
    display: flex;
  }

  .heading-12.description._2 {
    margin-bottom: -162px;
  }

  .container-5 {
    padding-left: 0;
  }

  .div-block-9 {
    margin-top: 182px;
  }

  .image-8 {
    width: auto;
    height: 250px;
    margin-top: 42px;
    padding-bottom: 20px;
  }

  .image-9 {
    height: 250%;
  }

  .div-block-10._1 {
    background-image: url('../images/Bota-Industrial-Baja.jpg');
    background-position: 50%;
    background-size: cover;
    height: 300px;
    min-height: 300px;
  }

  .div-block-10._2 {
    height: auto;
    min-height: 280px;
  }

  .div-block-10._2.yes {
    background-image: url('../images/Bota-Industrial-Juvenil.jpg');
    height: 300px;
    min-height: 300px;
  }

  .div-block-10._2-22-2 {
    height: auto;
    min-height: 280px;
  }

  .group-products {
    grid-template-columns: 1fr;
  }

  .tabs-menu-2 {
    flex-direction: column;
    height: 200px;
    margin-top: 58px;
  }

  .tab-link-tab-2.tabplus.juvenil {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .div-block-11 {
    text-align: left;
    width: 90%;
    margin-top: -20px;
    font-size: 13px;
  }

  .text-span-4 {
    text-transform: capitalize;
  }

  .text-span-7 {
    text-transform: none;
  }

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

  .div-block-14.lighboxbotasindustriales {
    margin-left: 31px;
    margin-right: auto;
  }

  .div-block-15 {
    flex-direction: column;
    height: 700px;
    margin-top: 150px;
  }

  .body-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .body-3 {
    background-image: linear-gradient(to bottom, var(--black), var(--black)), linear-gradient(13deg, var(--black), #1e2833d1 34%, transparent);
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
  }

  .icon-2 {
    filter: invert();
  }

  .slide {
    background-position: 0 0, 50% 100%;
    background-size: auto, 300%;
  }

  .slide-2 {
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .slide-3 {
    background-position: 0 0, 70%;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a911ce86-90e8-b8f8-9c90-44c93e2a6dff-3e2a6dfc {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a911ce86-90e8-b8f8-9c90-44c93e2a6dff-3e2a6dfc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


