html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}


/*Evita que el contenido sobrepase el tamaño de la pantalla */

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  /* Interlineado (afecta al texto) */
}

.body {
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: content-box;
}

/* CLASES GENERALES */

.container-2 {
  width: 100%;
  max-width: 85%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.titulo-4 {
  direction: ltr;
  color: #f5f7fa;
  text-align: center;
  letter-spacing: 0;
  word-break: normal;
  overflow-wrap: normal;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 50%;
  font-family: Droid Serif, serif;
  font-size: 35px;
  font-weight: 400;
  text-decoration: none;
}

.texto-2 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: black;
  justify-content: center;
  align-items: stretch;
  height: auto;
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 19px;
  display: flex;
}

.titulo-2 {
  text-align: center;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 35px;
  position: sticky;
}

.clients-wrapper {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.texto-1 {
  color: #000;
  flex: 0 auto;
  width: auto;
  height: auto;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

/* Clases generales */


/* 1. HEADER */

.header {
  z-index: 1;
  position: sticky;
  top: 0%;
  width: 100vw;
  height: 20vh;
  max-height: 110px;
  background-color: #0a60bc;
  background-image: linear-gradient(#00000080, #00000080);
  padding-top: 10px;
}

.caja1 {
  display: grid;
  position: relative;
  margin: 20px 90px;
  place-items: center;
  grid-template-columns: 1fr 3fr;
  grid-template-rows: auto;
}

.logo-dts2 {
  height: 100%;
  max-height: 70px;
  float: left;
}

.menu-list {
  display: flex;
  align-items: center;
}

.ulHeader {
  position: absolute;
  right: 100px;
  display: flex;
}

.ulHeader li {
  display: inline;
}

.liHeader {
  text-decoration: none;
  font-family: Merryweather, serif;
  font-size: 17px;
  color: #fff;
  margin: 10px;
}

.liHeader:hover {
  color: #2fbfeb;
}

.nav-button {
  display: none;
  background: none;
  border: none;
  font-size: 20px;
  color: white;
  cursor: pointer;
  z-index: 11;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.buttonLanguage {
  color: #fff;
  font-family: Merriweather, serif;
  font-size: 17px;
  background-color: #0a60bc;
  background-image: linear-gradient(#00000080, #00000080);
  border: none;
  cursor: pointer;
}

.buttonLanguage:hover {
  background-color: #0a60bc;
  color: #2fbfeb;
}

/*MENU DE LENGUAJES*/

.languageContainer {
  position: relative;
}

.menuLanguage {
  display: none;
}

.menuLanguage.active {
  display: block;
  position: absolute;
  background-color: #f5f7fa;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  top: 100%;
  left: 0;
  width: 150px;
  z-index: 999;
}

/*  display: block; */

.menuLanguage li a {
  display: block;
  padding: 12px 14px;
  color: #0a60bc;
  text-decoration: none;
}

.menuLanguage li a:hover {
  color: #f5f7fa;
  background-color: #09488c;
}

/*MENU DE LENGUAJES*/

/* HEADER */

/* 2. HERO */

.hero-section {
  object-fit: fill;
  background-color: #f5f7fa;
  background-image: url("../media/PCB2.png");
  background-position: 70% 55%;
  background-size: 110% 115%;
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: -5px;
  padding: 60px 10px 40px;
  position: relative;
  overflow: hidden;
}

.hero-div {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.philosophy {
  color: white;
  font-family: Merriweather, serif;
  font-size: 22px;
}

.philosophy h1 {
  font-family: Merriweather, serif;
  font-size: 70px;
  line-height: 1;
  word-break: break-word;
}

.philosophy br {
  display: none;
}

.hero-background {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 90%;
  display: flex;
}

.hero-bg-img {
  text-align: center;
  max-width: 100%;
  display: block;
  box-shadow: 0 4px 24px #96a3b514;
  margin-top: 60px;
}

.hero-bg-img {
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  max-width: 100%;
}

/* Hero */

/* 3. GWC */

.GWC {
  background-image: url("../media/PCB1.png");
  background-position: 50%;
  background-size: auto 100%;
  border-bottom: 1px solid #e4ebf3;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: -5px;
  padding: 30px 10px 5px;
  display: inline-flex;
  position: relative;
  bottom: -5px;
  overflow: hidden;
}

.gwc-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #095db6;
  background-image: linear-gradient(#00000080, #00000080);
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start center;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 0;
  display: block;
  position: static;
}

.gwc-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 60%;
  height: auto;
  display: block;
}

/* gwc */

/* 4. DESIGN SECTION */

.design-section {
  float: none;
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: linear-gradient(#f5f7fa 15%, #05305e 75%);
  background-clip: border-box;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 0;
  outline: 10px #000;
  max-width: none;
  max-height: none;
  margin-bottom: -5px;
  padding: 60px 50px;
  position: static;
  top: -5px;
  bottom: -5px;
  overflow: hidden;
}

.design-div {
  justify-content: space-between;
  align-items: center;
  max-width: 83%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  background-color: #095db6;
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
}

.design-text {
  flex-direction: column;
  align-items: flex-start;
  max-width: 350px;
  display: flex;
}

.design-info {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.design-imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  justify-items: center;
  margin-top: 2rem;
}

.img-design {
  text-align: left;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 200px;
  display: inline-flex;
  position: relative;
  right: 30px;
}

/* Design section*/

/* 5. PHOTOS */

.photos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f5f7fa;
  background-image: linear-gradient(#05305e 25%, #f5f7fa);
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  max-height: none;
  margin-top: -15px;
  margin-bottom: -5px;
  padding: 80px 10px;
  display: block;
  position: static;
  bottom: -5px;
  overflow: hidden;
}

.photos-div {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.photos-text {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.photos-list {
  margin-top: 16px;
  margin-bottom: 24px;
}

.photos-li {
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 19px;
  line-height: 24px;
}

.photos-li.texto-2 {
  background-image: none;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
}

.gallery-grid-2 {
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 50%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
}

.fixture-2 {
  max-width: none;
  max-height: 350px;
}

/*.gallery-image-2*/

.fixture-1 {
  max-width: 250px;
  max-height: 250px;
}

/* Photos */

/* 6. CLIENTS */

.clients {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: -5px;
  padding: 10px 30px 20px;
  position: static;
  overflow: hidden;
}

.clients-image {
  width: 141px;
  max-width: 141px;
  max-height: 30%;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

/* Clients */

/* 7. LOCATION */

.location {
  background-color: #f5f7fa;
  margin-top: -25px;
  padding: 30px auto;
  font-family: Merriweather, serif;
  text-align: center;
}

.location p {
  font-size: 24px;
  margin: 25px;
}

.mapa {
  margin: 20px auto;
}

/* Location */

/* 8. FOOTER */

.footer {
  color: white;
  background-image: linear-gradient(#f5f7fa 15%, #05305e 75%);
  border-bottom: 1px solid #e4ebf3;
  margin-top: -5px;
  margin-bottom: auto;
  padding: 50px 30px 0;
  position: static;
  top: auto;
  overflow: hidden;
}

.footer-tittle {
  color: #000;
  text-align: center;
  background-color: #f5f7fa;
  height: 50px;
  padding-top: 20px;
  font-family: Merriweather, serif;
  font-size: 30px;
  font-weight: 900;
  padding: 15px;
}

.contact {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 15px 64px 30px;
}

.contact-form {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-text {
  font-size: 24px;
  line-height: 32px;
}

.whatsapp-container {
  justify-content: center;
  display: flex;
  position: relative;
}

.whatsapp-button {
  background-color: transparent;
  border: 0;
}

.whatsapp {
  max-width: 80px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.texto {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

/* Footer */

@media screen and (max-width: 991px) {
  /* CLASES GENERALES */

  .container {
    max-width: 728px;
  }

  .container-2 {
    max-width: 728px;
  }

  /* Clases generales */

  /* HEADER */

  .caja1 {
    margin: 0;
    margin-top: 10px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .nav-button {
    display: block;
    margin: auto;
    color: white;
    font-size: 20px;
    background-color: transparent;
    border: none;
    cursor: pointer;
  }

  /* MENU DESPLEGABLE */

  .ulHeader {
    display: none;
  }

  .ulHeader.active {
    display: block;
    color: #0a60bc;
    background-color: white;
    width: 35vw;
    list-style: none;
    padding: 0;
    margin-top: 300px;
    justify-content: center;
    border-radius: 15px
  }

  .ulHeader li {
    display: block;
    text-align: center;
    padding: 8px 0;
  }

  .nav-divider:not(.active) {
    display: none;
  }

  .liHeader {
    color: #0a60bc;
    text-align: center;
    margin-top: 10px;
  }

  .buttonLanguage {
    border-radius: 5px;
    padding: 7px;
  }

  .menuLanguage {
    max-width: 35vw;
    border-radius: 10px;
  }

  /* menu desplegable */

  /* Header */

  /* 2. HERO */

  .hero-div {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-background {
    max-width: 100%;
    margin-bottom: 40px;
    place-items: center;
  }

  /* Hero */

  /* 3. GWC */

  .gwc-div {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .gwc-text {
    max-width: 100%;
    margin-bottom: 40px;
  }

  /* gwc */

  /* 4. DESIGN SECTION */

  .design-div {
    max-width: 728px;
  }

  /* Design section */

  /* 5. PHOTOS */

  .photos-div {
    max-width: 728px;
    place-items: center;
  }

  #seccion-de-galeria {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #fila-1-fotos {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  .gallery-grid-2 {
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }

  #id-functional-test-dual-01,
  #id-functional-test-dual-02,
  #id-vision-test-fixture-01,
  #id-vision-test-fixture-02 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  /* Photos */

  /* 6. CLIENTS */

  .clients-image {
    margin-bottom: 30px;
  }

  /* Clients */

  /* 7. FOOTER */

  .contact {
    padding: 40px;
  }

  .contact-text {
    margin-right: 15px;
  }

  .content-divider {
    margin-top: 30px;
  }

  .footer a {
    color: #fff;
  }

  /* Footer */

}

@media screen and (max-width: 767px) {
  /* CLASES GENERALES */

  .container {
    z-index: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: sticky;
    top: auto;
  }

  /* Clases generales */

  /* HEADER */

  .w-nav {
    z-index: 1000;
    background: #ddd;
    position: relative;
  }

  .w-nav:before,
  .w-nav:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }

  .w-nav:after {
    clear: both;
  }

  .w-nav-button {
    float: right;
    cursor: pointer;
    -webkit-tap-highlight-color: #0000;
    -webkit-user-select: none;
    user-select: none;
    padding: 18px;
    font-size: 24px;
    display: none;
    position: relative;
  }

  .w-nav-button:focus {
    outline: 0;
  }

  .w-nav-button .w--open {
    color: #fff;
    background-color: #c8c8c8;
  }

  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }

  .navbar-wrapper {
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin-left: -90px;
    margin-right: -90px;
  }

  .header-item {
    padding-left: 10px;
  }

  .header-item {
    padding-left: 0;
  }

  .menu-item {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .submenu {
    display: none;
    padding-left: 15px;
  }

  .submenu.active {
    display: block;
  }

  /* Header */

  /* 2. HERO */

  .hero-section,
  .clients {
    padding: 60px 15px;
  }

  /* Hero */

  /* 3. GWC */

  .GWC {
    padding: 60px 15px;
  }

  /* gwc */

  /* 4. DESIGN SECTION */

  .design-section {
    padding: 60px 15px;
  }

  .design-div {
    flex-direction: column;
  }

  .design-text {
    max-width: none;
    margin-bottom: 40px;
  }

  .design-imgs {
    grid-template-columns: 1fr;
  }

  .img-design {
    margin: 0 auto;
    right: auto;
  }

  /* Design section */

  /* 5. PHOTOS */

  .photos {
    padding: 60px 15px;
  }

  /* Photos */

  /* 6. CLIENTS */

  .clients-wrapper {
    margin-bottom: -30px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  /* Clients */

  /* 7. FOOTER */

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .contact-text {
    margin-right: 0;
  }

  .whatsapp-container {
    width: 100%;
    margin-top: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  /* Footer */
}

@media screen and (max-width: 479px) {
  /* CLASES GENERALES */

  .container {
    max-width: none;
  }

  .container-2 {
    max-width: none;
  }

  .texto-2 {
    max-width: 95%;
    display: flex;
  }

  /* Clases generales */

  /* HEADER */

  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }

  .submenu {
    display: none;
    padding-left: 15px;
  }

  .submenu.active {
    display: block;
  }

  /* Header */

  /* 2. HERO */

  .hero-section {
    background-image: url("media/PCB2.png");
    background-position: 60%;
    background-repeat: repeat;
    background-size: 150%;
    background-attachment: scroll;
  }

  /* Hero */

  /* 3. GWC */

  .GWC {
    background-image: url("media/PCB1.png");
    background-position: 60%;
    background-size: 100%;
    width: auto;
    max-width: none;
    padding-bottom: 20px;
  }

  #id-gwc {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  /* gwc */

  /* 4. DESIGN SECTION */

  .design-div {
    max-width: none;
  }

  #id-labview,
  #id-MD #seccion-de-galeria {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  /* Design section */

  /* 5. PHOTOS */

  .photos-div {
    max-width: none;
  }

  #seccion-de-galeria {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  .fixture-1,
  .fixture-2 {
    max-width: 75%;
  }

  #fila-2-fotos {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #id-01-1,
  #id-01-2,
  #id-ultrasonic-cleaner-machine-02,
  #id-ultrasonic-cleaner-machine-01 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  /* Photos */

  /* 6. CLIENTS */

  .clients-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image {
    width: 70%;
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  /* Clients */

  /* 7. FOOTER */

  .contact {
    padding: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  /* Footer */

}