:root {
  --orange-red: #ff5900;
  --dark-slate-blue: #074ca8;
  --white: white;
  --black: black;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.navbar-row-1-1 {
  background-color: var(--orange-red);
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.navbar-logo-img {
  height: 90px;
}

.navbar-row-1-2 {
  width: 100%;
  height: 100%;
  background-color: var(--dark-slate-blue);
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
}

.search {
  width: 200px;
  border: 1px solid var(--white);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  font-family: omnes-pro, sans-serif;
  font-weight: 700;
  display: none;
  overflow: hidden;
}

.search-input {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
}

.search-button {
  background-color: var(--white);
  color: var(--dark-slate-blue);
}

.search-button:hover {
  background-color: var(--dark-slate-blue);
  color: var(--white);
}

.nav-link {
  color: var(--white);
  text-transform: uppercase;
  font-family: omnes-pro, sans-serif;
  font-weight: 700;
}

.nav-link.w--current {
  color: var(--white);
}

.footer {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: static;
}

.footer-flex-container {
  width: 90%;
  max-width: 1300px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  margin-bottom: 2rem;
}

.footer-image {
  width: 100px;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
  margin-bottom: 0;
}

.footer-link {
  color: var(--dark-slate-blue);
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.content-section {
  justify-content: center;
  align-items: stretch;
  margin-bottom: 6rem;
  display: flex;
}

.col-2-2 {
  width: 100%;
  height: 235.767px;
  background-color: var(--orange-red);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem 6rem 2rem 4rem;
  display: flex;
}

.col-2-2.white {
  height: 235.767px;
  background-color: var(--dark-slate-blue);
}

.col-1-2 {
  width: 100%;
  height: 403.984px;
}

.all-paragraph {
  font-family: Acumin pro, sans-serif;
  font-weight: 500;
}

.all-paragraph.blue {
  color: var(--dark-slate-blue);
  margin-bottom: 40px;
  font-family: omnes-pro, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.all-paragraph.blue.qq {
  width: 300px;
  margin-bottom: 20px;
}

.all-paragraph.blue._1 {
  margin-bottom: 0;
}

.list {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.footer-row-1-3 {
  width: 100%;
  border-bottom: 2px solid var(--dark-slate-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 4rem;
  display: flex;
}

.support-img {
  width: 60px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.text-block {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.footer-row-2-3 {
  width: 90%;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
  display: flex;
}

.image-4 {
  width: 25px;
}

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

.link-block {
  color: var(--dark-slate-blue);
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 2px;
  padding-right: 2px;
}

.link-block:hover {
  color: var(--orange-red);
}

.text-block-2 {
  color: var(--dark-slate-blue);
  margin-bottom: 10px;
}

.link {
  color: var(--black);
  border-right: 1px solid #000;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: omnes-pro, sans-serif;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.link-2 {
  color: var(--black);
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: omnes-pro, sans-serif;
  text-decoration: none;
}

.link-2:hover {
  text-decoration: underline;
}

.text-block-3 {
  color: var(--black);
  font-family: Acumin pro, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.brands-grid {
  width: 70%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.brands-secion {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 4rem;
  display: flex;
}

.about-us-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-us-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.about-us-content.hor {
  flex-direction: row;
}

.about-us-col-1-2 {
  max-width: 600px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 4rem;
  display: flex;
}

.about-us-col-1-2.reverse {
  align-items: flex-start;
  padding-left: 0;
}

.about-us-col-2-2 {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-17 {
  width: 90%;
  flex-direction: row;
}

.products-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  padding-top: 6rem;
  display: flex;
}

.dropdown-toggle {
  color: var(--white);
  text-transform: uppercase;
  font-family: omnes-pro, sans-serif;
  font-weight: 700;
}

.dropdown-list {
  color: var(--dark-slate-blue);
  background-color: #fff;
}

.dropdown-list.w--open {
  background-color: var(--dark-slate-blue);
}

.dropdown-link {
  width: 100%;
  color: var(--white);
}

.dropdown-link:hover {
  color: var(--dark-slate-blue);
  background-color: rgba(255, 255, 255, .74);
  text-decoration: none;
}

.div-block-18 {
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.products-col {
  width: 70%;
  border-bottom: 1px solid var(--dark-slate-blue);
  background-color: var(--dark-slate-blue);
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.products-col.left {
  width: 30%;
  border-right: 1px solid var(--white);
  border-bottom: 1px solid var(--dark-slate-blue);
  background-color: var(--dark-slate-blue);
  color: var(--white);
  text-align: left;
  justify-content: flex-start;
  padding-left: 20px;
  padding-right: 20px;
}

.products-col.left.product {
  border-left: 1px solid var(--dark-slate-blue);
  background-color: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.products-col.left.top {
  font-family: omnes-pro, sans-serif;
  font-weight: 700;
  display: none;
}

.products-col.product {
  width: 100%;
  border-right: 1px solid var(--dark-slate-blue);
  border-left: 1px solid var(--dark-slate-blue);
  background-color: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: omnes-pro, sans-serif;
  font-weight: 700;
}

.products-col.top {
  width: 100%;
  font-family: omnes-pro, sans-serif;
  font-weight: 700;
}

.blue-btn {
  background-color: var(--white);
  color: var(--dark-slate-blue);
  border-radius: 10px;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-4 {
  color: var(--dark-slate-blue);
}

.text-block-4.bold {
  text-align: left;
  font-family: omnes-semicond, sans-serif;
  font-weight: 700;
}

.text-block-4.white {
  color: var(--white);
  font-family: omnes-semicond, sans-serif;
}

.white-btn {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--dark-slate-blue);
  text-transform: uppercase;
  border-radius: 10px;
  margin-right: 20px;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: omnes-pro, sans-serif;
  font-weight: 700;
}

.white-btn.blue-border {
  border-color: var(--dark-slate-blue);
}

.white-btn.blue-border:hover {
  background-color: var(--dark-slate-blue);
  color: var(--white);
}

.white-btn.blue-border.secondary {
  border-color: var(--white);
}

.white-btn.navbar {
  margin-left: 20px;
  margin-right: 0;
  font-family: omnes-pro, sans-serif;
}

.white-btn.navbar:hover {
  background-color: var(--dark-slate-blue);
  color: var(--white);
}

.white-btn.orange-text {
  color: var(--orange-red);
}

.white-btn.orange-text:hover {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.nav-menu {
  margin-right: 0;
  display: flex;
}

.contact-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 0;
  display: flex;
}

.all-h1 {
  margin-top: 10px;
  font-size: 32px;
  line-height: 38px;
}

.all-h1.white {
  color: var(--white);
  font-family: omnes-pro, sans-serif;
  font-weight: 700;
}

.all-h1.blue {
  color: var(--dark-slate-blue);
}

.contact-row-1-3 {
  width: auto;
  text-align: center;
  margin-bottom: 2rem;
}

.div-block-22 {
  width: 50%;
  padding-left: 10%;
  padding-right: 10%;
}

.contact-row-2-3 {
  width: 100%;
  background-color: var(--dark-slate-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: none;
}

.all-h2 {
  margin-top: 0;
  font-size: 22px;
  line-height: 25px;
}

.all-h2.white {
  color: var(--white);
  margin-top: 10px;
}

.all-h2.blue {
  color: var(--dark-slate-blue);
  text-transform: uppercase;
}

.field-label {
  color: var(--white);
  text-align: left;
}

.text-field {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
}

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

.orange-btn {
  border: 1px solid var(--orange-red);
  background-color: var(--orange-red);
  border-radius: 10px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 700;
}

.orange-btn:hover {
  color: var(--orange-red);
  background-color: rgba(0, 0, 0, 0);
}

.orange-btn._2 {
  color: var(--dark-slate-blue);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  text-decoration: underline;
}

.header-row {
  width: 100%;
  background-color: var(--orange-red);
  flex-direction: column;
  margin-bottom: 4rem;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 4rem;
  display: flex;
}

.header-row.no-margin {
  margin-bottom: 0;
}

.contact-row-3-3 {
  width: 100%;
  margin-bottom: 4rem;
}

.div-block-28 {
  background-color: var(--dark-slate-blue);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1px;
  padding-bottom: 1px;
  display: flex;
}

.div-block-29 {
  width: auto;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-30 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.dropdown-2 {
  width: 200px;
  background-color: var(--dark-slate-blue);
  color: var(--white);
  cursor: pointer;
  border-radius: 12px;
  margin-top: 20px;
  padding: 10px 20px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.div-block-31 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.row-2-2 {
  padding-left: 2rem;
}

.row-1-2 {
  background-color: var(--orange-red);
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.banner-section {
  height: 550px;
  background-color: #a3a3a3;
  margin-bottom: 0;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.brand-image {
  width: auto;
  height: auto;
  max-height: 100px;
}

.brand-image.hide {
  display: none;
}

.navbar-form-container {
  z-index: 9999;
  background-color: rgba(0, 0, 0, .78);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbar-form-container.gdl, .navbar-form-container.ira, .navbar-form-container.mty, .navbar-form-container.rest, .navbar-form-container.primary {
  display: none;
}

.nabvar-form {
  width: 500px;
  background-color: var(--dark-slate-blue);
  border: 1px #000;
  border-radius: 15px;
  padding: 60px 40px 40px;
  position: relative;
}

.nabvar-form.ww {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.close-form-icon {
  width: 30px;
  color: var(--white);
  cursor: pointer;
  margin-top: 20px;
  margin-right: 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.form-text-block {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.tabs {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.tabs-menu {
  width: 30%;
  border: 2px solid var(--orange-red);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tab-link {
  width: 100%;
  color: var(--dark-slate-blue);
  background-color: rgba(0, 0, 0, 0);
  font-family: omnes-pro, sans-serif;
  font-weight: 700;
}

.tab-link:hover {
  background-color: rgba(255, 89, 0, .39);
}

.tab-link.w--current {
  background-color: var(--orange-red);
  color: var(--white);
}

.tabs-content {
  width: 70%;
  padding-top: 0;
  padding-left: 20px;
}

.products-container {
  width: 100%;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.products-row {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container {
  margin-bottom: 2rem;
  padding-top: 40px;
}

.tabs-menu-2 {
  width: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.div-block-34 {
  width: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-2 {
  width: 200px;
  color: var(--dark-slate-blue);
  background-color: rgba(0, 0, 0, 0);
  font-weight: 700;
}

.tab-link-tab-2:hover {
  background-color: rgba(7, 76, 168, .4);
}

.tab-link-tab-2.w--current {
  background-color: rgba(0, 0, 0, 0);
}

.tab-link-tab-2.w--current:hover {
  background-color: rgba(7, 76, 168, .4);
}

.form-block {
  font-weight: 700;
}

.image-6 {
  width: 300px;
}

.image-6.small {
  width: 100%;
  max-width: 800px;
}

.image-7 {
  width: 100%;
  height: 100%;
  background-color: var(--orange-red);
  object-fit: cover;
}

.slider {
  width: 100%;
  height: 100%;
}

.slider.mobile {
  display: none;
}

.div-block-35 {
  width: 100%;
  height: 100%;
  max-width: 1300px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slide {
  background-image: url('../images/Mesa-de-trabajo-1-1-1.png');
  background-position: 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/Mesa-de-trabajo-1-2-1.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-39 {
  width: 100%;
  height: auto;
  max-width: none;
}

.div-block-40 {
  width: 100%;
  max-width: 100rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brand {
  display: none;
  position: absolute;
}

.brand.w--current {
  display: none;
}

.slide-5 {
  background-image: url('../images/Mesa-de-trabajo-1-3-1.png');
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/Mesa-de-trabajo-1-1.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-43 {
  width: 50%;
  max-width: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-6 {
  margin-bottom: 2rem;
}

.image-11 {
  width: 100%;
  height: 100%;
}

.image-12 {
  width: 25px;
}

.link-block-3 {
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.link-block-3.w--current {
  padding-right: 20px;
}

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

.footer-section {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-7 {
  background-image: url('../images/Mesa-de-trabajo-1-copia-3.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.slide-8 {
  background-image: url('../images/Banner-lab.png');
  background-position: 50%;
  background-size: cover;
}

.text-span-2 {
  color: var(--orange-red);
}

.background-video {
  width: 100%;
  height: 750px;
}

.div-block-48 {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.div-block-49 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0 0 13px 1px rgba(0, 0, 0, .4);
}

.image-13 {
  width: 200px;
}

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

.image-14.mboile {
  display: none;
}

.link-block-4 {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-4.w--current {
  z-index: 999999;
  cursor: pointer;
}

.div-block-51 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-135 {
  z-index: 999;
  max-width: 300px;
  background-color: var(--orange-red);
  color: #fff;
  border-radius: 1rem;
  padding: 10px 20px;
  position: fixed;
  top: auto;
  bottom: 1rem;
  left: 1rem;
  right: 0%;
}

.paragraph-3 {
  margin-bottom: 5px;
  font-weight: 300;
}

.link-3 {
  color: rgba(255, 255, 255, .83);
}

.link-3:hover {
  color: #fff;
}

.text-span-15 {
  text-decoration: underline;
}

.button-6 {
  background-color: var(--white);
  color: var(--orange-red);
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 700;
}

.button-6:hover {
  border-color: var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

@media screen and (min-width: 1440px) {
  .navbar-row-1-1 {
    width: 100%;
    height: auto;
    max-width: none;
    border-style: none;
    border-width: 1px;
    border-color: black black var(--dark-slate-blue);
    background-color: var(--orange-red);
    display: flex;
  }

  .navbar {
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    display: flex;
    position: relative;
    top: 0;
  }

  .navbar-logo-img {
    height: 90px;
  }

  .navbar-row-1-2 {
    max-width: none;
    border-top: 1px none var(--dark-slate-blue);
    background-color: var(--dark-slate-blue);
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .search {
    border-color: var(--white);
    font-family: omnes-pro, sans-serif;
  }

  .nav-link {
    color: var(--white);
    padding-left: 20px;
    font-family: omnes-pro, sans-serif;
    font-size: 13px;
  }

  .col-2-2, .col-2-2.white {
    height: 200px;
  }

  .all-paragraph {
    font-family: Acumin pro, sans-serif;
    font-weight: 500;
  }

  .link, .text-block-3 {
    font-family: omnes-pro, sans-serif;
  }

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

  .about-us-content.hor {
    flex-direction: row;
  }

  .dropdown-toggle {
    color: var(--white);
    font-family: omnes-pro, sans-serif;
    font-size: 13px;
  }

  .white-btn, .white-btn.blue-border {
    font-family: omnes-pro, sans-serif;
  }

  .white-btn.blue-border.secondary:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .white-btn.navbar {
    height: auto;
    color: var(--white);
    margin-right: 0;
    font-family: omnes-pro, sans-serif;
  }

  .body {
    font-weight: 700;
  }

  .banner-section {
    background-color: rgba(0, 0, 0, 0);
  }

  .brand-image {
    width: auto;
    max-height: 94.0469px;
  }

  .slider {
    position: relative;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .div-block-35 {
    max-width: 1300px;
  }

  .div-block-39 {
    height: auto;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-40 {
    height: auto;
    max-width: none;
    border-top: 1px none var(--dark-slate-blue);
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand.w--current {
    display: none;
  }

  .brand-2 {
    position: static;
  }

  .brand-2.w--current {
    z-index: 99;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    position: static;
    top: 0;
    bottom: 0;
  }

  .button-6 {
    color: #074ca8;
    background-color: #fff;
    border-radius: 1rem;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
  }
}

@media screen and (max-width: 991px) {
  .navbar-row-1-2 {
    justify-content: flex-end;
    padding-right: 0;
  }

  .nav-link {
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .col-2-2 {
    height: 227.585px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .col-2-2.white {
    height: 227.585px;
  }

  .list {
    margin-bottom: 20px;
  }

  .footer-row-1-3 {
    padding-bottom: 2rem;
  }

  .footer-row-2-3 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
  }

  .footer-row-2-3.reverse {
    flex-direction: column-reverse;
  }

  .text-block-3 {
    text-align: center;
    margin-bottom: 0;
  }

  .brands-grid {
    width: 90%;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto;
  }

  .about-us-content.hor {
    flex-direction: row;
  }

  .about-us-col-1-2 {
    width: 70%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .about-us-col-2-2 {
    width: 80%;
  }

  .div-block-17 {
    width: 95%;
  }

  .products-section {
    padding-top: 4rem;
  }

  .dropdown-toggle {
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dropdown-list.w--open {
    margin-left: -194px;
    margin-right: 0;
  }

  .dropdown-link {
    text-align: right;
  }

  .div-block-18 {
    flex-direction: column;
    display: flex;
  }

  .white-btn {
    margin-left: auto;
  }

  .white-btn.blue-border.secondary, .white-btn.orange-text {
    margin-left: 0;
  }

  .nav-menu {
    background-color: var(--dark-slate-blue);
    text-align: right;
    justify-content: flex-end;
    margin-right: 0;
    display: flex;
  }

  .all-h1 {
    line-height: 35px;
  }

  .contact-row-1-3 {
    width: 400px;
  }

  .div-block-22 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .menu-button {
    color: var(--white);
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .dropdown {
    margin-left: auto;
  }

  .div-block-25 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 10px;
    display: grid;
  }

  .header-row {
    margin-bottom: 2rem;
  }

  .dropdown-2 {
    width: 100%;
    background-color: var(--dark-slate-blue);
    color: var(--white);
    border-radius: 12px;
    padding: 10px 20px;
    display: flex;
    position: relative;
  }

  .banner-section {
    height: 350px;
  }

  .brand-image {
    width: auto;
    max-height: 90px;
  }

  .tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tabs-content {
    padding-left: 10px;
  }

  .text-block-6 {
    text-align: right;
  }

  .tabs-menu-2 {
    border: 1px none var(--dark-slate-blue);
  }

  .div-block-34 {
    width: 230.391px;
  }

  .tabs-2 {
    width: 100%;
    border-bottom: 1px #000;
  }

  .tab-link-tab-2 {
    width: 100%;
    border-bottom: 1px none var(--dark-slate-blue);
    background-color: var(--white);
    color: var(--dark-slate-blue);
    font-weight: 700;
  }

  .tab-link-tab-2.w--current {
    background-color: var(--white);
    color: var(--dark-slate-blue);
    border-bottom-style: none;
  }

  .image-6.small {
    width: 100%;
  }

  .link-block-3 {
    width: auto;
    justify-content: flex-end;
    margin-left: auto;
    display: flex;
  }

  .background-video {
    height: 500px;
  }

  .div-block-49 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .image-13 {
    width: 150px;
    min-width: auto;
  }

  .rich-text-block {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .search {
    height: 30px;
    border-radius: 10px;
    font-size: 12px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-logo-link {
    margin-bottom: 1rem;
  }

  .footer-image {
    object-fit: contain;
  }

  .content-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .col-2-2 {
    width: 100%;
    height: auto;
    text-align: center;
    align-items: center;
  }

  .col-2-2.white {
    height: auto;
  }

  .col-1-2 {
    width: 100%;
    height: auto;
  }

  .list {
    flex-direction: column;
  }

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

  .brands-secion {
    padding-bottom: 2rem;
  }

  .about-us-content {
    height: auto;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .about-us-content.hor {
    flex-direction: column;
  }

  .about-us-col-1-2 {
    width: 100%;
    padding-top: 2rem;
  }

  .about-us-col-2-2 {
    width: 85%;
  }

  .div-block-17 {
    width: 90%;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .products-section {
    padding-top: 2rem;
  }

  .dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dropdown-list.w--open {
    margin-left: -163px;
  }

  .products-col.product {
    height: 61px;
  }

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

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

  .white-btn {
    height: 30px;
    margin-left: 0;
    padding: 5px 1rem;
    font-size: 12px;
  }

  .white-btn.blue-border {
    margin-left: 0;
  }

  .contact-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .contact-row-1-3 {
    margin-bottom: 2rem;
  }

  .div-block-22 {
    width: 70%;
    margin-bottom: 0;
  }

  .contact-row-2-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .menu-button {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dropdown {
    font-size: 12px;
  }

  .list-item {
    margin-bottom: 5px;
  }

  .header-row {
    margin-bottom: 2rem;
  }

  .contact-row-3-3 {
    margin-bottom: 4rem;
  }

  .div-block-29 {
    width: auto;
  }

  .dropdown-2 {
    width: 200px;
  }

  .banner-section {
    height: 600px;
  }

  .brand-image {
    width: 150px;
  }

  .navbar-form-container.gdl, .navbar-form-container.ira, .navbar-form-container.mty, .navbar-form-container.rest {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nabvar-form {
    width: 70%;
  }

  .nabvar-form.ww {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .tabs {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .tabs-menu {
    width: 60%;
    border-color: var(--dark-slate-blue);
    margin-bottom: 0;
    display: none;
  }

  .tab-link:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .tab-link.w--current {
    background-color: var(--dark-slate-blue);
  }

  .tabs-content {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  .container {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-34 {
    width: auto;
  }

  .slider {
    display: none;
  }

  .slider.mobile {
    display: block;
  }

  .div-block-35 {
    flex-direction: column-reverse;
    justify-content: flex-end;
    padding-top: 0;
    position: static;
  }

  .slide.mobile {
    background-image: url('../images/Mesa-de-trabajo-1-3-2.png');
    background-position: 50% 0;
  }

  .slide-2.mobile {
    background-image: url('../images/Mesa-de-trabajo-1-1-2.png');
  }

  .slide-5.mobile {
    background-image: url('../images/Mesa-de-trabajo-1-2-2.png');
  }

  .slide-6 {
    background-image: url('../images/Mesa-de-trabajo-1-2_1.png');
  }

  .div-block-43 {
    width: 100%;
    flex-direction: column;
  }

  .image-11 {
    width: 360px;
    height: 100%;
  }

  .div-block-47 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slide-9 {
    background-image: url('../images/fondo-mobil.png');
    background-position: 50%;
    background-size: cover;
  }

  .slide-10 {
    background-image: url('../images/Mesa-de-trabajo-1-copia-4.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
  }

  .background-video {
    height: 350px;
  }

  .div-block-48 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-items: center;
    margin-bottom: 1rem;
    display: grid;
  }

  .image-14 {
    display: block;
  }

  .image-14.mboile {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-img {
    height: 45px;
  }

  .navbar-row-1-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr .25fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    padding-left: 1rem;
    display: flex;
  }

  .search {
    width: auto;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer-image {
    width: 90px;
  }

  .content-section {
    margin-bottom: 4rem;
  }

  .col-2-2 {
    height: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .col-2-2.white {
    height: auto;
  }

  .all-paragraph.blue.qq {
    width: 250px;
    margin-bottom: 20px;
  }

  .footer-row-1-3 {
    text-align: center;
  }

  .link {
    border-right-style: none;
    margin-bottom: 0;
  }

  .brands-grid {
    width: 80%;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .brands-secion {
    padding-bottom: 0;
  }

  .about-us-content {
    margin-bottom: 0;
  }

  .about-us-col-1-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .products-col.left.top, .products-col.top {
    height: 80px;
  }

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

  .white-btn {
    margin-left: 0;
    margin-right: 0;
  }

  .white-btn.navbar {
    margin-left: 20px;
  }

  .contact-row-1-3 {
    width: auto;
    margin-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-22 {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .contact-row-2-3 {
    margin-bottom: 0;
  }

  .div-block-25 {
    flex-direction: column;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .header-row {
    padding-left: 2rem;
  }

  .contact-row-3-3 {
    margin-bottom: 4rem;
  }

  .div-block-29 {
    width: auto;
  }

  .banner-section {
    height: 600px;
  }

  .nabvar-form {
    width: 90%;
  }

  .nabvar-form.ww {
    padding-left: 20px;
    padding-right: 20px;
  }

  .close-form-icon {
    width: 25px;
  }

  .tabs-menu {
    width: 70%;
    display: none;
  }

  .container {
    padding-top: 10px;
  }

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

  .div-block-35 {
    justify-content: flex-end;
    padding-top: 0;
  }

  .icon {
    margin-left: 0;
  }

  .icon-2 {
    margin-right: 0;
  }

  .image-11 {
    width: 415px;
  }

  .div-block-47 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .background-video {
    height: 230px;
  }

  .div-block-49 {
    width: 140px;
  }

  .image-14 {
    display: none;
  }

  .image-14.mboile {
    display: block;
  }

  .div-block-135 {
    width: 100%;
    max-width: none;
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    left: auto;
    right: auto;
  }

  .rich-text-block {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

#w-node-_79b091d1-e411-884e-0e0c-f8952bddac34-92de6fae, #w-node-_7b7583db-5d39-ba7c-dc24-38ab62b78820-92de6fae, #w-node-_74c96b9d-cfc4-b698-bd4e-0627543777ff-92de6fae, #w-node-_8aec0692-e4aa-4229-711d-292e94e1f4cf-92de6fae, #w-node-cc92cb2e-9164-094f-051d-ce3cdfb542d2-92de6fae, #w-node-_77b3eaa5-eb26-bc65-8d03-841e7aef4823-92de6fae, #w-node-_93a1cbab-c659-0feb-217c-7e5b003be7f9-92de6fae, #w-node-_3ac2993c-017b-b004-392e-bec321043f1e-92de6fae, #w-node-aa8c2f30-0079-961e-663e-b21e4cad1955-92de6fae, #w-node-_78e25345-20c9-7e75-e6ec-3fcf5bfeb572-92de6fae, #w-node-e1ad22f6-d0f8-cf75-ca40-8f8a64d38243-92de6fae, #w-node-_87ac45f3-3967-517e-0852-f91f68975b1b-92de6fae {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
  justify-self: center;
}

#w-node-_5de0afda-74e9-151d-1605-dddaa1a6eaeb-92de6fae {
  grid-area: span 1 / span 12 / span 1 / span 12;
  align-self: center;
  justify-self: center;
}

#w-node-c5864161-c469-e708-3fdd-e3a122b1cd84-cf7fcf22 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1440px) {
  #w-node-_79b091d1-e411-884e-0e0c-f8952bddac34-92de6fae, #w-node-_7b7583db-5d39-ba7c-dc24-38ab62b78820-92de6fae, #w-node-_74c96b9d-cfc4-b698-bd4e-0627543777ff-92de6fae, #w-node-_8aec0692-e4aa-4229-711d-292e94e1f4cf-92de6fae, #w-node-cc92cb2e-9164-094f-051d-ce3cdfb542d2-92de6fae, #w-node-_77b3eaa5-eb26-bc65-8d03-841e7aef4823-92de6fae, #w-node-_93a1cbab-c659-0feb-217c-7e5b003be7f9-92de6fae, #w-node-_3ac2993c-017b-b004-392e-bec321043f1e-92de6fae, #w-node-aa8c2f30-0079-961e-663e-b21e4cad1955-92de6fae, #w-node-_78e25345-20c9-7e75-e6ec-3fcf5bfeb572-92de6fae, #w-node-e1ad22f6-d0f8-cf75-ca40-8f8a64d38243-92de6fae, #w-node-_87ac45f3-3967-517e-0852-f91f68975b1b-92de6fae {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-_5de0afda-74e9-151d-1605-dddaa1a6eaeb-92de6fae {
    grid-area: span 1 / span 12 / span 1 / span 12;
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e793aa04-ac4b-164e-1162-c1766b5a6110-3a1002b6 {
    justify-self: end;
  }

  #w-node-_475229ac-4d7c-a39d-9615-96051e7658d7-3a1002b6 {
    justify-self: start;
  }

  #w-node-_0efff1e1-db53-abdf-4bdc-8c00033e3fad-3a1002b6 {
    justify-self: end;
  }

  #w-node-f461ec7c-6735-0def-1246-7ef3f17fd959-3a1002b6 {
    justify-self: start;
  }

  #w-node-_09ddc49d-019a-7050-9e41-38eaadb89575-3a1002b6 {
    justify-self: end;
  }

  #w-node-_09ddc49d-019a-7050-9e41-38eaadb89577-3a1002b6 {
    justify-self: start;
  }

  #w-node-_09ddc49d-019a-7050-9e41-38eaadb89579-3a1002b6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_79b091d1-e411-884e-0e0c-f8952bddac34-92de6fae, #w-node-_7b7583db-5d39-ba7c-dc24-38ab62b78820-92de6fae, #w-node-_74c96b9d-cfc4-b698-bd4e-0627543777ff-92de6fae, #w-node-_8aec0692-e4aa-4229-711d-292e94e1f4cf-92de6fae, #w-node-cc92cb2e-9164-094f-051d-ce3cdfb542d2-92de6fae, #w-node-_77b3eaa5-eb26-bc65-8d03-841e7aef4823-92de6fae, #w-node-_93a1cbab-c659-0feb-217c-7e5b003be7f9-92de6fae, #w-node-_3ac2993c-017b-b004-392e-bec321043f1e-92de6fae, #w-node-aa8c2f30-0079-961e-663e-b21e4cad1955-92de6fae, #w-node-_78e25345-20c9-7e75-e6ec-3fcf5bfeb572-92de6fae, #w-node-e1ad22f6-d0f8-cf75-ca40-8f8a64d38243-92de6fae, #w-node-_87ac45f3-3967-517e-0852-f91f68975b1b-92de6fae, #w-node-_5de0afda-74e9-151d-1605-dddaa1a6eaeb-92de6fae {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5de0afda-74e9-151d-1605-dddaa1a6eaeb-92de6fae {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Acumin pro';
  src: url('../fonts/Acumin-Pro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin pro';
  src: url('../fonts/Acumin-Pro-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin pro book';
  src: url('../fonts/Acumin-Pro-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin pro';
  src: url('../fonts/Acumin-Pro-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}