h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #f6cb43;
  font-size: 58px;
  line-height: 46px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #f6cb43;
  font-size: 144px;
  line-height: 172px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #feac35;
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #f6cb43;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 18px;
}

.mn_container {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.mn_nav-logo {
  width: 181px;
  height: 50px;
  margin-bottom: 10px;
  background-image: url('../images/Logo.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.mn_nav-link {
  margin-bottom: 10px;
  padding: 20px 15px 5px;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
}

.mn_nav-link:hover {
  background-color: rgba(254, 172, 53, 0.7);
  color: #000;
}

.mn_nav-link.orange {
  margin-bottom: 0px;
  color: #f6cb43;
  font-weight: 700;
}

.mn_nav-link.orange:hover {
  background-color: transparent;
  color: #f6cb43;
}

.mn_nav-wrapper-links {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.mn_nav-wrapper-links.provisional {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mn_nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  padding-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mn_hero-bg {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 652px;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/OpHero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mn_hero-bg.provisional {
  height: 95vh;
}

.mn_nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.dropdown-toggle {
  left: 0px;
  right: 0px;
  padding: 0px 20px 0px 40px;
}

.dropdown-toggle.w--open {
  padding-left: 40px;
}

.dropdown-list.w--open {
  margin-top: 10px;
  background-color: transparent;
}

.dropdown-link {
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: rgba(246, 203, 67, 0.8);
  background-image: url('../images/Robitsmall.svg');
  background-position: 80% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.dropdown-link:hover {
  border-left: 3px solid #f6cb43;
  background-color: rgba(77, 77, 77, 0.7);
}

.dropdown-link-2 {
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: rgba(254, 172, 53, 0.8);
  background-image: url('../images/fURUKAWA-small.svg');
  background-position: 82% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.dropdown-link-2:hover {
  border-width: 3px;
  border-color: #feac35;
  border-left-style: solid;
  background-color: rgba(77, 77, 77, 0.7);
}

.dropdown-link-3 {
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: rgba(194, 118, 42, 0.8);
  background-image: url('../images/CME-small.svg');
  background-position: 85% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.dropdown-link-3:hover {
  border-left: 3px solid #c2762a;
  background-color: rgba(77, 77, 77, 0.7);
}

.dropdown {
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mn_left-triangle {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 32%;
  height: 196px;
  background-image: url('../images/Triangulo.svg');
  background-position: 100% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.mn_right-triangle {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 72%;
  height: 196px;
  background-image: url('../images/Trazado-1359.svg');
  background-position: 0px 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mn_big-paragraph {
  margin-bottom: 0px;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}

.mn_big-paragraph.mn_width-50 {
  width: 50%;
}

.mn_bottom-45 {
  margin-bottom: 45px;
}

.mn_button {
  padding-right: 24px;
  padding-left: 24px;
  border-radius: 40px;
  background-color: #feac35;
  text-align: center;
}

.mn_button:hover {
  background-color: #c2762a;
}

.mn_button.spacer-right {
  margin-right: 24px;
}

.mn_button.mn_bg-black:hover {
  background-color: #000;
  color: #f6cb43;
}

.mn_img-brand-section {
  position: relative;
  top: -40px;
  right: -140px;
  width: 790px;
  height: 380px;
  background-image: url('../images/T2am.svg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mn_wrapper-text-brand {
  width: 33%;
}

.mn_paragraph {
  padding-left: 16px;
  border-left: 4px solid #feac35;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 24px;
}

.mn_wrapper-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -40px;
}

.mn_text-icons {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 24px;
}

.mn_icon-feature {
  width: 120px;
  height: 120px;
  background-color: #999;
  background-image: url('../images/flexibilidad.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.mn_icon-feature.effectiveness {
  background-image: url('../images/interface-4.svg');
}

.mn_icon-feature.agile {
  background-image: url('../images/gear.svg');
}

.mn_wrapper-icon-feature {
  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;
}

.mn_wrapper-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mn_bg-section {
  position: relative;
}

.mn_bg-section.banner {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/banner.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.mn_bg-section.footer {
  padding-top: 53px;
  padding-bottom: 50px;
  background-color: #4d4d4d;
}

.mn_bg-section.product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  margin-bottom: 80px;
  padding-top: 90px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/BG-Product-Hero.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: scroll;
}

.mn_bg-section.product.mn_-bottom-150 {
  margin-bottom: 150px;
}

.mn_bg-section.product.mn_-bottom-150.surface {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(77, 77, 77, 0.7)), to(rgba(77, 77, 77, 0.7))), url('../images/DCR20.jpg');
  background-image: linear-gradient(180deg, rgba(77, 77, 77, 0.7), rgba(77, 77, 77, 0.7)), url('../images/DCR20.jpg');
  background-position: 0px 0px, 50% 80%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.mn_bg-section.product.mn_-bottom-150.jumbo {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(77, 77, 77, 0.7)), to(rgba(77, 77, 77, 0.7))), url('../images/T2AM.jpg');
  background-image: linear-gradient(180deg, rgba(77, 77, 77, 0.7), rgba(77, 77, 77, 0.7)), url('../images/T2AM.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.mn_bg-section.product.mn_-bottom-150.superficie {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(77, 77, 77, 0.7)), to(rgba(77, 77, 77, 0.7))), url('../images/image.jpg');
  background-image: linear-gradient(180deg, rgba(77, 77, 77, 0.7), rgba(77, 77, 77, 0.7)), url('../images/image.jpg');
  background-position: 0px 0px, 50% 80%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.mn_bg-section.product.mn_-bottom-150.tunel {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/JTH2200R.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/JTH2200R.jpg');
  background-position: 0px 0px, 50% 60%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.mn_bg-section.form-grey {
  padding-bottom: 150px;
}

.mn_bg-section.data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}

.mn_bg-section.dashboard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  margin-bottom: 150px;
  padding-top: 90px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4d4d4d;
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
}

.mn_wrapper-link-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 383px;
  height: 86px;
  -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-color: #f6cb43;
  color: #fff;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
}

.mn_bg-grey {
  position: relative;
  padding-top: 90px;
  padding-bottom: 100px;
  background-color: #4d4d4d;
}

.mn_-bottom-150 {
  margin-bottom: 150px;
}

.mn_line-banner {
  position: absolute;
  left: 0%;
  top: -10px;
  right: auto;
  bottom: auto;
  width: 30%;
  height: 20px;
  background-color: #feac35;
}

.mn_banner-text {
  margin-bottom: 24px;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}

.mn_card-product-bg {
  width: 352px;
  height: 337px;
  margin-bottom: 30px;
  background-image: url('../images/robit-card.jpg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.mn_card-product-bg:hover {
  border-bottom: 5px solid #edeff0;
}

.mn_card-product-bg.frd {
  background-image: url('../images/frd-card.jpg');
}

.mn_card-product-bg.cme {
  background-image: url('../images/cme-card.jpg');
}

.mn_link-tag {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  text-decoration: none;
}

.mn_link-cards-products {
  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;
  color: #fff;
}

.mn_card-product-text {
  font-size: 16px;
  line-height: 18px;
}

.mn_card-product-text:hover {
  color: #f6cb43;
}

.mn_wrapper-cards-produtcs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mn_see-icon {
  position: absolute;
  left: auto;
  top: -130px;
  right: 0%;
  bottom: auto;
  width: 82px;
  height: 82px;
  background-image: url('../images/see.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.mn_see-icon.galery {
  top: -40px;
  width: 60px;
  height: 60px;
  background-size: cover;
}

.mn_big-paragraph.mn_width-60 {
  width: 60%;
}

.mn_big-paragraph.mn_black.mn_center._80-width {
  width: 80%;
  margin-right: auto;
  margin-bottom: 48px;
  margin-left: auto;
}

.mn_black {
  color: #000;
}

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

.mn_bottom40 {
  margin-bottom: 40px;
}

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

.mn_bg-black {
  background-color: #000;
}

.mn_line-black {
  position: absolute;
  left: 45%;
  top: auto;
  right: 49%;
  bottom: -10px;
  width: 156px;
  height: 20px;
  background-color: #000;
}

.mn_bottom-64 {
  margin-bottom: 64px;
}

.mn_-bottom-90 {
  margin-bottom: 90px;
}

.mn_wrapper-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mn_services-card {
  width: 50%;
  height: 240px;
  background-image: url('../images/sharpening.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mn_services-card.text {
  padding: 40px 100px;
  background-image: none;
}

.mn_services-card.advisory {
  background-image: url('../images/advisory.jpg');
}

.mn_services-card.advisory.mobile {
  display: none;
}

.mn_services-card.go-minsol {
  background-image: url('../images/OPBanner.jpg');
}

.mn_div-50 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 50%;
  background-color: #999;
  background-image: url('../images/pattern.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.mn_div-50.color {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #edeff0;
  background-image: none;
}

.mn_contact-bg {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
}

.mn_cntact-bg-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  height: 460px;
  background-image: url('../images/OpCOntact.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mn_cntact-bg-img.contact {
  background-image: url('../images/OpCOntact.png');
}

.mn_heading-2 {
  margin-bottom: 200px;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-17.form {
  position: relative;
  padding-right: 26px;
  padding-left: 167px;
}

.mn_paragraph-medium {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
}

.mn_paragraph-medium.mn_width-70 {
  width: 70%;
}

.mn_white {
  color: #fff;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mn_wrapper-footer.mn_width-40 {
  width: 45%;
}

.mn_wrapper-footer.mn_width-40.logo.provisional {
  margin-bottom: 80px;
}

.mn_wrapper-footer.mn_width-20 {
  width: 15%;
}

.mn_logo-footer {
  width: 137px;
  height: 37px;
  background-image: url('../images/Logo.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link {
  color: #feac35;
  line-height: 21px;
  text-decoration: none;
  text-transform: capitalize;
}

.link:hover {
  color: #f6cb43;
}

.mn_wrapper-links-footer {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mn_wrapper-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-2 {
  color: hsla(0, 0%, 100%, 0.5);
  text-decoration: none;
}

.link-2.mobile {
  margin-right: 28px;
}

.mn_copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mn_contact-layout {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  height: 80px;
  background-color: #edeff0;
}

.mn_contact-layout.contacto {
  height: 110px;
  background-color: #edeff0;
}

.mn_subtitle.mn_bottom-45.mobile {
  display: none;
}

.mn_top {
  display: none;
}

.mn_logo-brand {
  width: 180px;
  height: 68px;
  margin-bottom: 25px;
  background-image: url('../images/fURUKAWA.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.mn_logo-brand.robit {
  height: 62px;
  background-image: url('../images/Robitsmall.svg');
  background-size: cover;
}

.mn_logo-brand.cme {
  width: 137px;
  height: 70px;
  background-image: url('../images/CME-.svg');
}

.mn_wrapper-title-product {
  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;
}

.mn_center {
  text-align: center;
}

.mn_line-text {
  width: 80%;
  height: 4px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  background-color: #feac35;
}

.mn_column-text-brand {
  width: 50%;
  padding-right: 90px;
  padding-left: 130px;
}

.mn_column-text-brand.right {
  padding-right: 130px;
  padding-left: 90px;
}

.mn_wrapper-text-brands {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
}

.div-block-32 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: auto;
  width: 60%;
  height: 537px;
  background-image: url('../images/crawler-drill.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-33 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -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;
}

.div-block-34 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 35%;
  height: 605px;
  background-color: #4d4d4d;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-35.color {
  width: 60%;
  height: 605px;
  padding-top: 80px;
  padding-left: 200px;
  -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;
  background-image: url('../images/Banner-BG-FRD.svg');
  background-position: 0% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mn_right {
  text-align: right;
}

.text-block-4 {
  color: #feac35;
  font-size: 396px;
  line-height: 340px;
  font-weight: 700;
}

.div-block-37 {
  height: 38px;
  margin-bottom: 12px;
  padding-left: 72px;
  background-image: url('../images/check.png');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.mn_wrapper-cards-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mn_wrapper-cards-product.mn_-bottom-150 {
  margin-bottom: 150px;
}

.mn_wrapper-cards-product.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mn_wrapper-cards-product.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mn_wrapper-cards-product.mn_bottom-64 {
  margin-bottom: 64px;
}

.mn_card-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  height: 337px;
  margin-right: 19px;
  padding-right: 25px;
  padding-left: 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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 203, 67, 0.7)), to(rgba(246, 203, 67, 0.7))), url('../images/Robit-Button-Bits-2.png');
  background-image: linear-gradient(180deg, rgba(246, 203, 67, 0.7), rgba(246, 203, 67, 0.7)), url('../images/Robit-Button-Bits-2.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-decoration: none;
}

.mn_card-product:hover {
  border-bottom: 5px solid rgba(77, 77, 77, 0.7);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 203, 67, 0.7)), to(rgba(246, 203, 67, 0.7))), url('../images/Robit-Button-Bits-2.png');
  background-image: linear-gradient(180deg, rgba(246, 203, 67, 0.7), rgba(246, 203, 67, 0.7)), url('../images/Robit-Button-Bits-2.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.mn_card-product.orange {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 172, 53, 0.7)), to(rgba(254, 172, 53, 0.7))), url('../images/Robit-Button-Bits-2.png');
  background-image: linear-gradient(180deg, rgba(254, 172, 53, 0.7), rgba(254, 172, 53, 0.7)), url('../images/Robit-Button-Bits-2.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.mn_card-product.orange:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 172, 53, 0.7)), to(rgba(254, 172, 53, 0.7))), url('../images/Robit-Button-Bits-2.png');
  background-image: linear-gradient(180deg, rgba(254, 172, 53, 0.7), rgba(254, 172, 53, 0.7)), url('../images/Robit-Button-Bits-2.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.mn_card-product.orange.t2am {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 172, 53, 0.7)), to(rgba(254, 172, 53, 0.7))), url('../images/T2AMüæûìsÄpÉ¿üiëEîπò√Ä╬é▀üj.jpg');
  background-image: linear-gradient(180deg, rgba(254, 172, 53, 0.7), rgba(254, 172, 53, 0.7)), url('../images/T2AMüæûìsÄpÉ¿üiëEîπò√Ä╬é▀üj.jpg');
}

.mn_card-product.orange.hcr1200 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 172, 53, 0.7)), to(rgba(254, 172, 53, 0.7))), url('../images/OPEN-COMPARTMENTS-1.JPG');
  background-image: linear-gradient(180deg, rgba(254, 172, 53, 0.7), rgba(254, 172, 53, 0.7)), url('../images/OPEN-COMPARTMENTS-1.JPG');
  background-size: auto, cover;
}

.mn_card-product.orange.dcr20 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 172, 53, 0.7)), to(rgba(254, 172, 53, 0.7))), url('../images/DCR20_FADE-21.JPG');
  background-image: linear-gradient(180deg, rgba(254, 172, 53, 0.7), rgba(254, 172, 53, 0.7)), url('../images/DCR20_FADE-21.JPG');
  background-size: auto, cover;
}

.mn_card-product.orange.hcr1500 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 172, 53, 0.7)), to(rgba(254, 172, 53, 0.7))), url('../images/1500-CUADRO.jpg');
  background-image: linear-gradient(180deg, rgba(254, 172, 53, 0.7), rgba(254, 172, 53, 0.7)), url('../images/1500-CUADRO.jpg');
  background-size: auto, cover;
}

.mn_card-product.orange.heavy-duty {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 172, 53, 0.7)), to(rgba(254, 172, 53, 0.7))), url('../images/Heavy-Duty.png');
  background-image: linear-gradient(180deg, rgba(254, 172, 53, 0.7), rgba(254, 172, 53, 0.7)), url('../images/Heavy-Duty.png');
  background-size: auto, cover;
}

.mn_card-product.orange.vs-220 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 172, 53, 0.7)), to(rgba(254, 172, 53, 0.7))), url('../images/Captura-de-Pantalla-2020-06-12-a-las-8.46.49.png');
  background-image: linear-gradient(180deg, rgba(254, 172, 53, 0.7), rgba(254, 172, 53, 0.7)), url('../images/Captura-de-Pantalla-2020-06-12-a-las-8.46.49.png');
  background-size: auto, contain;
}

.mn_card-product.orange.super-diaroc {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(194, 118, 42, 0.7)), to(rgba(194, 118, 42, 0.7))), url('../images/Captura-de-Pantalla-2020-06-12-a-las-8.48.26.png');
  background-image: linear-gradient(180deg, rgba(194, 118, 42, 0.7), rgba(194, 118, 42, 0.7)), url('../images/Captura-de-Pantalla-2020-06-12-a-las-8.48.26.png');
  background-size: auto, cover;
}

.mn_card-product.orange.t2rw {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 172, 53, 0.7)), to(rgba(254, 172, 53, 0.7))), url('../images/Captura-de-Pantalla-2020-06-12-a-las-16.42.29.png');
  background-image: linear-gradient(180deg, rgba(254, 172, 53, 0.7), rgba(254, 172, 53, 0.7)), url('../images/Captura-de-Pantalla-2020-06-12-a-las-16.42.29.png');
  background-size: auto, contain;
}

.mn_card-product.orange.jth2100r {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 172, 53, 0.7)), to(rgba(254, 172, 53, 0.7))), url('../images/Captura-de-Pantalla-2020-06-12-a-las-17.08.49.png');
  background-image: linear-gradient(180deg, rgba(254, 172, 53, 0.7), rgba(254, 172, 53, 0.7)), url('../images/Captura-de-Pantalla-2020-06-12-a-las-17.08.49.png');
  background-size: auto, contain;
}

.mn_card-product.orange.martillos-grandes {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 172, 53, 0.7)), to(rgba(254, 172, 53, 0.7))), url('../images/martillos-grandes.png');
  background-image: linear-gradient(180deg, rgba(254, 172, 53, 0.7), rgba(254, 172, 53, 0.7)), url('../images/martillos-grandes.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.mn_card-product.orange.jumbos {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 172, 53, 0.7)), to(rgba(254, 172, 53, 0.7))), url('../images/cT2AMüæûìsÄpÉ¿üiëEîπò√Ä╬é▀üj.jpg');
  background-image: linear-gradient(180deg, rgba(254, 172, 53, 0.7), rgba(254, 172, 53, 0.7)), url('../images/cT2AMüæûìsÄpÉ¿üiëEîπò√Ä╬é▀üj.jpg');
  background-size: auto, cover;
}

.mn_card-product.brown {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(194, 118, 42, 0.7)), to(rgba(194, 118, 42, 0.7))), url('../images/Perforadoras-sub.png');
  background-image: linear-gradient(180deg, rgba(194, 118, 42, 0.7), rgba(194, 118, 42, 0.7)), url('../images/Perforadoras-sub.png');
  background-position: 0px 0px, 50% 50%;
}

.mn_card-product.brown:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(194, 118, 42, 0.7)), to(rgba(194, 118, 42, 0.7))), url('../images/Perforadoras-sub.png');
  background-image: linear-gradient(180deg, rgba(194, 118, 42, 0.7), rgba(194, 118, 42, 0.7)), url('../images/Perforadoras-sub.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.mn_card-product.brown.hcr910 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(194, 118, 42, 0.7)), to(rgba(194, 118, 42, 0.7))), url('../images/HCR910-DS-CUADRO.jpg');
  background-image: linear-gradient(180deg, rgba(194, 118, 42, 0.7), rgba(194, 118, 42, 0.7)), url('../images/HCR910-DS-CUADRO.jpg');
  background-size: auto, cover;
}

.mn_card-product.brown.hcr100 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(194, 118, 42, 0.7)), to(rgba(194, 118, 42, 0.7))), url('../images/HCR-1000-EDS-CUADRO.jpg');
  background-image: linear-gradient(180deg, rgba(194, 118, 42, 0.7), rgba(194, 118, 42, 0.7)), url('../images/HCR-1000-EDS-CUADRO.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.mn_card-product.brown.evolution {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(194, 118, 42, 0.7)), to(rgba(194, 118, 42, 0.7))), url('../images/image-1.jpg');
  background-image: linear-gradient(180deg, rgba(194, 118, 42, 0.7), rgba(194, 118, 42, 0.7)), url('../images/image-1.jpg');
  background-size: auto, cover;
}

.mn_card-product.brown.robot-arm-esd-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 172, 53, 0.7)), to(rgba(254, 172, 53, 0.7))), url('../images/Captura-de-Pantalla-2020-06-12-a-las-8.45.03.png');
  background-image: linear-gradient(180deg, rgba(254, 172, 53, 0.7), rgba(254, 172, 53, 0.7)), url('../images/Captura-de-Pantalla-2020-06-12-a-las-8.45.03.png');
  background-size: auto, contain;
}

.mn_card-product.brown.jth3200r-iii {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(194, 118, 42, 0.7)), to(rgba(194, 118, 42, 0.7))), url('../images/Captura-de-Pantalla-2020-06-12-a-las-16.46.09.png');
  background-image: linear-gradient(180deg, rgba(194, 118, 42, 0.7), rgba(194, 118, 42, 0.7)), url('../images/Captura-de-Pantalla-2020-06-12-a-las-16.46.09.png');
  background-size: auto, contain;
}

.mn_card-product.brown.jth2100a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(194, 118, 42, 0.7)), to(rgba(194, 118, 42, 0.7))), url('../images/Captura-de-Pantalla-2020-06-12-a-las-17.09.03.png');
  background-image: linear-gradient(180deg, rgba(194, 118, 42, 0.7), rgba(194, 118, 42, 0.7)), url('../images/Captura-de-Pantalla-2020-06-12-a-las-17.09.03.png');
  background-size: auto, contain;
}

.mn_card-product.brown.otros-productos {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(194, 118, 42, 0.7)), to(rgba(194, 118, 42, 0.7))), url('../images/maritllos-peqeuños.png');
  background-image: linear-gradient(180deg, rgba(194, 118, 42, 0.7), rgba(194, 118, 42, 0.7)), url('../images/maritllos-peqeuños.png');
  background-size: auto, cover;
}

.mn_card-product.hidde {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), url('../images/Robit-Button-Bits-2.png');
  background-image: linear-gradient(180deg, #fff, #fff), url('../images/Robit-Button-Bits-2.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.mn_card-product.hidde:hover {
  border-style: none;
  border-width: 1px 1px 0px;
  border-color: #000;
}

.mn_card-product.t1am {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 203, 67, 0.7)), to(rgba(246, 203, 67, 0.7))), url('../images/T1AMüì╢É∙ë±ÄpÉ¿üiì╢îπÅπüj-1.jpg');
  background-image: linear-gradient(180deg, rgba(246, 203, 67, 0.7), rgba(246, 203, 67, 0.7)), url('../images/T1AMüì╢É∙ë±ÄpÉ¿üiì╢îπÅπüj-1.jpg');
}

.mn_card-product.pcr200 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 203, 67, 0.7)), to(rgba(246, 203, 67, 0.7))), url('../images/PCR200-CUADRO.jpg');
  background-image: linear-gradient(180deg, rgba(246, 203, 67, 0.7), rgba(246, 203, 67, 0.7)), url('../images/PCR200-CUADRO.jpg');
  background-size: auto, cover;
}

.mn_card-product.hcr900 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 203, 67, 0.7)), to(rgba(246, 203, 67, 0.7))), url('../images/HCR900-ESII-CUADRO.JPG');
  background-image: linear-gradient(180deg, rgba(246, 203, 67, 0.7), rgba(246, 203, 67, 0.7)), url('../images/HCR900-ESII-CUADRO.JPG');
  background-size: auto, cover;
}

.mn_card-product.t2am {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 203, 67, 0.7)), to(rgba(246, 203, 67, 0.7))), url('../images/T2AMüÉ·ìEâîâoüüiæOò√üj.jpg');
  background-image: linear-gradient(180deg, rgba(246, 203, 67, 0.7), rgba(246, 203, 67, 0.7)), url('../images/T2AMüÉ·ìEâîâoüüiæOò√üj.jpg');
  background-size: auto, cover;
}

.mn_card-product.hcr1500 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 203, 67, 0.7)), to(rgba(246, 203, 67, 0.7))), url('../images/HCR1500ROD_CHANGER-1.jpg');
  background-image: linear-gradient(180deg, rgba(246, 203, 67, 0.7), rgba(246, 203, 67, 0.7)), url('../images/HCR1500ROD_CHANGER-1.jpg');
  background-size: auto, cover;
}

.mn_card-product.drill-tubes {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 203, 67, 0.7)), to(rgba(246, 203, 67, 0.7))), url('../images/Drill-Tubes.png');
  background-image: linear-gradient(180deg, rgba(246, 203, 67, 0.7), rgba(246, 203, 67, 0.7)), url('../images/Drill-Tubes.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.mn_card-product.mini-junior-electrico {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 203, 67, 0.7)), to(rgba(246, 203, 67, 0.7))), url('../images/Captura-de-Pantalla-2020-06-11-a-las-11.00.33.png');
  background-image: linear-gradient(180deg, rgba(246, 203, 67, 0.7), rgba(246, 203, 67, 0.7)), url('../images/Captura-de-Pantalla-2020-06-11-a-las-11.00.33.png');
  background-size: auto, contain;
}

.mn_card-product.mini-junior {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 203, 67, 0.7)), to(rgba(246, 203, 67, 0.7))), url('../images/Captura-de-Pantalla-2020-06-11-a-las-11.03.30.png');
  background-image: linear-gradient(180deg, rgba(246, 203, 67, 0.7), rgba(246, 203, 67, 0.7)), url('../images/Captura-de-Pantalla-2020-06-11-a-las-11.03.30.png');
  background-size: auto, contain;
}

.mn_card-product.t3rw {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 203, 67, 0.7)), to(rgba(246, 203, 67, 0.7))), url('../images/Captura-de-Pantalla-2020-06-12-a-las-16.38.28.png');
  background-image: linear-gradient(180deg, rgba(246, 203, 67, 0.7), rgba(246, 203, 67, 0.7)), url('../images/Captura-de-Pantalla-2020-06-12-a-las-16.38.28.png');
  background-size: auto, contain;
}

.mn_card-product.jth2200r {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 203, 67, 0.7)), to(rgba(246, 203, 67, 0.7))), url('../images/Captura-de-Pantalla-2020-06-12-a-las-17.08.32.png');
  background-image: linear-gradient(180deg, rgba(246, 203, 67, 0.7), rgba(246, 203, 67, 0.7)), url('../images/Captura-de-Pantalla-2020-06-12-a-las-17.08.32.png');
  background-size: auto, contain;
}

.mn_card-product.fth1am {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/FTH1AM.png');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/FTH1AM.png');
  background-size: auto, cover;
}

.mn_card-product.fth1am.mn_orange {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 172, 53, 0.7)), to(rgba(254, 172, 53, 0.7))), url('../images/FTH1AM.png');
  background-image: linear-gradient(180deg, rgba(254, 172, 53, 0.7), rgba(254, 172, 53, 0.7)), url('../images/FTH1AM.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.mn_card-product.fth1am.brown {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(194, 118, 42, 0.7)), to(rgba(194, 118, 42, 0.7))), url('../images/FTH1AM.png');
  background-image: linear-gradient(180deg, rgba(194, 118, 42, 0.7), rgba(194, 118, 42, 0.7)), url('../images/FTH1AM.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.mn_card-product.martillos-peque-os {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 203, 67, 0.7)), to(rgba(246, 203, 67, 0.7))), url('../images/maritllos-peqeuños.png');
  background-image: linear-gradient(180deg, rgba(246, 203, 67, 0.7), rgba(246, 203, 67, 0.7)), url('../images/maritllos-peqeuños.png');
  background-size: auto, cover;
}

.mn_bottom-section-gray {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 219px;
  background-image: url('../images/Form-Footer.svg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mn_left-triangle-hero-section {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: -1px;
  width: 30%;
  height: 100px;
  background-image: url('../images/Triangle-Small.svg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mn_right-triangle-hero-section {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -1px;
  width: 70%;
  height: 100px;
  background-image: url('../images/Triangle-Big.svg');
  background-position: 0% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mn_title-products {
  width: 40%;
  color: #fff;
  font-size: 40px;
  line-height: 45px;
  text-align: center;
}

.mn_title-products.underground {
  width: 50%;
}

.mn_title-products.jumbo {
  width: 80%;
}

.mn_card-50-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 663px;
  -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;
}

.mn_card-50-product.img {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/Robit-Button-Bits-2.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mn_card-50-product.img.hcr1500 {
  background-image: url('../images/HCR1500.png');
}

.mn_card-50-product.img.t1am {
  background-image: url('../images/Captura-de-Pantalla-2020-05-26-a-las-13.33.31.png');
  background-position: 0% 100%;
  background-size: contain;
}

.mn_card-50-product.img.pcr200 {
  background-image: url('../images/PCR200-9-1.jpg');
  background-position: 100% 50%;
}

.mn_card-50-product.img.hcr1200 {
  background-image: url('../images/HCR1200-cover.png');
}

.mn_card-50-product.img.hcr900 {
  background-image: url('../images/HCR900-cover.png');
}

.mn_card-50-product.img.hcr910 {
  background-image: url('../images/HCR910-cover11.png');
  background-position: 0% 50%;
  background-size: cover;
}

.mn_card-50-product.img.hcr1000 {
  background-image: url('../images/Captura-de-Pantalla-2020-06-16-a-las-12.46.10.png');
  background-position: 50% 50%;
}

.mn_card-50-product.img.dcr20 {
  background-image: url('../images/DCR20-2.JPG');
  background-position: 50% 100%;
}

.mn_title-product {
  margin-bottom: 8px;
  font-size: 101px;
  line-height: 101px;
}

.mn_paragraph-product {
  width: 65%;
  margin-bottom: 40px;
}

.mn_wrapper-section-product {
  position: relative;
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mn_absolute-grey {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0%;
  bottom: 0%;
  width: 48%;
  background-color: #4d4d4d;
}

.mn_img-product-data {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 352px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/T1AMüì╢É∙ë±ÄpÉ¿üiì╢îπÅπüj-1-1.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.mn_img-product-data.t2am {
  background-image: url('../images/T2AMüÉ·ìEâîâoüüiæOò√üj-1.jpg');
  background-position: 50% 50%;
}

.mn_img-product-data.pcr200 {
  background-image: url('../images/PCR200-BEDIENUNG1-1.jpg');
  background-position: 50% 100%;
}

.mn_img-product-data.hcr1500 {
  background-image: url('../images/HCR1500-ED2_ACCSESS-1.jpg');
  background-position: 50% 90%;
  background-size: cover;
}

.mn_img-product-data.hcr1200 {
  background-image: url('../images/OPEN-COMPARTMENTS-1.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.mn_img-product-data.hcr900 {
  background-image: url('../images/HCR900-cover2.png');
  background-position: 100% 100%;
  background-size: auto;
}

.mn_img-product-data.hcr910 {
  background-image: url('../images/HCR910cover22.png');
  background-position: 50% 100%;
  background-size: cover;
}

.mn_img-product-data.hcr1000 {
  background-image: url('../images/HCR1000.png');
  background-position: 50% 100%;
  background-size: cover;
}

.mn_img-product-data.dcr20 {
  background-image: url('../images/DCR20ANSICHT_OBEN_MIT_O_KLAPPEN.JPG');
  background-position: 50% 50%;
}

.mn_img-product-data.mobile {
  display: none;
  background-image: url('../images/HCR1500-ED2_ACCSESS-1.jpg');
  background-position: 50% 90%;
  background-size: cover;
}

.mn_wrapper-data-file {
  width: 51%;
  padding: 100px 140px 67px;
  background-color: #4d4d4d;
}

.mn_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mn_wrapper-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #999;
}

.mn_wrapper-data.mn_bottom40 {
  margin-bottom: 40px;
}

.mn_orange {
  color: #feac35;
}

.mn_feature-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}

.mn_big-number {
  margin-right: 24px;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
}

.mn_big-number.brown {
  color: #c2762a;
}

.mn_column-features-product {
  width: 50%;
  padding-right: 40px;
  padding-left: 184px;
}

.mn_column-features-product.right {
  padding-right: 140px;
  padding-left: 100px;
}

.mn_wrapper-features-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mn_wrapper-features-product.mn_-bottom-100 {
  margin-bottom: 100px;
}

.mn_link-file {
  position: absolute;
  bottom: -100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 57px;
  padding-left: 72px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Down.png');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  text-decoration: none;
}

.mn_link-file.robit {
  position: relative;
  bottom: auto;
}

.mn_text-block-6 {
  color: #f6cb43;
  font-size: 16px;
  line-height: 18px;
  text-decoration: underline;
}

.div-block-55 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 48%;
  background-color: #4d4d4d;
}

.div-block-55.right {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.div-block-56 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 140px;
  padding-right: 180px;
  padding-bottom: 140px;
  -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;
  background-color: #4d4d4d;
}

.div-block-56.right {
  padding-right: 24px;
  padding-left: 150px;
}

.div-block-57 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
  background-image: url('../images/Robit-Button-Bits-2-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-57.left {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  background-image: url('../images/Robit-consumables-new-brand-1.jpg');
}

.heading-8 {
  padding-left: 74px;
}

.text-block-7 {
  position: absolute;
  left: auto;
  top: 0%;
  right: -413px;
  bottom: 0%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #feac35;
  font-size: 101px;
  line-height: 80px;
  font-weight: 700;
}

.text-block-7.right {
  left: -472px;
  top: 0%;
  right: auto;
  bottom: 0%;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.div-block-58 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-59 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.mn_small-title-product {
  margin-bottom: 24px;
  font-size: 70px;
  line-height: 70px;
}

.mn_small-title-product.grey {
  color: #4d4d4d;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.text-block-8 {
  padding: 12px 24px;
  -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;
  background-color: #f6cb43;
  color: #000;
  font-weight: 700;
  text-align: right;
}

.text-block-8:hover {
  background-color: #feac35;
}

.div-block-61 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mn_photo-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 200px;
}

.mn_wrapper-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.mn_black-small {
  color: #000;
  font-size: 20px;
}

.mn_text-yellow {
  color: #f6cb43;
}

.div-block-65 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-right: 200px;
  padding-left: 200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mn_width-25 {
  width: 150px;
  height: 150px;
  border-bottom: 5px solid #f6cb43;
  background-image: url('../images/MN.png');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: 1px 1px 8px -2px rgba(0, 0, 0, 0.21);
  cursor: pointer;
}

.mn_width-25:hover {
  box-shadow: 1px 1px 8px -2px #feac35;
}

.mn_width-25.hotjar {
  background-image: url('../images/hotjar1.png');
}

.mn_width-25.manager {
  background-image: url('../images/Maneger.png');
}

.mn_width-25.console {
  background-image: url('../images/Console.png');
}

.mn_width-25.hubspot {
  background-image: url('../images/HubSpot1.png');
}

.mn_width-25.analytics {
  background-image: url('../images/Analytics.png');
}

.mn_width-25.mail {
  border-bottom: 5px solid #f6cb43;
  background-image: url('../images/gmail.png');
  background-position: 50% 50%;
}

.mn_width-25.godaddy {
  background-image: url('../images/Godaddy.png');
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 50vh;
  max-height: 100%;
  max-width: 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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (max-width: 991px) {
  .mn_container {
    padding-right: 24px;
    padding-left: 24px;
  }
  .mn_nav-link {
    font-size: 14px;
    line-height: 16px;
  }
  .mn_nav-link:hover {
    color: #f6cb43;
  }
  .mn_nav-wrapper-links {
    width: 55%;
  }
  .mn_hero-bg {
    height: 580px;
  }
  .mn_big-paragraph.mn_width-50.mn_bottom40 {
    width: 70%;
  }
  .mn_img-brand-section {
    right: -24px;
    width: 50%;
  }
  .mn_wrapper-text-brand {
    width: 50%;
  }
  .mn_wrapper-brand {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .mn_wrapper-icons {
    width: 60%;
  }
  .mn_bg-section.banner.mn_bottom-64 {
    background-position: 60% 50%;
  }
  .mn_wrapper-link-tag {
    width: 250px;
    height: 60px;
  }
  .mn_card-product-bg {
    width: 100%;
    height: 220px;
    background-position: 50% 50%;
    background-size: cover;
  }
  .mn_link-tag {
    bottom: 100px;
    z-index: 10;
  }
  .mn_link-cards-products {
    width: 32%;
  }
  .mn_see-icon {
    right: 24px;
  }
  .mn_big-paragraph {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .mn_big-paragraph.mn_width-60.mn_bottom-24.mn_black {
    width: 70%;
  }
  .mn_black.mn_center.mn_-bottom-90 {
    font-size: 40px;
  }
  .mn_-bottom-90 {
    margin-bottom: 50px;
    font-size: 100px;
  }
  .mn_services-card {
    background-position: 100% 50%;
  }
  .mn_services-card.text {
    padding-right: 24px;
    padding-left: 24px;
  }
  .mn_heading-2 {
    margin-bottom: 120px;
    font-size: 100px;
  }
  .div-block-17.form {
    padding-left: 24px;
  }
  .mn_wrapper-footer.mn_width-40 {
    width: 40%;
  }
  .link-2.mobile {
    margin-right: 21px;
  }
  .mn_contact-layout {
    height: 90px;
  }
  .mn_top {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #f6cb43;
  }
  .mn_column-text-brand {
    padding-right: 24px;
    padding-left: 0px;
  }
  .mn_column-text-brand.right {
    padding-right: 0px;
    padding-left: 24px;
  }
  .div-block-35 {
    width: 20%;
  }
  .div-block-35.color {
    width: 80%;
  }
  .div-block-37 {
    height: auto;
  }
  .mn_card-product {
    height: 250px;
  }
  .mn_card-50-product {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
  .mn_card-50-product.img {
    position: relative;
    width: 100%;
    height: 300px;
    margin-bottom: 0px;
    background-position: 50% 50%;
  }
  .mn_title-product {
    margin-bottom: 24px;
  }
  .mn_paragraph-product {
    width: 80%;
    margin-bottom: 80px;
  }
  .mn_wrapper-data-file {
    padding-right: 50px;
    padding-left: 50px;
  }
  .mn_column-features-product {
    padding-left: 50px;
  }
  .mn_column-features-product.right {
    padding-right: 50px;
    padding-left: 50px;
  }
  .mn_wrapper-features-product.mn_-bottom-100 {
    margin-bottom: 60px;
  }
  .div-block-56 {
    padding-right: 32px;
  }
  .div-block-56.right {
    padding-left: 32px;
  }
  .heading-8.mn_bottom-45 {
    padding-left: 0px;
  }
  .text-block-7 {
    display: none;
  }
  .mn_small-title-product {
    margin-bottom: 24px;
  }
  .mn_photo-gallery {
    height: 150px;
  }
  .div-block-65 {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 16px;
    text-align: center;
  }
  h3 {
    font-size: 43px;
    line-height: 43px;
  }
  h4 {
    font-size: 27px;
    line-height: 31px;
  }
  p {
    font-size: 14px;
    line-height: 16px;
  }
  .mn_container.mn_bottom-64 {
    margin-bottom: 0px;
  }
  .mn_nav-logo {
    width: 140px;
    height: 37px;
    margin-bottom: 30px;
  }
  .mn_nav-link.hidde-mobile {
    display: none;
  }
  .mn_nav-wrapper-links {
    width: 60%;
  }
  .mn_nav {
    position: absolute;
    padding-top: 30px;
  }
  .mn_hero-bg {
    height: auto;
    padding-top: 170px;
  }
  .mn_nav-wrapper {
    position: relative;
    -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;
  }
  .dropdown-list.w--open {
    left: 0%;
    top: 89%;
    right: auto;
    width: 50%;
  }
  .dropdown-link {
    width: 50%;
    background-color: #f6cb43;
  }
  .dropdown-link-2 {
    width: 50%;
    background-color: #feac35;
  }
  .dropdown-link-3 {
    width: 50%;
    background-color: #c2762a;
  }
  .dropdown {
    position: static;
  }
  .mn_left-triangle {
    display: none;
  }
  .mn_right-triangle {
    display: none;
  }
  .mn_big-paragraph.mn_width-50.mn_bottom40 {
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
  }
  .mn_big-paragraph.mobile {
    text-align: center;
  }
  .mn_button.spacer-right {
    margin-right: 0px;
    margin-bottom: 16px;
  }
  .mn_img-brand-section {
    display: none;
  }
  .mn_wrapper-text-brand {
    width: 100%;
  }
  .mn_wrapper-brand {
    margin-bottom: 40px;
  }
  .mn_icon-feature {
    margin-bottom: 15px;
    border-radius: 100%;
    background-color: #feac35;
  }
  .mn_wrapper-icons {
    width: 100%;
  }
  .mn_bg-section.product.mn_-bottom-150.superficie {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/image.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/image.jpg');
    background-size: auto, cover;
  }
  .mn_bg-section.data {
    margin-bottom: 40px;
  }
  .mn_wrapper-link-tag {
    display: none;
  }
  .mn_see-icon.galery {
    top: -20px;
    width: 40px;
    height: 40px;
  }
  .mn_big-paragraph.mn_width-60.mn_bottom-24.mn_black {
    font-size: 16px;
    line-height: 18px;
  }
  .mn_-bottom-90 {
    margin-bottom: 45px;
    font-size: 43px;
  }
  .mn_services-card.text {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mn_div-50 {
    display: none;
  }
  .mn_div-50.color {
    display: block;
    width: 100%;
  }
  .mn_contact-bg {
    padding-top: 40px;
  }
  .mn_contact-bg.contact {
    padding-top: 150px;
  }
  .mn_cntact-bg-img {
    display: none;
  }
  .mn_heading-2 {
    display: none;
  }
  .div-block-17 {
    display: none;
  }
  .div-block-17.form {
    display: block;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .mn_wrapper-footer.mn_width-40 {
    width: 35%;
  }
  .link-2.mobile {
    margin-right: 33px;
  }
  .mn_contact-layout.contacto {
    height: 125px;
  }
  .mn_wrapper-buttons-hero {
    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;
  }
  .mn_subtitle.mn_bottom-45 {
    font-size: 43px;
    line-height: 43px;
  }
  .mn_subtitle.mn_bottom-45.mobile {
    display: block;
    margin-bottom: 24px;
    text-align: center;
  }
  .mn_heading-7 {
    margin-bottom: 24px;
    color: #000;
  }
  .div-block-32 {
    position: relative;
    width: 100%;
    height: 240px;
  }
  .div-block-33 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-34 {
    display: none;
    height: 300px;
  }
  .div-block-35 {
    width: 100%;
  }
  .div-block-35.color {
    width: 100%;
    height: auto;
    padding-right: 30px;
    padding-bottom: 48px;
    padding-left: 30px;
    -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(#4d4d4d), to(#4d4d4d)), url('../images/Banner-BG-FRD.svg');
    background-image: linear-gradient(180deg, #4d4d4d, #4d4d4d), url('../images/Banner-BG-FRD.svg');
    background-position: 0px 0px, 0% 100%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .div-block-36 {
    margin-right: -24px;
    margin-left: -24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #4d4d4d;
  }
  .text-block-4 {
    display: none;
  }
  .mn_title-products {
    width: 80%;
    font-size: 22px;
    line-height: 26px;
  }
  .mn_title-product {
    margin-bottom: 0px;
    font-size: 43px;
    line-height: 43px;
  }
  .mn_paragraph-product {
    margin-bottom: 40px;
  }
  .mn_column-features-product {
    padding-right: 24px;
    padding-left: 24px;
  }
  .mn_column-features-product.right {
    padding-right: 24px;
    padding-left: 24px;
  }
  .mn_wrapper-features-product.mn_-bottom-150 {
    margin-bottom: 60px;
  }
  .mn_wrapper-features-product.mn_-bottom-100 {
    margin-bottom: 60px;
  }
  .div-block-55 {
    display: none;
  }
  .div-block-56 {
    width: 100%;
    padding: 40px 24px;
  }
  .div-block-57 {
    position: relative;
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
  }
  .div-block-58 {
    margin-right: -24px;
    margin-left: -24px;
  }
  .div-block-60 {
    margin-right: -24px;
    margin-left: -24px;
  }
  .mn_small-title-product {
    font-size: 43px;
    line-height: 43px;
  }
  .mn_photo-gallery {
    height: 100px;
  }
  .mn_wrapper-gallery {
    margin-bottom: 40px;
  }
  .div-block-13 {
    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-65 {
    margin-bottom: 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;
  }
  .mn_width-25 {
    margin-bottom: 16px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .heading-9 {
    font-size: 24px;
    line-height: 24px;
  }
}

@media screen and (max-width: 479px) {
  .mn_container {
    padding-right: 32px;
    padding-left: 32px;
  }
  .mn_nav-wrapper-links {
    width: 100%;
  }
  .mn_hero-bg {
    background-position: 70% 50%;
  }
  .mn_button.robit {
    margin-bottom: 16px;
  }
  .mn_wrapper-brand-features.mn_-bottom-150 {
    margin-bottom: 80px;
  }
  .mn_wrapper-text-brand {
    width: 100%;
  }
  .mn_wrapper-brand {
    margin-bottom: 50px;
  }
  .mn_text-icons {
    margin-bottom: 27px;
    font-size: 14px;
  }
  .mn_icon-feature {
    width: 100px;
    height: 100px;
    background-size: auto;
  }
  .mn_wrapper-icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mn_bg-section.banner.mn_bottom-64 {
    padding-top: 90px;
    padding-bottom: 90px;
    background-position: 50% 50%;
  }
  .mn_bg-section.footer {
    padding-top: 36px;
    padding-bottom: 40px;
  }
  .mn_bg-section.product.mn_-bottom-150 {
    margin-bottom: 100px;
  }
  .mn_bg-section.form-grey {
    padding-bottom: 80px;
  }
  .mn_bg-section.dashboard {
    height: 180px;
    margin-bottom: 90px;
  }
  .mn_bg-grey {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .mn_card-product-bg {
    height: 320px;
  }
  .mn_link-cards-products {
    width: 100%;
  }
  .mn_card-product-text {
    display: none;
  }
  .mn_wrapper-cards-produtcs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mn_see-icon {
    display: none;
  }
  .mn_see-icon.galery {
    left: 43%;
    right: 48%;
    display: block;
  }
  .mn_big-paragraph.mn_width-60.mn_bottom-24.mn_black {
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
  }
  .mn_black.mn_center {
    line-height: 32px;
  }
  .mn_black.mn_center.mn_-bottom-90 {
    font-size: 30px;
    line-height: 40px;
  }
  .mn_-bottom-90 {
    text-align: center;
  }
  .mn_wrapper-services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mn_services-card {
    width: auto;
    height: 160px;
    margin-right: -32px;
    margin-left: -32px;
  }
  .mn_services-card.text {
    width: auto;
    height: auto;
    padding-right: 32px;
    padding-left: 32px;
  }
  .mn_services-card.advisory {
    display: none;
  }
  .mn_services-card.advisory.mobile {
    display: block;
  }
  .mn_white.mn_bottom-24 {
    display: none;
  }
  .mn_wrapper-footer.mn_width-40 {
    width: 100%;
  }
  .mn_wrapper-footer.mn_width-40.logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mn_wrapper-footer.mn_width-20 {
    width: 100%;
  }
  .link {
    font-size: 12px;
    line-height: 14px;
  }
  .link.mn_bottom-45 {
    display: none;
  }
  .link.small {
    margin-bottom: 50px;
    color: #edeff0;
    font-size: 12px;
    line-height: 14px;
  }
  .mn_wrapper-links-footer {
    margin-bottom: 12px;
    -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;
  }
  .mn_wrapper-links {
    -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;
  }
  .link-2 {
    font-size: 11px;
    line-height: 12px;
  }
  .link-2.mobile {
    display: none;
  }
  .mn_copy {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mn_contact-layout {
    height: 120px;
  }
  .mn_heading1 {
    font-size: 20px;
    line-height: 26px;
  }
  .mn_heading-4 {
    text-align: center;
  }
  .mn_heading-5 {
    text-align: center;
  }
  .mn_heading-6 {
    text-align: center;
  }
  .mn_paragraph-2 {
    text-align: center;
  }
  .mn_heading-7 {
    line-height: 24px;
  }
  .mn_wrapper-text-banner {
    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;
  }
  .mn_top {
    top: -22px;
    right: 24px;
    z-index: 10;
    display: block;
    width: 45px;
    height: 45px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/top.png');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }
  .mn_column-text-brand {
    width: 100%;
    padding-right: 0px;
  }
  .mn_column-text-brand.right {
    padding-left: 0px;
  }
  .mn_wrapper-text-brands {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-36 {
    margin-right: -32px;
    margin-left: -32px;
  }
  .mn_right.mn_bottom-45 {
    line-height: 32px;
    text-align: center;
  }
  .mn_wrapper-cards-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mn_card-product {
    width: 100%;
    margin-bottom: 16px;
  }
  .mn_card-product.hidde {
    display: none;
  }
  .mn_bottom-section-gray {
    height: 180px;
  }
  .mn_paragraph-product {
    width: 100%;
  }
  .mn_absolute-grey {
    display: none;
  }
  .mn_img-product-data {
    display: none;
    width: 100%;
  }
  .mn_img-product-data.hcr1500 {
    display: none;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .mn_img-product-data.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .mn_wrapper-data-file {
    width: 100%;
  }
  .mn_wrapper {
    margin-right: -32px;
    margin-left: -32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mn_column-features-product {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .mn_column-features-product.right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .mn_wrapper-features-product.mn_-bottom-150 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mn_wrapper-features-product.mn_-bottom-100 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mn_link-file {
    position: relative;
  }
  .mn_link-file.mobile {
    top: 0px;
    bottom: 0px;
  }
  .mn_text-block-6 {
    font-size: 14px;
  }
  .div-block-58 {
    margin-right: -32px;
    margin-left: -32px;
  }
  .div-block-59.mn_bottom-64 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-60 {
    margin-right: -32px;
    margin-left: -32px;
  }
  .mn_photo-gallery {
    width: 40%;
  }
  .mn_photo-gallery.hidde {
    display: none;
  }
  .div-block-13 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .div-block-65 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .utility-page-content {
    width: 100%;
  }
}

