.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 38px;
  line-height: 44px;
  font-weight: 500;
}

.nav-link {
  margin-left: 0px;
}

.navbar {
  padding-top: 25px;
  padding-bottom: 0px;
  border-style: none none solid;
  border-width: 1px 1px 5px;
  border-color: #fe5000;
  background-color: #fff;
  box-shadow: 6px 6px 13px 0 rgba(0, 0, 0, 0.3);
}

.section-products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 95vh;
  margin-top: 230px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider {
  height: 100%;
}

.slide {
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 24, 54, 0.8)), to(rgba(0, 24, 54, 0.8))), url('../images/HeroFotoDOMOSA.png');
  background-image: linear-gradient(180deg, rgba(0, 24, 54, 0.8), rgba(0, 24, 54, 0.8)), url('../images/HeroFotoDOMOSA.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.mask {
  height: 60vh;
  min-width: 1140px;
}

.div-block {
  width: 50%;
}

.image {
  margin-top: 144px;
  margin-left: 0px;
}

.slide-nav {
  font-size: 10px;
}

.grid {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-2 {
  width: 1140px;
  min-width: 1140px;
  padding-right: 70px;
  padding-left: 70px;
}

.navbar-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 14px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 5px solid #fe5000;
  background-color: #fff;
  box-shadow: 5px 5px 11px 2px rgba(0, 0, 0, 0.26);
}

.nav-link-2 {
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
}

.nav-link-3 {
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
}

.nav-link-4 {
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
}

.navbar-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: block;
  padding: 20px 19px 4px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 5px solid #fe5000;
  background-color: #fff;
  box-shadow: 4px 4px 12px 5px rgba(0, 0, 0, 0.27);
}

.section-hero {
  width: auto;
  height: 50vh;
  padding-right: 0px;
  padding-left: 0px;
}

.slider-2 {
  height: 60vh;
  margin-right: auto;
  margin-left: auto;
}

.slide-nav-2 {
  font-size: 10px;
}

.icon-3 {
  font-size: 30px;
}

.icon-4 {
  font-size: 30px;
}

.slide-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 30, 68, 0.84)), to(rgba(2, 30, 68, 0.84))), url('../images/HeroFotoDOMOSA.png');
  background-image: linear-gradient(180deg, rgba(2, 30, 68, 0.84), rgba(2, 30, 68, 0.84)), url('../images/HeroFotoDOMOSA.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: -51px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-2.agro {
  margin-top: 41px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 37%;
  margin-top: 179px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 5px;
  border-color: #fe5000;
}

.heading {
  margin-top: 10px;
  padding-right: 11px;
  padding-left: 17px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 47px;
  font-weight: 400;
}

.slide-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/91488332_2863579983724057_2959706264234726797_n.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/91488332_2863579983724057_2959706264234726797_n.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.nav-link-5 {
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
}

.nav-link-5:hover {
  background-color: #002f6c;
  color: #fff;
}

.nav-link-5.w--current {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 6px;
  border-style: solid;
  border-width: 4px;
  border-color: #002f6c;
  background-color: transparent;
  color: #474747;
}

.nav-link-5.w--current:hover {
  background-color: #002f6c;
  color: #fff;
}

.nav-link-6 {
  margin-left: 20px;
  padding-left: 20px;
  -webkit-transition: all 220ms ease;
  transition: all 220ms ease;
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
}

.nav-link-6:hover {
  padding-right: 40px;
  padding-left: 29px;
  background-color: transparent;
  color: #002f6c;
  font-weight: 400;
}

.nav-link-6.paddingnavlink:hover {
  padding-right: 20px;
  padding-left: 20px;
  font-weight: 500;
}

.nav-link-6.paddingnavlink.w--current {
  margin-left: 40px;
  color: #474747;
}

.nav-link-6.paddingnavlink.w--current:hover {
  color: #002f6c;
  font-weight: 500;
}

/* .body {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400;
} */

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.grid-2 {
  margin-top: 50px;
  grid-column-gap: 29px;
  grid-row-gap: 27px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: minmax(110px, 1fr);
  grid-template-rows: minmax(110px, 1fr);
}

.div-block-4 {
  width: 100px;
  height: 90%;
}

.div-block-5 {
  width: 100%;
  height: 20px;
}

.headingproductos {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.image-3 {
  box-shadow: 4px 4px 17px -1px rgba(1, 26, 58, 0.56);
}

.heading-2 {
  width: 60%;
  padding: 15px 0px;
  border-style: solid;
  border-width: 5px;
  border-color: #fe5000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 47, 108, 0.7)), to(rgba(0, 47, 108, 0.7)));
  background-image: linear-gradient(180deg, rgba(0, 47, 108, 0.7), rgba(0, 47, 108, 0.7));
  box-shadow: -3px 5px 8px 0 rgba(254, 80, 0, 0.64);
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 45px;
  text-align: center;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  margin-left: 0px;
  padding-left: 0px;
}

.section-nosotros {
  width: auto;
  height: auto;
  min-height: 50%;
  margin-top: 0px;
}

.div-block-6 {
  width: 50%;
  /* height: 50vh; */
  background-image: url('../images/fachada_8-1000-px.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-7 {
  width: 50%;
}

.seccion-nosotros {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 50px 0px;
  border-top: 5px none #002f6c;
  background-color: #fe5000;
}

.div-block-8 {
  width: 50%;
  height: auto;
  padding-bottom: 0px;
  border-style: solid none;
  border-width: 5px;
  border-color: #002f6c #002f6c #fe5000;
  background-image: url('../images/fachada_8-1000-px.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-9 {
  width: 50%;
  margin-left: 0px;
  padding: 61px;
  border-style: solid none;
  border-width: 5px;
  border-color: #002f6c #fe5000 #fe5000;
}

.heading-3 {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 29px;
  border-style: solid;
  border-width: 5px;
  border-color: #002f6c;
  font-family: Roboto, sans-serif;
}

.paragraph {
  margin-top: -14px;
  padding: 15px 29px;
  border-style: solid;
  border-width: 5px;
  border-color: #002f6c;
  font-family: Roboto, sans-serif;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-block {
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
}

.text-block:hover {
  font-weight: 500;
}

.dropdown-link {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #002f6c;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 500;
}

.dropdown-link:hover {
  background-color: #fe5000;
  color: #002f6c;
  font-weight: 700;
}

.div-block-10 {
  max-width: 1140px;
}

.myconteiner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.myconteiner.hero {
  display: block;
  margin-top: 60px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.myconteiner.promocion {
  margin-right: auto;
  margin-left: auto;
}

.myconteiner.testimonio {
  padding-top: 29px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.myconteiner.contacto {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.myconteiner.footer {
  padding-top: 0px;
}

.hero-slide {
  height: 47vh;
  margin-top: 81px;
}

.slide-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 34, 70, 0.78)), to(rgba(7, 34, 70, 0.78))), url('../images/HeroFotoDOMOSA.png');
  background-image: linear-gradient(180deg, rgba(7, 34, 70, 0.78), rgba(7, 34, 70, 0.78)), url('../images/HeroFotoDOMOSA.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.herodivleft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  font-family: Roboto, sans-serif;
}

.headinghero_01 {
  margin-top: 0px;
  padding: 20px;
  border-style: solid;
  border-width: 5px;
  border-color: #fe5000;
  font-weight: 400;
}

.headinghero_01.slide2 {
  padding-right: 70px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 34, 77, 0.72)), to(rgba(1, 34, 77, 0.72)));
  background-image: linear-gradient(180deg, rgba(1, 34, 77, 0.72), rgba(1, 34, 77, 0.72));
  box-shadow: -2px 5px 10px 3px rgba(254, 80, 0, 0.51);
}

.icon-6 {
  font-size: 20px;
}

.icon-7 {
  font-size: 20px;
}

.slide-nav-3 {
  font-size: 10px;
}

.slide-5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.54)), to(rgba(0, 0, 0, 0.54))), url('../images/91488332_2863579983724057_2959706264234726797_n_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0.54)), url('../images/91488332_2863579983724057_2959706264234726797_n_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 442px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
  background-image: url('../images/Productos_01.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.grid-3 {
  margin-top: 0px;
  grid-column-gap: 27px;
  grid-row-gap: 53px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.stylegrid1 {
  display: inline-block;
  -webkit-transition: all 220ms ease;
  transition: all 220ms ease;
}

.stylegrid1:hover {
  -webkit-transform: translate(10px, -10px);
  -ms-transform: translate(10px, -10px);
  transform: translate(10px, -10px);
}

.seccion-productos {
  height: 80vh;
  margin-top: 6px;
  margin-bottom: 50px;
}

.button {
  margin-left: 0px;
  border-style: solid;
  border-width: 4px;
  border-color: #fe5000;
  background-color: rgba(0, 47, 108, 0.56);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  letter-spacing: 2px;
  text-indent: 5px;
}

.button:hover {
  border-style: solid;
  border-color: #002f6c;
  background-color: #fe5000;
  box-shadow: -14px 14px 10px 2px #000;
  -webkit-transform: translate(43px, -19px);
  -ms-transform: translate(43px, -19px);
  transform: translate(43px, -19px);
  color: #002f6c;
}

.button:active {
  border-color: #fe5000;
  background-color: #002f6c;
  box-shadow: 1px 1px 15px 0 #fe5000, -14px 14px 10px 2px #000;
  color: #fff;
}

.button.llamanos {
  margin-left: 20px;
  border-width: 4px;
}

.div-block-12 {
  width: 50px;
}

.divblocknosotros {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.divblockfotonostros {
  overflow: hidden;
  width: 50%;
  height: auto;
  border-top: 1px solid #000;
}

.divblcoktextonosotros {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 50vh;
  padding: 21px 0px 19px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 5px none #002f6c;
  border-bottom: 5px none #002f6c;
  border-left: 5px none #002f6c;
  background-color: #fe5000;
}

.image-4 {
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 4px;
  border-color: #002f6c;
}

.heading-4 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px 25px;
  border-style: solid;
  border-width: 4px 4px 5px;
  border-color: #002f6c;
  background-color: #fff;
  box-shadow: none;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.paragraph-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 15px 25px;
  border-style: solid;
  border-width: 4px 4px 5px;
  border-color: #002f6c;
  background-color: #fff;
  box-shadow: -4px 4px 20px -2px rgba(2, 32, 71, 0.87);
  font-size: 16px;
}

.link-block {
  position: static;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 26, 58, 0.58)), to(rgba(1, 26, 58, 0.58))), url('../images/91488332_2863579983724057_2959706264234726797_n_1.jpg');
  background-image: linear-gradient(180deg, rgba(1, 26, 58, 0.58), rgba(1, 26, 58, 0.58)), url('../images/91488332_2863579983724057_2959706264234726797_n_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.heading-5 {
  margin-top: 58px;
  padding: 10px 20px;
  border-style: solid;
  border-width: 4px;
  border-color: #fe5000;
  background-color: rgba(0, 47, 108, 0.77);
  box-shadow: -2px 5px 10px 1px rgba(254, 80, 0, 0.78);
  font-family: Roboto, sans-serif;
}

.section-2 {
  height: 40%;
}

.section-3 {
  height: 50vh;
  background-color: #002f6c;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-14 {
  width: 50%;
}

.field-label {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 300;
}

.field-label-2 {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 300;
}

.submit-button {
  background-color: #fe5000;
  color: #002f6c;
}

.form {
  padding-right: 200px;
}

.image-5 {
  margin-top: 28px;
  margin-right: -115px;
  box-shadow: -3px 3px 11px -1px rgba(0, 0, 0, 0.52);
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.heading-6 {
  padding: 14px 20px;
  border-style: solid;
  border-width: 4px;
  border-color: #fe5000;
  background-color: #fff;
  box-shadow: -4px 4px 11px 0 rgba(0, 0, 0, 0.52);
  font-family: Roboto, sans-serif;
  color: #002f6c;
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.subscribe-form {
  display: inline-block;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 433px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  background-color: #002f6c;
}

.subscribe-form-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-top: 21px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subscribe-form-input-wrapper {
  text-align: left;
}

.subscribe-form-input {
  margin-bottom: 0px;
  padding-right: 194px;
  border-style: solid;
  border-width: 3px;
  border-color: #fe5000;
}

.image-6 {
  display: block;
  margin-bottom: 14px;
  margin-left: 6px;
  padding-bottom: 0px;
  padding-left: 0px;
  box-shadow: -4px 4px 8px 0 rgba(0, 0, 0, 0.66);
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  text-align: center;
}

.heading-7 {
  padding: 7px 0px;
  border-style: solid;
  border-width: 5px;
  border-color: #fe5000;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.field-label-3 {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 400;
}

.submit-button-2 {
  background-color: #fe5000;
}

.section-4 {
  background-color: #002f6c;
}

.div-block-15 {
  width: 50%;
}

.div-block-16 {
  width: 50%;
}

.section-suscribir {
  padding: 49px 77px;
  background-color: #002f6c;
}

.field-label-4 {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 300;
}

.field-label-5 {
  margin-top: 18px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 300;
}

.form-2 {
  width: 100%;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-7 {
  margin-right: 0px;
  padding-right: 0px;
  box-shadow: -4px 4px 20px 0 rgba(0, 0, 0, 0.53);
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 14px;
  padding-right: 55px;
  padding-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.heading-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border-style: none;
  border-width: 4px;
  border-color: #fe5000;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #002f6c;
  font-size: 30px;
  font-weight: 400;
}

.submit-button-3 {
  margin-top: 7px;
  padding: 11px 39px;
  background-color: #fe5000;
  font-family: Roboto, sans-serif;
  color: #002f6c;
  font-size: 16px;
}

.text-field {
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: #002f6c #002f6c #fe5000;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.text-field-2 {
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: #002f6c #002f6c #fe5000;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.div-block-19 {
  width: 80%;
  padding: 4px 30px;
  background-color: #fff;
}

.formofertas {
  width: 80%;
}

.titleform {
  width: 80%;
  margin-bottom: 26px;
  padding: 7px 20px;
  border-style: solid;
  border-width: 4px;
  border-color: #fe5000;
  background-color: #fff;
  box-shadow: -4px 4px 11px 0 rgba(0, 0, 0, 0.5);
}

.text-block-2 {
  font-family: Roboto, sans-serif;
  color: #002f6c;
  font-size: 30px;
  line-height: 33px;
  font-weight: 500;
  text-align: center;
}

.grid-4 {
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  box-shadow: -5px 5px 16px 0 rgba(2, 33, 73, 0.6);
}

.heading-9 {
  position: static;
  margin-top: 0px;
  padding: 10px;
  border-style: solid;
  border-width: 5px 4px 4px;
  border-color: #002f6c;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #002f6c;
  font-size: 40px;
  font-weight: 500;
}

.divblocknos {
  position: static;
  left: 0px;
  right: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.divblocknos.izquierda {
  border-top: 5px solid #002f6c;
  border-bottom: 4px solid #002f6c;
  border-left: 4px solid #002f6c;
  background-image: url('../images/HeroFotoDOMOSA.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.paragraph-3 {
  padding-bottom: 10px;
}

.paragraph-4 {
  display: inline-block;
  margin-top: -14px;
  margin-bottom: 0px;
  padding: 17px;
  border-style: solid;
  border-width: 5px 4px 4px;
  border-color: #002f6c;
  background-color: #fff;
  font-size: 16px;
}

.image-8 {
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-20 {
  background-image: url('../images/HeroFotoDOMOSA.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-9 {
  overflow: hidden;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.grid-5 {
  width: 100%;
  padding-left: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-10 {
  max-width: 60%;
  margin-right: -83px;
  padding-right: 0px;
  box-shadow: -4px 4px 10px 0 rgba(0, 0, 0, 0.49);
}

.subscribe-form-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.subscribe-form-input-2 {
  width: 300px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #002f6c;
}

.submit-button-4 {
  background-color: #fe5000;
  font-family: Roboto, sans-serif;
  color: #002f6c;
}

.field-label-6 {
  font-family: Roboto, sans-serif;
  color: #002f6c;
  font-size: 16px;
  font-weight: 400;
}

.heading-10 {
  width: 80%;
  margin-right: 0px;
  padding: 11px 0px;
  border-style: solid;
  border-width: 4px;
  border-color: #fe5000;
  background-color: #fff;
  box-shadow: -5px 5px 12px 0 rgba(0, 0, 0, 0.5);
  font-family: Roboto, sans-serif;
  color: #002f6c;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}

.div-block-21 {
  position: relative;
  left: -76px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-left: -32px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.seccion-testimonios {
  padding-top: 40px;
  padding-bottom: 70px;
  background-color: #fe5000;
}

.grid-6 {
  margin-top: 45px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 4px;
  border-color: #002f6c;
  background-color: #fff;
  box-shadow: -4px 4px 9px 0 rgba(0, 0, 0, 0.6);
}

.heading-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -16px;
  padding: 0px 18px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}

.paragraph-5 {
  margin-top: -24px;
  padding-right: 20px;
  padding-left: 20px;
}

.paragraph-6 {
  margin-top: -1px;
  padding-top: 0px;
  padding-right: 18px;
  padding-left: 18px;
  text-align: center;
}

.image-11 {
  margin-right: auto;
  margin-bottom: 12px;
  margin-left: auto;
}

.div-block-24 {
  width: 33%;
}

.image-12 {
  position: relative;
  top: -45px;
  border-style: solid;
  border-width: 4px;
  border-color: #002f6c;
}

.grid-7 {
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  justify-items: stretch;
  grid-column-gap: 21px;
  -ms-grid-columns: minmax(500px, 4fr) 4.75fr;
  grid-template-columns: minmax(500px, 4fr) 4.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-12 {
  padding-left: 126px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.heading-13 {
  margin-top: 50px;
  font-family: Roboto, sans-serif;
  color: #002f6c;
  font-size: 30px;
  font-weight: 400;
}

.text-field-3 {
  width: 80%;
  border-style: solid;
  border-width: 2px;
  border-color: #002f6c;
  border-radius: 3px;
}

.text-field-4 {
  width: 80%;
  border-style: solid;
  border-width: 2px;
  border-color: #002f6c;
  border-radius: 3px;
}

.text-field-4.mensaje {
  padding-bottom: 157px;
}

.submit-button-5 {
  padding: 9px 48px;
  background-color: #fe5000;
  font-family: Roboto, sans-serif;
  color: #002f6c;
  font-size: 16px;
  font-weight: 400;
}

.contactanos {
  margin-top: 27px;
  font-family: Roboto, sans-serif;
  color: #474747;
  font-size: 18px;
}

.contactanos.encabezado {
  padding-right: 127px;
  color: #002f6c;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
}

.contactanos.mail {
  color: #474747;
  text-decoration: none;
}

.emaildomosa {
  color: #474747;
  text-decoration: none;
}

.linknumber {
  color: #474747;
  text-decoration: none;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #002f6c;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 60px;
  min-width: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: right;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.section-rigths {
  max-height: 96%;
  padding-top: 35px;
  padding-bottom: 0px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.67);
  background-color: #002f6c;
}

.linklistfooter {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}

.linklistfooter.titular {
  font-size: 18px;
}

.grid-8 {
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.list-item {
  margin-bottom: 10px;
  text-align: left;
}

.list-item.tirular {
  font-size: 18px;
  font-weight: 400;
}

.list-item-2 {
  margin-bottom: 10px;
  text-align: left;
}

.list-item-3 {
  margin-bottom: 10px;
  text-align: left;
}

.list-item-4 {
  margin-bottom: 10px;
  text-align: left;
}

.list-item-5 {
  margin-bottom: 10px;
  text-align: left;
}

.list-item-6 {
  text-align: left;
}

.list {
  padding-left: 0px;
  text-align: left;
}

.list-2 {
  padding-left: 0px;
}

.text-block-3 {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 300;
}

.slide-6 {
  background-image: url('../images/Husqvarna-450-Chainsaw41.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.seccion-titular {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40vh;
  max-height: none;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 27, 63, 0.51)), to(rgba(0, 27, 63, 0.51))), url('../images/Industrial_01.jpg');
  background-image: linear-gradient(180deg, rgba(0, 27, 63, 0.51), rgba(0, 27, 63, 0.51)), url('../images/Industrial_01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.seccion-titular.plantas {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 34, 78, 0.65)), to(rgba(0, 34, 78, 0.65))), url('../images/91488332_2863579983724057_2959706264234726797_n_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 34, 78, 0.65), rgba(0, 34, 78, 0.65)), url('../images/91488332_2863579983724057_2959706264234726797_n_1.jpg');
  background-position: 0px 0px, 50% 50%;
}

.seccion-titular.jardineria {
  max-width: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 47, 108, 0.43)), to(rgba(0, 47, 108, 0.43))), url('../images/Sembradio2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 47, 108, 0.43), rgba(0, 47, 108, 0.43)), url('../images/Sembradio2.jpg');
}

.seccion-titular.contruccion {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 47, 108, 0.74)), to(rgba(0, 47, 108, 0.74))), url('../images/Construccion_03.jpg');
  background-image: linear-gradient(180deg, rgba(0, 47, 108, 0.74), rgba(0, 47, 108, 0.74)), url('../images/Construccion_03.jpg');
  background-position: 0px 0px, 50% 100%;
}

.seccion-titular.bombasagua {
  background-color: #002f6c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 47, 108, 0.43)), to(rgba(0, 47, 108, 0.43))), url('../images/BOMBASAGUA_01.jpg');
  background-image: linear-gradient(180deg, rgba(0, 47, 108, 0.43), rgba(0, 47, 108, 0.43)), url('../images/BOMBASAGUA_01.jpg');
  background-position: 0px 0px, 50% 20%;
}

.seccion-titular.motores {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 47, 108, 0.47)), to(rgba(0, 47, 108, 0.47))), url('../images/Motores_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 47, 108, 0.47), rgba(0, 47, 108, 0.47)), url('../images/Motores_1.jpg');
  background-position: 0px 0px, 50% 50%;
}

.heading-14 {
  margin-top: 76px;
  padding: 23px;
  border-style: solid;
  border-width: 5px;
  border-color: #fe5000;
  background-color: rgba(0, 47, 108, 0.73);
  box-shadow: -4px 4px 10px 0 rgba(49, 27, 17, 0.79);
  font-family: Roboto, sans-serif;
}

.grid-9 {
  margin-top: 15px;
  margin-bottom: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.desmalezadoragrid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: #fe5000;
  cursor: auto;
}

.desmalezadoragrid.portatil1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-width: 1px;
  -o-object-fit: fill;
  object-fit: fill;
}

.desmalezadoragrid.portatil4._2 {
  position: relative;
  height: 450px;
  border-width: 1px;
}

.desmalezadoragrid.portatil4._3 {
  position: relative;
  height: 450px;
  border-width: 1px;
}

.desmalezadoragrid.portatil4._4 {
  position: relative;
  height: 450px;
  border-width: 1px;
}

.desmalezadoragrid.planta {
  height: 450px;
}

.div-block-26 {
  width: auto;
  max-width: 1140px;
  text-align: center;
}

.jardineria {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.jardineria.desmalezadoras {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 17px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.plantasportatilessilenciadas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.desmalezadora01 {
  margin-top: 27px;
  padding: 0px 30px 15px;
  text-align: center;
}

.desmalezadora01._7500e {
  margin-bottom: 28px;
}

.desmalezadora01.insonoraverde {
  margin-top: 30px;
  padding-bottom: 9px;
}

.desmalezadora01.inso33 {
  margin-top: 22px;
  margin-bottom: 23px;
}

.desmalezadora01.inso125 {
  margin-top: 48px;
  margin-bottom: 0px;
}

.desmalezadora01.inso145 {
  margin-bottom: 19px;
}

.desmalezadora01.inso145._220 {
  margin-top: 16px;
  margin-bottom: 38px;
  padding-top: 6px;
  padding-bottom: 0px;
}

.desmalezadora01.inso145._375 {
  margin-bottom: 11px;
}

.desmalezadora01.inso145._380 {
  margin-bottom: -17px;
}

.desmalezadora01.abierta {
  margin-top: -16px;
}

.desmalezadora01._125amp {
  margin-bottom: -7px;
}

.desmalezadora01.ama600 {
  padding-bottom: 29px;
}

.desmalezadora01.amp1600 {
  margin-top: 21px;
}

.desmalezadora01.interruptor {
  margin-top: 14px;
}

.desmalezadora01.portatil1 {
  margin-top: 9px;
  padding-bottom: 6px;
}

.desmalezadora01._10 {
  margin-top: 34px;
}

.desmalezadora01.hidro1600 {
  margin-top: 10px;
}

.desmalezadora01.lanza {
  margin-top: 79px;
}

.desmalezadora01.hidrolomba {
  margin-bottom: 15px;
}

.desmalezadora01.vebrador1 {
  margin-top: 73px;
}

.desmalezadora01.martillo {
  margin-top: 80px;
}

.desmalezadora01.carreton1 {
  margin-top: 55px;
}

.desmalezadora01.carreton2 {
  margin-top: 55px;
}

.desmalezadora01.elevador {
  margin-top: 67px;
}

.desmalezadora01.winche2 {
  margin-top: 42px;
}

.desmalezadora01.wincheazul {
  margin-top: 50px;
}

.desmalezadora01.soporte {
  margin-top: 28px;
}

.desmalezadora01.pinon {
  margin-top: 25px;
}

.desmalezadora01.balde {
  margin-top: 32px;
}

.desmalezadora01.disco {
  margin-top: 51px;
}

.desmalezadora01.disco2 {
  margin-top: 31px;
  margin-bottom: 5px;
}

.desmalezadora01.minihidro {
  margin-top: 24px;
}

.desmalezadora01.hidro1hp {
  margin-top: 39px;
}

.desmalezadora01.hidrolarge {
  margin-top: 0px;
}

.desmalezadora01.hdroneugorda {
  margin-top: 31px;
}

.desmalezadora01.presopeque {
  margin-top: 40px;
}

.desmalezadora01.presogrande {
  margin-top: 55px;
}

.desmalezadora01.presscontrol {
  margin-top: 25px;
}

.desmalezadora01.manometro {
  margin-top: 81px;
}

.desmalezadora01.aire130gal {
  margin-top: 22px;
}

.desmalezadora01.centri2hp {
  margin-top: 51px;
}

.desmalezadora01.ejelibre {
  margin-top: 48px;
}

.desmalezadora01.electrolarga {
  margin-top: 15px;
}

.desmalezadora01.electronormal {
  margin-top: 71px;
}

.desmalezadora01.elecejelibre {
  margin-top: 24px;
}

.desmalezadora01.motobombaauto6 {
  margin-top: 44px;
}

.desmalezadora01.motoauto6 {
  margin-top: 47px;
}

.desmalezadora01._23ccg {
  margin-top: 49px;
}

.desmalezadora01.moto7 {
  margin-top: 50px;
}

.desmalezadora01.moto75 {
  margin-top: 52px;
}

.desmalezadora01.sumer1 {
  margin-top: 41px;
  margin-bottom: 20px;
}

.desmalezadora01.sumerazul {
  margin-top: 47px;
  margin-bottom: 0px;
}

.desmalezadora01.sumersuc1 {
  margin-top: 38px;
}

.desmalezadora01.bompiscina {
  margin-top: 87px;
}

.desmalezadora01.bombam {
  margin-top: 38px;
}

.desmalezadora01.sellobomba {
  margin-top: 81px;
}

.desmalezadora01.impulor {
  margin-top: 45px;
}

.desmalezadora01.adapinyec {
  margin-top: 36px;
}

.desmalezadora01.d2700 {
  margin-top: 55px;
}

.desmalezadora01.d3500 {
  margin-top: 85px;
}

.desmalezadora01.plantadiesel1 {
  margin-top: 66px;
}

.desmalezadora01.planta5diesel {
  margin-top: 60px;
}

.desmalezadora01.planta75diesel {
  margin-top: 80px;
}

.desmalezadora01.planta75kva {
  margin-top: 59px;
  margin-bottom: 20px;
}

.desmalezadora01.planta90kva {
  margin-top: 71px;
  margin-bottom: 15px;
}

.desmalezadora01.planta110kva {
  margin-top: 59px;
}

.desmalezadora01.planta125 {
  margin-top: 76px;
  margin-bottom: 9px;
}

.desmalezadora01.planta162 {
  margin-top: 81px;
  margin-bottom: 13px;
}

.desmalezadora01.planta220 {
  margin-top: 82px;
  margin-bottom: 21px;
}

.desmalezadora01.planta375 {
  margin-top: 71px;
  margin-bottom: 17px;
}

.desmalezadora01.plantas420 {
  margin-top: 91px;
  margin-bottom: 9px;
}

.desmalezadora01.planta550 {
  margin-top: 113px;
  margin-bottom: 22px;
}

.desmalezadora01.planta580 {
  margin-top: 88px;
  margin-bottom: 21px;
}

.desmalezadora01.planta1000 {
  margin-top: 99px;
  margin-bottom: 34px;
}

.desmalezadora01.transfer1 {
  margin-top: 38px;
}

.desmalezadora01.transfer2 {
  margin-top: 48px;
  margin-bottom: 20px;
}

.desmalezadora01.motorgas1 {
  margin-top: 67px;
}

.titulardesmalezadoras {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #002f6c;
  font-size: 35px;
  font-style: italic;
  font-weight: 700;
  text-transform: none;
}

.div-block-28 {
  margin-top: 0px;
  padding: 10px;
  border-style: solid;
  border-width: 5px;
  border-color: #002f6c;
}

.div-block-28.gasolina {
  margin-top: 30px;
}

.div-block-28.diesel {
  margin-top: 30px;
}

.div-block-28.insonoras {
  margin-top: 30px;
}

.div-block-28.abiertas {
  margin-top: 30px;
}

.div-block-28.transferencia {
  margin-top: 30px;
}

.div-block-28.transfers {
  margin-top: 30px;
}

.heading-16 {
  margin-top: 0px;
  margin-bottom: 5px;
  padding-right: 18px;
  padding-left: 18px;
  font-family: Roboto, sans-serif;
  color: #002f6c;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  text-transform: uppercase;
}

.heading-16.transfer1 {
  padding-right: 10px;
  font-size: 18px;
  line-height: 22px;
}

.text-block-4 {
  padding: 0px 18px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.text-block-4.trans1 {
  font-size: 10px;
}

.bold-text {
  font-size: 14px;
  line-height: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

.bold-text-2 {
  font-weight: 400;
}

.button-2 {
  position: relative;
  left: 19%;
  top: -44px;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  margin: 10px 56px 25px 21px;
  padding: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 2px;
  border-color: #fe5000;
  background-color: #002f6c;
  font-size: 12px;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 37px;
  margin-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-29.transfer1 {
  margin-top: 20px;
  margin-bottom: -1px;
}

.text-block-5 {
  margin-top: 10px;
  margin-right: 33px;
  margin-left: 20px;
  padding: 6px;
  border-style: solid;
  border-width: 2px;
  border-color: #002f6c;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-block-5.promocion {
  background-color: #f2ff00;
}

.text-block-6 {
  margin-top: 10px;
  margin-right: 206px;
  margin-left: 21px;
  padding: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #002f6c;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  text-align: center;
}

.search-button {
  border-style: solid;
  border-width: 1px;
  border-color: #002f6c;
}

.popuppe1000 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.61);
}

.heading-17 {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text-3 {
  font-size: 17px;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 58px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-18 {
  margin-top: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  padding: 6px;
  border-style: solid;
  border-width: 3px;
  border-color: #002f6c;
  font-family: Roboto, sans-serif;
  color: #002f6c;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.heading-18.boton2 {
  margin-left: 0px;
  text-align: center;
}

.div-block-32 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 4px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: 70%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: auto;
}

.div-block-33.iconzoom {
  cursor: auto;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.agro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.agro.jardineria {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-34 {
  margin-bottom: 40px;
}

.compresoreselectricos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.compresorescombustion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.compresorestornillo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hidrolimpiadoraselectricas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.traspaletas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menuseccion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrappermenuseccion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  padding-top: 35px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.link {
  margin-left: 25px;
  padding: 7px 10px;
  border-style: solid;
  border-width: 3px;
  border-color: #002f6c;
  font-family: Roboto, sans-serif;
  color: #002f6c;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  text-decoration: none;
}

.link.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 14px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 3px;
  border-color: #002f6c;
}

.image-13 {
  margin-top: 2px;
  margin-left: -5px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-left: 20px;
  padding: 7px 9px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #002f6c;
}

.div-block-35.desma {
  margin-left: 0px;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1140px;
  max-width: 1140px;
  margin-top: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-7 {
  margin-right: 14px;
  font-family: Roboto, sans-serif;
  color: #002f6c;
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
  text-decoration: none;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.zoommodel {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 10;
  display: block;
  overflow: hidden;
  width: 50%;
  height: 500px;
  margin-top: 118px;
  margin-left: 286px;
  border-style: solid;
  border-width: 1px;
  border-color: #b6b3b3;
  background-color: #fff;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.21);
}

.largeimage {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}

.bold-text-4 {
  font-weight: 400;
  text-transform: uppercase;
}

.bold-text-5 {
  font-weight: 400;
}

.cabezotes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hidrolimpiadorascombustion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.motosoldadorasgasolina {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.motosoldaorasdiesel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mezcladores-de-concreto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cortadoraconcreto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vibradores {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.compactadoras {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.martillodemoledor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.carretonescarretillas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.winches {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.accesoriosconstruccion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.accisorioshidro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.electrobombascentrifugas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.electrobombaaltapresion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bombacentriejelibre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.electrobombaauto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bombasautoejelibre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bombaautogasolina {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.motobombascentrigasolina {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.motobombascendie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.electrobombasumergelimp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.electrosumergiblesucia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bombapiscina {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bombasmanuales {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.accsesoriosbombas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-37 {
  margin-top: 0px;
  margin-bottom: 40px;
  padding-bottom: 0px;
}

.div-block-38 {
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 0px;
}

.div-block-39 {
  margin-top: 21px;
  margin-bottom: 40px;
}

.div-block-40 {
  margin-bottom: 40px;
}

.plantasportatilesgas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.plantaportatildie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.plntasdieselabierta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.plntasdieselinso {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.transferenciaauto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.interruptorestransfer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.motoresgasolina {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.motoresdieselaire {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.motoresdieselagua {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.motoreselectricos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.monofasicos3600 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.monofasico1800iv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.monofasico3600iipolos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.monofasico1800iipolos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.monofasico1800ivpolos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.trifasico3600iipolos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .section-products {
    margin-top: 112px;
  }
  .slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .image {
    margin-top: 179px;
    margin-left: 84px;
  }
  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .section-hero {
    background-image: none;
  }
  .div-block-3 {
    width: 65%;
    height: 35%;
    margin-top: 152px;
    margin-left: 62px;
  }
  .heading {
    font-size: 28px;
    line-height: 36px;
  }
  .slide-3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/91488332_2863579983724057_2959706264234726797_n.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/91488332_2863579983724057_2959706264234726797_n.jpg');
    background-size: auto, auto;
  }
  .nav-link-5 {
    border-bottom: 1px solid #000;
  }
  .nav-link-5.w--current {
    border-bottom: 4px solid #002f6c;
    background-color: transparent;
    color: #002f6c;
  }
  .nav-link-6 {
    margin-right: 9px;
    margin-left: 13px;
    padding-right: 20px;
    padding-left: 20px;
    border-bottom: 4px solid #002f6c;
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .grid-2 {
    grid-row-gap: 29px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: minmax(110px, 1fr) auto;
    grid-template-rows: minmax(110px, 1fr) auto;
  }
  .icon-5 {
    color: #002f6c;
  }
  .heading-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 40px;
    line-height: 50px;
  }
  .nav-menu {
    background-color: #fe5000;
  }
  .seccion-nosotros {
    padding: 37px 34px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-8 {
    width: 100%;
    height: 50vh;
    border-bottom-style: none;
  }
  .div-block-9 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    border-top-style: none;
  }
  .myconteiner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .myconteiner.hero {
    margin-top: 57px;
    margin-left: auto;
    padding-left: 20px;
  }
  .myconteiner.testimonio {
    padding-right: 31px;
    padding-bottom: 20px;
    padding-left: 31px;
  }
  .myconteiner.contacto {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-slide {
    height: 45vh;
  }
  .herodivleft {
    width: 80%;
  }
  .headinghero_01 {
    width: 90%;
    margin-left: 0px;
    padding-right: 39px;
  }
  .headinghero_01.modifier {
    width: 87%;
    padding-right: 20px;
    font-size: 36px;
  }
  .icon-6 {
    display: none;
  }
  .icon-7 {
    display: none;
    overflow: visible;
  }
  .cards-grid-container {
    grid-column-gap: 20px;
  }
  .grid-3 {
    margin-top: 0px;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .seccion-productos {
    height: 55vh;
    margin-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .divblocknosotros {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .divblockfotonostros {
    width: 100%;
    height: 60%;
  }
  .divblcoktextonosotros {
    width: 100%;
    border-top-style: none;
    border-left-style: none;
  }
  .image-4 {
    overflow: visible;
    height: 300px;
    border-bottom-style: none;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .section-3 {
    margin-top: 269px;
  }
  .div-block-13 {
    margin-right: 0px;
    padding-right: 49px;
  }
  .submit-button {
    margin-top: 0px;
  }
  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: -31px;
    padding-right: 61px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .image-5 {
    margin-right: 0px;
    padding-left: 61px;
  }
  .heading-6 {
    width: 100%;
    padding-right: 17px;
    padding-left: 17px;
    font-size: 23px;
  }
  .titleform {
    width: auto;
  }
  .text-block-2 {
    font-size: 20px;
    line-height: 22px;
  }
  .grid-4 {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .divblocknos.izquierda {
    padding-top: 234px;
  }
  .image-10 {
    max-width: 100%;
    margin-right: 0px;
  }
  .subscribe-form-input-2 {
    width: 200px;
  }
  .heading-10 {
    width: 100%;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 25px;
    line-height: 26px;
    text-align: left;
  }
  .div-block-21 {
    left: 31px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .grid-6 {
    grid-column-gap: 20px;
    grid-row-gap: 59px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .grid-7 {
    justify-items: stretch;
    -ms-grid-columns: minmax(500px, 4fr);
    grid-template-columns: minmax(500px, 4fr);
  }
  .heading-13 {
    text-align: center;
  }
  .text-field-3 {
    width: 80%;
  }
  .contactanos.encabezado {
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .div-block-25 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -23px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-left: 0px;
    padding-left: 91px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form-3 {
    width: 80%;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .grid-9 {
    width: 100%;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .grid-9.portatilgasolina {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .desmalezadoragrid {
    height: 450px;
  }
  .desmalezadoragrid.portatil1 {
    height: 450px;
  }
  .desmalezadoragrid.portatil4._2 {
    height: 450px;
  }
  .desmalezadoragrid.portatil4._3 {
    height: 450px;
  }
  .desmalezadoragrid.portatil4._4 {
    height: 450px;
  }
  .jardineria {
    padding-right: 21px;
    padding-left: 21px;
  }
  .titulardesmalezadoras {
    font-size: 30px;
  }
  .div-block-35 {
    margin-top: 15px;
  }
  .div-block-35.desma {
    margin-top: 15px;
    margin-left: 20px;
  }
  .div-block-36 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .slide {
    width: 100%;
  }
  .mask {
    height: 40vh;
    min-width: 0px;
  }
  .image {
    margin-top: 109px;
  }
  .icon {
    font-size: 25px;
  }
  .icon-2 {
    font-size: 25px;
  }
  .slide-nav {
    font-size: 7px;
  }
  .container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .section-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 45vh;
    margin-top: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .slider-2 {
    height: 70vh;
  }
  .icon-3 {
    display: none;
  }
  .icon-4 {
    display: none;
  }
  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-3 {
    width: 75%;
    height: 30%;
    margin-top: 283px;
    margin-left: 0px;
  }
  .heading {
    padding-right: 1px;
    font-size: 26px;
  }
  .slide-3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/91488332_2863579983724057_2959706264234726797_n.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/91488332_2863579983724057_2959706264234726797_n.jpg');
    background-size: auto, auto;
  }
  .grid-2 {
    margin-top: 0px;
    padding-right: 22px;
    padding-left: 22px;
    grid-column-gap: 23px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .container-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .heading-2 {
    font-size: 30px;
    line-height: 40px;
  }
  .container-4 {
    height: 80%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .seccion-nosotros {
    margin-top: 0px;
    padding-top: 0px;
  }
  .div-block-8 {
    margin-top: 72px;
  }
  .div-block-9 {
    margin-top: 0px;
  }
  .dropdown-link {
    margin-top: 0px;
    padding-top: 10px;
  }
  .hero-slide {
    height: 45vh;
    margin-top: 0px;
  }
  .herodivleft {
    width: 90%;
  }
  .headinghero_01 {
    font-size: 32px;
  }
  .headinghero_01.modifier {
    font-size: 28px;
  }
  .headinghero_01.slide2 {
    padding-right: 46px;
  }
  .cards-section {
    padding: 40px 20px;
  }
  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .grid-3 {
    margin-top: 31px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .seccion-productos {
    height: 95vh;
    margin-top: 0px;
  }
  .subscribe-form {
    padding: 40px 20px;
  }
  .titleform {
    width: 100%;
  }
  .text-block-2 {
    width: 94%;
  }
  .divblocknos.izquierda {
    margin-top: 21px;
    padding-top: 205px;
  }
  .grid-5 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .image-10 {
    margin-right: auto;
    margin-left: auto;
  }
  .subscribe-form-2 {
    padding: 40px 20px;
  }
  .subscribe-form-input-2 {
    width: 200px;
  }
  .heading-10 {
    width: 100%;
    text-align: center;
  }
  .div-block-21 {
    left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-22 {
    margin-right: auto;
    margin-left: auto;
  }
  .grid-6 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .form-block {
    padding-left: 89px;
  }
  .form-3 {
    width: 100%;
  }
  .footer {
    padding: 40px 20px;
  }
  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }
}

@media screen and (max-width: 479px) {
  .section-products {
    height: 70%;
    margin-top: 258px;
  }
  .slider {
    height: 60%;
  }
  .mask {
    height: 25vh;
  }
  .image {
    margin-top: 75px;
  }
  .icon {
    font-size: 20px;
  }
  .icon-2 {
    font-size: 20px;
  }
  .slide-nav {
    font-size: 7px;
  }
  .navbar-3 {
    display: block;
    padding-top: 19px;
    padding-bottom: 2px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .image-2 {
    width: 120%;
    height: 85%;
    max-width: none;
    margin-top: 6px;
    margin-left: -19px;
    padding-bottom: 6px;
    padding-left: 0px;
    text-align: left;
  }
  .section-hero {
    width: 100%;
    height: 80vh;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: none;
  }
  .slider-2 {
    height: 100%;
  }
  .slide-2 {
    height: auto;
    margin-top: 0px;
    padding-top: 52px;
  }
  .container-2 {
    height: auto;
  }
  .div-block-3 {
    width: auto;
    height: auto;
    margin-top: 131px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    font-size: 20px;
  }
  .heading {
    height: 80%;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 10px 10px 31px;
    border-style: solid;
    border-width: 4px;
    border-color: #fe5000;
    font-size: 28px;
    line-height: 32px;
  }
  .slide-3 {
    height: 80%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.67)), to(rgba(0, 0, 0, 0.67))), url('../images/91488332_2863579983724057_2959706264234726797_n.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.67), rgba(0, 0, 0, 0.67)), url('../images/91488332_2863579983724057_2959706264234726797_n.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto;
    background-repeat: repeat, no-repeat;
  }
  .nav-link-5 {
    border-style: none none solid;
    border-width: 1px 1px 2px;
    border-color: #002f6c;
    background-color: #fe5000;
  }
  .nav-link-6 {
    border-bottom: 2px solid #002f6c;
    background-color: #fe5000;
  }
  .mask-2 {
    width: 100%;
    height: 70vh;
  }
  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 27px;
    padding-right: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .brand {
    padding-left: 0px;
  }
  .grid-2 {
    margin-top: -30px;
  }
  .icon-5 {
    background-color: transparent;
    color: #002f6c;
  }
  .heading-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    height: 35%;
    margin-top: 40px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    line-height: 35px;
  }
  .container-4 {
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 30, 68, 0.72)), to(rgba(1, 30, 68, 0.72))), url('../images/91488332_2863579983724057_2959706264234726797_n.jpg');
    background-image: linear-gradient(180deg, rgba(1, 30, 68, 0.72), rgba(1, 30, 68, 0.72)), url('../images/91488332_2863579983724057_2959706264234726797_n.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .container-5 {
    margin-top: -158px;
  }
  .seccion-nosotros {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-8 {
    height: 30vh;
  }
  .div-block-9 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
  }
  .paragraph {
    line-height: 17px;
  }
  .myconteiner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .myconteiner.hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30vh;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .myconteiner.hero.slide3 {
    height: auto;
    margin-top: -73px;
  }
  .myconteiner.promocion {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .myconteiner.testimonio {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .myconteiner.contacto {
    width: 100%;
  }
  .myconteiner.footer {
    padding-right: 13px;
    padding-left: 13px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .myconteiner.plantas {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-slide {
    display: block;
    height: 70vh;
    margin-top: 48px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .slide-4 {
    margin-right: auto;
    margin-left: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 34, 70, 0.88)), to(rgba(7, 34, 70, 0.88))), url('../images/HeroFotoDOMOSA.png');
    background-image: linear-gradient(180deg, rgba(7, 34, 70, 0.88), rgba(7, 34, 70, 0.88)), url('../images/HeroFotoDOMOSA.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .herodivleft {
    width: 100%;
    height: 100%;
    margin-top: 78px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 16px;
  }
  .herodivleft.mobil {
    width: 80%;
    margin-top: 199px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .headinghero_01 {
    width: 65%;
    height: 35vh;
    font-size: 28px;
  }
  .headinghero_01.modifier {
    width: 100%;
    height: auto;
    margin-top: 142px;
    margin-bottom: 9px;
    padding-right: 18px;
    padding-bottom: 15px;
    padding-left: 18px;
    border-style: solid;
    font-size: 25px;
    line-height: 35px;
  }
  .headinghero_01.slide2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    height: 25vh;
    margin-top: 98px;
    margin-bottom: 15px;
    padding: 29px 6px 25px 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    line-height: 35px;
  }
  .centered-container {
    text-align: left;
  }
  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .grid-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .seccion-productos {
    height: 270%;
    margin-top: 0px;
    margin-bottom: 30px;
    padding-right: 7px;
    padding-left: 7px;
  }
  .button:hover {
    box-shadow: none;
  }
  .button.llamanos {
    margin-top: 11px;
    margin-bottom: 82px;
    margin-left: 0px;
  }
  .button.presupuesto {
    box-shadow: 0 4px 6px 0 rgba(254, 80, 0, 0.77);
  }
  .button.presupuesto:hover {
    box-shadow: -14px 14px 10px 2px #000;
  }
  .mask-3 {
    margin-right: auto;
    margin-left: auto;
  }
  .divblcoktextonosotros {
    margin-top: -25px;
    padding-right: 20px;
    padding-left: 20px;
    border-left-style: none;
  }
  .heading-4 {
    text-align: center;
  }
  .paragraph-2 {
    padding: 25px 20px;
    text-align: center;
  }
  .heading-5 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 11px;
    font-size: 30px;
    text-align: center;
  }
  .subscribe-form-input-wrapper {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .subscribe-form-input {
    width: 100%;
  }
  .section-suscribir {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-17 {
    width: 100%;
    margin-top: 29px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-7 {
    margin-top: -23px;
    padding-top: 0px;
  }
  .div-block-18 {
    width: 70%;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .titleform {
    margin-top: 10px;
    padding-right: 26px;
    padding-left: 26px;
  }
  .heading-9 {
    text-align: center;
  }
  .divblocknos.izquierda {
    border-right: 4px solid #002f6c;
    border-bottom-style: none;
  }
  .paragraph-4 {
    padding-right: 13px;
    padding-left: 13px;
    font-family: Roboto, sans-serif;
    text-align: center;
  }
  .centered-container-2 {
    text-align: left;
  }
  .subscribe-form-input-2 {
    width: 100%;
  }
  .heading-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-21 {
    position: static;
    left: auto;
  }
  .grid-6 {
    grid-row-gap: 87px;
  }
  .grid-7 {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -ms-grid-columns: minmax(201px, 4fr);
    grid-template-columns: minmax(201px, 4fr);
  }
  .heading-13 {
    font-size: 22px;
    line-height: 25px;
  }
  .contactanos {
    margin-top: 10px;
    margin-right: 0px;
    color: #474747;
    text-align: center;
  }
  .contactanos.encabezado {
    width: 100%;
    margin-top: -18px;
    margin-right: 123px;
    margin-left: auto;
    font-size: 25px;
  }
  .div-block-25 {
    width: 100%;
    margin-top: -35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form-block {
    width: 360px;
    padding-left: 0px;
  }
  .form-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .field-label-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    margin-right: 2px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .emaildomosa {
    color: #474747;
    font-style: normal;
    text-decoration: none;
  }
  .linknumber {
    color: #474747;
    text-decoration: none;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-logo-link {
    height: 60px;
  }
  .footer-heading {
    margin-top: 20px;
  }
  .grid-8 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .list-item {
    text-align: center;
  }
  .list-item.tirular {
    text-align: center;
  }
  .list-item-2 {
    text-align: center;
  }
  .list-item-3 {
    text-align: center;
  }
  .list-item-4 {
    text-align: center;
  }
  .list-item-5 {
    text-align: center;
  }
  .list-item-6 {
    text-align: center;
  }
  .text-block-3 {
    text-align: center;
  }
  .slide-6 {
    background-image: url('../images/Husqvarna-450-Chainsaw41.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .seccion-titular {
    width: 100%;
    height: 40vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .heading-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    margin-top: 89px;
    padding: 11px 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
  }
  .grid-9 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .grid-9.portatilgasolina {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .jardineria {
    width: 100%;
    max-width: 375px;
  }
  .plantasportatilessilenciadas {
    width: 100%;
  }
  .titulardesmalezadoras {
    font-size: 20px;
    line-height: 25px;
  }
  .div-block-28 {
    padding: 0px 8px;
    border-width: 4px;
  }
  .zoommodel {
    display: none;
    overflow: hidden;
    width: 90%;
    margin-top: 534px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-cc61f9a9b6c0-533e75d5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-1df9fee354ac-533e75d5 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-e6363fbf2d00-3fbf2cfb {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

