@font-face {
  font-family: "Druk";
  src: url('../media/fonts/Druk-Wide-Bold.ttf')
}
.getQuoteButton {
  position: unset !important;
}
@font-face {
  font-family: "Bebas";
  src: url('../media/fonts/BebasNeue-Regular.ttf')
}

@font-face {
  font-family: "Helvetica";
  src: url('../media/fonts/Helvetica.ttf')
}

@font-face {
  font-family: "Inter";
  src: url('../media/fonts/Inter-Regular.ttf')
}

#btn-menu {
  width: 51px;
}

.section-contact {
  display: flex;
  width: 100%;
  justify-content: center;
  height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: #E9E9E9;
}
.header-responsive{
  display: none;
}
.init {
  width: 90%;
  justify-content: start;
}

.init p {
  margin-left: 0rem !important;
}



.section-1-materials {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10rem;
  height: fit-content;
  flex-direction: column;
}

.section-1-materials-div {
  width: 90%;
  display: flex;
  justify-content: space-between;

}

.section-1-materials-div-product {
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 1rem;
  margin-top: 5rem;
  margin-left: 2rem;
}

.section-1-materials-div-product h4 {
  color: #FFF;
  font-family: "Druk";
  font-size: clamp(17px, 2vw, 38px);
  font-style: normal;
  width: 100%;
  font-weight: 700;
  line-height: 100%;
  /* 38px */
}


.section-1-materials-div-product h5 {
  color: #FFF;
  font-family: "Helvetica";

  font-size: clamp(17px, 2vw, 2.5vw);
  font-style: normal;
  font-weight: 800;
  line-height: 95%;
  /* 28.5px */
  letter-spacing: 2.1px;
  text-transform: uppercase;
}

.p-left {
  padding-left: .5rem;
}

.btn-add {
  border: 1px dashed #343434;
  background: #FFF;
  color: #535353;
  text-align: center;
  font-family: "Helvetica";
  font-size: clamp(12px, 1vw, 1.2vw);
  font-style: normal;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 260px;
  height: 70px;
  line-height: 95%;
  /* 14.25px */
  letter-spacing: 4.5px;
  text-transform: uppercase;
}

.buttons-materials {
  display: flex;
  justify-content: start;
  align-items: center;
  align-self: center;
  gap: 2rem;
}

.buttons-materials2 {
  z-index: -9999;
  opacity: 0;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 2rem;
}

.btn-personalize {
  border: 1px dashed #fff;
  background: rgba(255, 255, 255, 0.00);
  width: 320px;
  height: 70px;
  color: #ffffff;
  text-align: center;
  font-family: "Helvetica";
  font-size: clamp(11px, .8vw, 1rem);
  font-style: normal;
  font-weight: 600;
  line-height: 95%;
  /* 14.25px */
  letter-spacing: 4.5px;
  text-transform: uppercase;
}

table {
  margin-top: 2rem;
}

.section-1-materials-div-product p {

  font-family: "Helvetica";

  font-size: clamp(22px, 2vw, 2.5vw);
  color: rgba(255, 255, 255, 0.50);
  width: 95%;
  font-size: clamp(15px, 1.1vw, 1.2vw);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 25.5px */
}

.section-2-materials-div-product {
  width: 50%;
  display: flex;
  justify-content: end;
  align-items: start;
  height: 50vh;
}

.imagenes-adicionales {
  display: flex;
  flex-direction: column;
  /* flex-grow: 1; */
  gap: .65rem;
  height: 100%;
  justify-content: start;
  overflow: hidden;
  align-items: start;
}

.active22 {
  opacity: 1 !important;
}

.imagenes-adicionales img {
  width: auto;

  transition: all .5s ease;
  height: 31%;
  object-fit: contain;
}

.section-materials {
  display: flex;
  width: 100%;
  justify-content: center;
  min-height: 100vh;
  height: fit-content;
  align-items: center;
  flex-direction: column;
}

.imagen-1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s ease;
  position: absolute;
  opacity: 0;
  top: 0%;
  left: 0%;
}

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

.info-table-2 h5 {
  color: rgba(255, 255, 255, 0.54);
  font-family: "Helvetica";
  font-size: clamp(12px, .9vw, 1.1vw);
  font-style: normal;
  font-weight: 500;
  line-height: 95%;
  /* 11.4px */
  letter-spacing: 3.6px;
  text-transform: uppercase;
}

.info-table-2 ul li {
  border-radius: 5px;
  padding: 1rem 1rem;
  justify-content: center;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.54);
  font-family: "Helvetica";
  font-size: clamp(12px, .9vw, 1.1vw);
  font-style: normal;
  font-weight: 500;
  line-height: 95%;
  /* 11.4px */
  letter-spacing: 3.6px;
  text-transform: uppercase;
  border: 1px solid #343434;
  background: rgba(64, 64, 64, 0.00);
}

.info-div-single-materials {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.info-div-single-materials2 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.active-li {
  border-radius: 5px;
  border: 1px solid #FFF !important;
  background: #404040 !important;
}

.last-table2 {
  margin: 2rem 0rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.info-table-2 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.info-table-2 ul {
  display: flex;
  justify-content: start;
  gap: 2rem;
}

.materials-buttons-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem !important;
}

.materials-buttons-2 button {
  height: 40px !important;
  width: 40px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.materials-buttons-2 button svg {
  height: 35px !important;
  width: 35px !important;
}


.nav-product {
  background: #262626;
  margin-top: 6rem;
  height: 7rem;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;

}

.info-ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: .3rem;
}

.polities-li {
  list-style: none !important;
  margin-left: 0rem !important;
  width: 100% !important;
}

.polities-li2 {
  list-style: none !important;
  margin-left: 0rem !important;

}

.info-ul h3 {
  color: rgba(255, 255, 255, 0.50);
  font-family: "Helvetica";
  font-size: clamp(18px, 1.8vw, 1.9rem);
  font-style: normal;
  letter-spacing: 2.5px;
  font-weight: 700;
  line-height: 150%;
  /* 36px */
}

.info-ul li {
  color: rgba(255, 255, 255, 0.50);
  font-family: "Helvetica";
  font-size: clamp(15px, 0.9vw, 0.95vw);
  font-style: normal;
  margin-left: 1rem;
  overflow: visible !important;
  list-style: square;
  font-weight: 550;
  width: 70%;
  line-height: 150%;
  /* 36px */
}

.div-buttons-products {
  width: 90%;
  display: flex;
  justify-content: start;
  gap: 13rem;
  margin-left: 4rem;
}

.nav-product button {
  font-family: "Helvetica";
  letter-spacing: 4.5px;
  font-size: clamp(22px, 2vw, 2.5vw);
  color: rgba(255, 255, 255, 0.24);
  background: transparent;
  border: none;
  font-size: clamp(22px, 1.1vw, 1.2vw);
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 25.5px */
}

.active-button {
  color: #FFF !important;
}


tr {
  display: flex;
  justify-content: start;
  gap: 4rem;

}

th {
  color: rgba(255, 255, 255, 0.54);
  font-family: "Helvetica";
  font-size: clamp(14px, 1vw, 1.1vw);
  font-style: normal;
  font-weight: 600;
  line-height: 95%;
  /* 11.4px */
  width: 240px;
  text-align: start;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin-bottom: .4rem;
}

.slider-para {
  display: flex;
  position: relative;
  width: 55%;
  height: 100%;
}

td {
  color: #FFF;
  font-family: "Helvetica";
  font-size: clamp(14px, 1vw, 1.1vw);
  font-style: normal;
  font-weight: 500;
  line-height: 95%;
  /* 11.4px */
  width: 240px;
  display: flex;
  margin-top: .6rem;
  justify-content: start;
  gap: .5rem;
  text-align: start;
  letter-spacing: 3.6px;
  text-transform: uppercase;
}

.btn-3 {
  border: none !important;
}

.btn-3 svg {
  width: 30px !important;
}


.btn-4 {
  border: none !important;
}




.div-info {
  width: 85%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  padding-top: 9rem;
  gap: 4rem;
  height: 100%;
}

.flex-single img {
  margin: 1rem 0rem;
}

.info-page {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;

}

.info-page p {
  color: #7B7B7B;
  font-family: Helvetica;
  font-size: clamp(13px, .9vw, 1vw);
}

.info-page p span {
  color: #FFFFFF;
}

.section-2-materials-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: fit-content;
  width: 100%;
}

.div-section2 {
  width: 90%;
  margin-left: 4rem;
}

.ul-materials-info {
  background-color: #ffffff00;
  opacity: 0;
  flex-direction: column;
  display: none;
  margin-top: 5rem;
  gap: 1.5rem;
  transition: all .5 ease;

}

.actives {
  opacity: 1;
  transition: all .5 ease;
  display: flex;
}

.info-div-images {
  margin-top: 3rem;
  justify-content: start;
  display: flex;
  gap: .8rem;
  margin-bottom: 3rem;
}

.table-materials {
  border: 1px solid #5B5B5B;
  display: flex;
  background: rgba(255, 255, 255, 0.05);
  flex-direction: column;
  width: 75%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.headers-table {
  display: flex;

}

.line-table {
  display: flex;
  height: 5rem;
}

.special {
  height: 8rem;
}

.header-table1 {
  width: 25%;
  padding: 1rem 0rem 1rem .5rem;
  text-align: center;
  font-family: Inter;
  font-size: clamp(15px, 1.1vw, 1.2vw);
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 15.6px */

  border-left: 1px solid #5B5B5B;
  background: rgba(255, 255, 255, 0.05);
  color: #FFF;
}

.header-table2 {
  width: 15%;
  padding: 1rem 0rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-family: Inter;
  font-size: clamp(15px, 1.1vw, 1.2vw);
  font-style: normal;
  font-weight: 600;

  border-left: 1px solid #5B5B5B;
  background: rgba(255, 255, 255, 0.05);
  color: #FFF;
  line-height: 130%;
  /* 15.6px */
}


.header-table3 {
  width: 60%;
  text-align: center;
  font-family: Inter;
  padding: 1rem 0rem;
  font-size: clamp(15px, 1.1vw, 1.2vw);
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 15.6px */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #FFF;
  border-left: 1px solid #5B5B5B;
  background: rgba(255, 255, 255, 0.05);
  color: #FFF;

}

.header-table12 {
  width: 33.3%;
  padding: 1.5rem 0rem;
  text-align: center;
  font-family: Inter;
  font-size: clamp(15px, 1.1vw, 1.2vw);
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 15.6px */

  border-left: 1px solid #5B5B5B;
  background: rgba(255, 255, 255, 0.05);
  color: #FFF;
}

.header-table22 {
  width: 33.3%;
  padding: 1.5rem 0rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-family: Inter;
  font-size: clamp(15px, 1.1vw, 1.2vw);
  font-style: normal;
  font-weight: 600;

  border-left: 1px solid #5B5B5B;
  background: rgba(255, 255, 255, 0.05);
  color: #FFF;
  line-height: 130%;
  /* 15.6px */
}


.header-table32 {
  width: 33.3%;
  text-align: center;
  font-family: Inter;
  padding: 1.5rem 0rem;
  font-size: clamp(15px, 1.1vw, 1.2vw);
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 15.6px */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #FFF;
  border-left: 1px solid #5B5B5B;
  background: rgba(255, 255, 255, 0.05);
  color: #FFF;

}

.body-table1 {
  width: 25%;

  border-top: 1px solid #5B5B5B;
  border-left: 1px solid #5B5B5B;
  background: #1b1b1b;
  text-align: center;
  font-family: Inter;
  padding: 1rem 0rem 1rem .5rem;
  font-size: clamp(13px, 1.05vw, 1.1vw);
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 15.6px */
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1rem;
  color: #FFF;
}
.flex-single.mobile-machine{
  display: none;
}
.body-table12 {
  width: 33.3%;

  border-top: 1px solid #5B5B5B;
  border-left: 1px solid #5B5B5B;
  background: #1b1b1b;
  text-align: center;
  font-family: Inter;
  padding: 1rem 0rem 1rem .5rem;
  font-size: clamp(15px, 1.1vw, 1.2vw);
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 15.6px */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: #FFF;
}

.body-table12 p {
  width: 80%;

  text-align: start;
  font-family: Inter;

  font-size: clamp(15px, 1.1vw, 1.2vw);
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 15.6px */
  color: #FFF;
}


.body-table22 {
  width: 33.3%;
  border-top: 1px solid #5B5B5B;
  border-left: 1px solid #5B5B5B;
  background: #1b1b1b;
  display: flex;
  flex-direction: column;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  padding: 1rem 0rem;
  font-size: clamp(11px, 1vw, 1.05vw);
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 15.6px */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #FFF;
}


.body-table32 {
  width: 33.3%;
  display: flex;

  align-items: center;
  justify-content: center;
  border-top: 1px solid #5B5B5B;
  border-left: 1px solid #5B5B5B;
  background: #1b1b1b;
  text-align: center;
  font-family: Inter;
  height: 100%;
  font-size: clamp(15px, 1.1vw, 1.2vw);
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 15.6px */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #FFF;
}

.body-table1 p {
  width: 80%;

  text-align: start;
  font-family: Inter;

  font-size: clamp(13px, 1.05vw, 1.1vw);
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 15.6px */
  color: #FFF;
}


.body-table1 div {
  width: 20%;
  height: 100%;

  display: flex;
  justify-content: space-between;
  flex-direction: column;

}




.body-table1 div p {
  height: 50%;
  width: 100%;
  display: flex;
  align-items: center;

}

.body-table2 {
  width: 15%;
  border-top: 1px solid #5B5B5B;
  border-left: 1px solid #5B5B5B;
  background: #1b1b1b;
  display: flex;
  flex-direction: column;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  padding: 1rem 0rem;
  font-size: clamp(11px, 1vw, 1.05vw);
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 15.6px */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #FFF;
}


.body-table3 {
  width: 60%;
  display: flex;

  align-items: center;
  justify-content: center;
  border-top: 1px solid #5B5B5B;
  border-left: 1px solid #5B5B5B;
  background: #1b1b1b;
  text-align: center;
  font-family: Inter;
  height: 100%;
  font-size: clamp(15px, 1.1vw, 1.2vw);
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 15.6px */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #FFF;
}

.body-table3 div {
  display: flex;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  width: 100%;

}

.special-div {
  display: flex;
  height: 50% !important;
  justify-content: space-between;
  align-items: center;
  width: 100%;

}


.special-div2 p {

  width: 100%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.no-pd {
  padding: 0rem !important;
}

.special-div2 {
  display: flex;
  flex-direction: column;
  height: 100% !important;
  justify-content: space-between;
  align-items: center;
  width: 100%;

}

.specials div:first-child {
  border-bottom: 1px solid #5B5B5B;
}

.special-div2 p:first-child {
  border-bottom: 1px solid #5B5B5B;
}

.special-div2 p {

  width: 100%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.body-table3 div p {
  width: 100%;
  height: 100%;
  border-right: 1px solid #5B5B5B;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(11px, 1vw, 1.1rem);
}

.info-page h3 {
  color: #FFFFFF;
  font-family: Druk;
  font-size: clamp(22px, 2.2vw, 2.4vw);
}

.info-material {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.info-material div {
  display: flex;
  flex-direction: column;
  gap: .7rem;
}

.materials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.75rem;
  place-items: center;
  width: 100%;

}

.info-material img {
  width: 21.88rem;
  height: 340px;
  border-radius: 30px;
}

.info-material div p {
  color: #FFFFFF80;
  font-size: clamp(15px, 1vw, 1.1vw);
  font-family: Helvetica;
}

.info-material div h5 {
  color: #FFF;
  font-family: "Helvetica";
  font-size: clamp(12px, 1.1vw, 1.2vw);
  font-style: normal;
  font-weight: 800;
  line-height: 95%;
  /* 20.9px */
  letter-spacing: 3.74px;
  text-transform: uppercase;
}

.info-material div a {
  margin-top: .8rem;
  border: 1px dashed #343434;
  background: #FFF;
  color: #535353;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Helvetica";
  font-size: clamp(8px, .8vw, .95vw);
  font-style: normal;
  font-weight: 700;
  padding: 1.8rem;
  line-height: 95%;
  /* 14.25px */
  letter-spacing: 4.5px;
  text-transform: uppercase;
}

.section-contact-div {
  width: 95%;
  height: 100%;
  display: flex;
  padding-top: 12.5rem;

}

.section-contact-div h2 {
  color: black;
  font-family: "Druk";
  font-size: clamp(24px, 3vw, 3vw);
  font-style: normal;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 100%;
  /* 81.12px */
}

.section-contact-div p {
  color: black;
  font-family: "Helvetica";
  font-size: clamp(14px, 1.3rem, 19px);
  font-style: normal;
  font-weight: 400;
  width: 29.88rem;
  max-width: 479px;
  line-height: 150%;
  /* 28.962px */
}

.section-contact-div ul {
  display: flex;
  margin-top: 25px;
  flex-direction: column;
  gap: 22px;
}

.section-contact-div li {
  color: black;
  font-family: "Helvetica";
  display: flex;
  font-size: clamp(15px, 1.3rem, 1.2vw);
  font-style: normal;
  align-items: center;
  font-weight: 400;
  line-height: 150%;
  /* 28.962px */
}


.section-contact-div li span {
  text-decoration: underline;
  margin-left: .25rem;
}

.section-contact-div li img {
  margin-right: 1rem;
}

.div-forms {
  border-radius: 20.959px;
  background: #171717;
  width: 80%;
  /* margin-top: 6rem; */
  height: 580px;
  padding: 2rem 2rem;
}
.div-forms h1{
  color: #FFF;
font-family: "Druk Wide Bold";
font-size: clamp(20px, 2.5vw, 2.5vw);
font-style: normal;
font-weight: 700;
line-height: 48px; /* 100% */
padding-left: 2rem;
}

.div-forms form {
  display: flex;
  flex-direction: column;
  width: 100%;
}


/* Default */
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;

}

button {
  cursor: pointer !important;
}

#cart-menu2 {
  opacity: 1;
  transition: all .4s ease;
}

#cart-menu {
  cursor: pointer;
  z-index: 1004;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}


.section-1-about {
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100%;
  justify-content: center;
  padding-top: 6rem;
  align-items: center;
}

.div-1about {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 80%;
}



.div-1about h2 {
  color: #FFF;
  font-family: Druk;
  font-size: clamp(22.715px, 3.2vw, 3.5vw);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 38px */
}

.section-1-about {
  height: fit-content;
}

.div-1about p {
  font-size: clamp(15px, .7vw, .8vw);
  color: rgba(255, 255, 255, 0.50);
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  width: 85%;
  line-height: 150%;
  /* 25.5px */
}

.about-main {
  display: flex;
  flex-direction: column;
}

.div-1about a {
  border: 1px dashed #ffffff;
  background: rgba(0, 0, 0, 0.00);
  color: #ffffff;
  text-align: center;
  font-family: "Helvetica";
  font-size: clamp(15px, .8vw, .9vw);
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 14.25px */
  letter-spacing: 4.5px;
  width: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4rem;
  margin-top: .5rem;
  transition: all .4s ease;
}

.div-1about a:hover {
  background: rgb(255, 255, 255);
  border: 1px dashed #ffffff;
}

.div-2about {
  display: flex;
  width: 70%;
  justify-content: center;
  gap: 2.5rem;
  margin-top: 2.5rem;
}

.div-2about img {
  width: 65%;
  height: 100%;
  position: relative;
}

.image-about-us-2 {
  margin-top: 15%;
  width: 45% !important;
}

.section-2-about {
  display: flex;
  flex-direction: column;
  height: fit-content;
  width: 100%;
  gap: 4rem;
  justify-content: center;
  align-items: center;
}


.div-father-about {
  display: flex;
  height: 100vh;

  width: 90%;
  justify-content: center;
  align-items: center;
}

.new-section-slider {
  justify-content: start;
  display: flex;
  flex-direction: column;
  height: fit-content;
  overflow: hidden;
}

.mt-3 {
  margin-top: 5rem !important;
}

.div-father-about2 {
  margin-top: 2rem;
  height: fit-content;
  width: 90%;
  justify-content: center;
  align-items: center;
}

.p-1-about {
  color: #8C8C8C;
  font-family: "Helvetica";
  font-size: clamp(15px, 1.2vw, 1.979vw);
  font-style: italic;
  font-weight: 400;
  line-height: 155%;
  width: 50vw;
  min-width: 752px;
  /* 58.9px */
}

.image-1-about {
  width: 100%;
  margin-top: 1.5rem;
}

.div-about-section-2 {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 4rem;
  flex-direction: row-reverse;
  height: fit-content;
  margin-top: 10rem;
}

.div-about-section-2 div {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.div-about-section-2 h4 {
  color: #FFF;
  font-family: Druk;
  font-size: clamp(17.667px, 2vw, 38px);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 38px */
}

.div-about-section-2 p {
  font-size: clamp(15px, .75vw, .85vw);
  color: rgba(255, 255, 255, 0.50);
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  width: 100%;
  line-height: 150%;
  /* 25.5px */
}

.div-about-section-2 img {
  height: 92vh;
  object-fit: cover;
  width: auto;
}

.margin-style-2 {
  margin-top: 2rem;
}

.div-image-about {
  width: 100%;
}

.div-buttons {
  display: flex;
  background-color: #bd4f4f00;
  width: 85%;
  height: 6rem;
  align-items: center;
  justify-content: space-between;

}

.first-article {
  width: 60%;
  height: 26rem;

}

.div-forms form {
  margin-top: 1rem;
}

.form-personalize {
  margin-top: 1.5rem !important;
  margin-bottom: 3rem;
}

.div-form-contact {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0rem 2rem;
  gap: 1rem;
}

.textarea-form-contact {
  border: 1.048px solid #343434;
  background: #0E0E0E;
  height: 20vh;
  color: rgba(255, 255, 255, 0.19);
  font-family: "Helvetica";
  font-size: clamp(12px, .9vw, 1vw);
  font-style: normal;
  padding-left: 1rem;
  font-weight: 400;
  padding-top: .5rem;
  margin: 1rem 2rem;
  resize: none;
  line-height: 150%;
  /* 29.866px */
}

.textarea-form-contact::placeholder {
  color: rgba(255, 255, 255, 0.19);
  font-family: "Helvetica";
  font-size: clamp(12px, .9vw, 1vw);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 29.866px */
}

.button-form-contact {
  display: flex;
  justify-content: end;

  width: 100%;
}
.div-specs div > h6{
  color: rgba(255, 255, 255, 0.54);
font-family: "Helvetica Now Display";
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 11.4px */
letter-spacing: 3.6px;
text-transform: uppercase;
}
.pc{
  line-height: normal !important;
}
.button-form-contact button {
  border: 1.048px dashed #343434;
  background: #FFF;
  margin: 0rem 2rem;
  height: 60px;
  width: 40%;
  color: #535353;
  text-align: center;
  font-family: "Helvetica";
  font-size: clamp(12px, .8vw, .9vw);
  font-style: normal;
  font-weight: 600;
  line-height: 95%;
  /* 14.933px */
  letter-spacing: 4.716px;
  text-transform: uppercase;
}

.input-perso {
  grid-column: span 2;
}

/* Estilo general de inputs */
.div-form-contact input {
  border: 1.048px solid #343434;
  background: #0E0E0E;
  height: 4rem;
  outline: none;
  width: 100%;
  color: white;
  font-family: "Helvetica";
  font-size: clamp(12px, 1.2rem, 1.1vw);
  font-style: normal;
  padding-left: 1rem;
  font-weight: 400;
  line-height: 150%;
  position: relative;
}

.input-wrapper {
  position: relative;
  width: 100%;
}
.input-wrapper .placeholder {
  position: absolute;
  left: 1rem;
  top: 50%;
  font-family: "Helvetica";
  transform: translateY(-50%);
  color: white;
  font-size: clamp(12px, 1.2rem, 1.1vw);
  pointer-events: none; /* Evita interacción con el texto */
  transition: 0.2s;
  white-space: nowrap; /* Evita que el texto del placeholder se divida */
  font-weight: 300; /* Cambiar a una fuente más ligera */
}
.input-wrapper input:focus{
  border-color: white;
}
.input-wrapper .placeholder.hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-2rem); /* Ajuste opcional para animación */
}
.asterisk {
  color: red;
}
.div-form-contact .required::placeholder {
  color: white;
}
.textarea-form-contact {
  color: white;
}
.textarea-form-contact::placeholder {
  color: white;
}


/* .input-wrapper span.required-asterisk {
  position: absolute;
  left: 91px;
  color: red;
  font-family: "Helvetica";
  font-size: clamp(12px, 1.2rem, 1.1vw);
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
} */

.div-form-contact input::placeholder {
  color: rgba(255, 255, 255, 0.19);
  font-family: "Helvetica";
  font-size: clamp(12px, 1.2rem, 1.1vw);
  font-style: normal;
  font-weight: 300; /* Cambiar a una fuente más ligera */
  line-height: 150%;
}

.div-personalize {
  display: flex;
  position: fixed;
  z-index: -1006;
  background: rgba(0, 0, 0, 0.80);
  opacity: 0;
  top: 0%;
  transition: all .4s ease;
  justify-content: center;
  align-items: start;
  overflow: scroll;
  width: 100%;
  height: 100%;
  padding: 4rem 0rem;
}

.div-personalize2 {
  display: flex;
  position: fixed;
  z-index: -1006;
  background: rgba(0, 0, 0, 0.80);
  opacity: 0;
  top: 0%;
  transition: all .4s ease;
  justify-content: center;
  align-items: start;
  overflow: scroll;
  width: 100%;
  height: 100%;
}


.thanks {
  justify-content: space-between;
  align-items: center;
  display: flex;
  z-index: 1007;
  border-radius: 20.959px;
  background: #171717;
  width: 40%;
  margin-top: 6rem;
  padding: 0rem 1rem;
  height: 80%;
  flex-direction: column;
}

.thanks1 {
  width: 100%;
  justify-content: end;
  align-items: center;
  height: 20%;
  padding: 0rem 1rem;
  display: flex;
}

.thanks2 {
  justify-content: start;
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 80%;
  color: #FFF;
  text-align: center;
  font-family: "Druk";
  gap: 5rem;
  font-size: clamp(28px, 2.5vw, 2.8vw);
  width: 70%;
  margin-top: 10%;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 65px */
}

.thanks2 button {
  border: 1px dashed #343434;
  background: rgba(255, 255, 255, 0.00);
  color: #535353;
  text-align: center;
  font-family: "Helvetica";
  font-size: clamp(13px, .8vw, .9vw);
  font-style: normal;
  font-weight: 500;
  width: 70%;
  height: 55px;
  line-height: 95%;
  /* 14.25px */
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.title-form {
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  padding: 3rem 2rem 0rem 2rem;
}

.title-form h3 {
  color: #FFF;
  font-family: "Druk";
  font-size: clamp(20px, 1.8vw, 2vw);
  font-style: normal;
  margin-top: 3.5rem;
  font-weight: 700;
  line-height: 100%;
  /* 38px */
}

.div-fit-personalize {
  width: 60%;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.drag {
  display: flex;
  flex-direction: column;
  margin: 1rem 0rem;
  width: 100%;
  padding: 0rem 2rem;
  justify-content: center;
}

.last-p-form {
  color: rgba(255, 255, 255, 0.12);
  font-family: "Helvetica";
  font-size: clamp(12px, .9vw, 1vw);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 19.5px */
}

.drag div {
  border: 1px dashed #343434;
  background: rgba(14, 14, 14, 0.00);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  gap: 1rem;
  margin: .5rem 0rem .3rem 0rem;
}

.drag label {
  color: rgba(255, 255, 255, 0.19);
  font-family: "Helvetica";
  font-size: clamp(12px, 1vw, 1.1vw);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 22.5px */
}

.drag div p {
  color: rgba(255, 255, 255, 0.19);
  font-family: "Helvetica";
  font-size: clamp(16px, 1.3vw, 1.4vw);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 28.5px */
}

.first-article p span {

  color: #FFF;
  padding-right: .5rem;
  font-family: "Helvetica";
  font-size: clamp(13px, .5vw, .6vw);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 21.85px */
  letter-spacing: 2.3px;
}

.first-article p {

  color: #FFF;

  font-family: "Helvetica";
  font-size: clamp(15px, .8vw, .9vw);
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  /* 21.85px */
  letter-spacing: 2.3px;
}

.first-article img {
  width: 100%;
  height: 100%;
  margin-bottom: .4rem;
}

.other-articles {
  display: flex;
  gap: 1rem;
  width: 35%;
  flex-direction: column;
}

.other-articles-article {
  width: 100%;
  display: flex;
  gap: 20px;
  overflow: hidden;
  height: 12.5rem;
}

.other-articles-article img {
  height: 100%;
  width: auto;
}

.info-other-articles {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.info-other-articles a {

  color: #FFF;
  text-overflow: ellipsis;

  font-family: "Helvetica";
  font-size: clamp(16px, 1.5vw, 1.6vw);
  font-style: normal;
  font-weight: 300;
  line-height: 95%;
  /* 21.85px */
  letter-spacing: 2.3px;
}

.date {
  overflow: hidden;
  color: #FFF;
  text-overflow: ellipsis;
  font-family: "Helvetica";
  font-size: clamp(14px, .6vw, .7vw);
  font-style: normal;
  font-weight: 600;
  line-height: 95%;
  /* 13.3px */
  letter-spacing: 1.4px;
}

.text {
  height: 47%;
  color: #FFF;
  text-overflow: ellipsis;
  width: 100%;
  font-family: "Helvetica";
  font-size: clamp(14px, 1.0vw, 1.05vw);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.info-articles {
  width: 90%;
  display: flex;
  justify-content: space-between;

}

.swiper-slide {
  height: 25vh !important;
  justify-content: center !important;
  display: flex !important;
}

.div-video {
  height: 75vh;
  width: 100%;
  margin-bottom: 6rem;
  display: flex;
  justify-content: center;
}

video {
  width: 100%;
  max-width: 1500px;
  height: 100%;
  margin-top: 4rem;
  border-radius: 20px;
  object-fit: unset;
  object-position: center center;
}

.active {
  transform: scale(1.3);
  border: 1px solid #535353;
  padding: .4rem;
}

.swiper-slide div {
  backdrop-filter: blur(10px);
  border-radius: 100%;
  height: 100%;
  width: 70%;
  transition: all .5s ease;
}

.swiper-slide div img {
  backdrop-filter: blur(10px);
  border-radius: 100%;
  height: 100%;
}

.vs-auto {
  height: fit-content !important;
  margin: 5.5rem 0rem;
  overflow: visible !important;
}

.vs-auto>* {
  overflow: visible !important;
}

.div-product-cart {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 1rem;
}

.div-product-cart img {
  height: 10vh;
  width: auto;
  object-fit: contain;
}

.list-products {
  display: flex;
  width: 85%;
  flex-direction: column;
  gap: .5rem;
  height: 60vh;
  overflow-y: scroll;
}

.div-product-cart-div {
  display: flex;
  justify-content: start;
  gap: 20px;
}

.total-div {
  width: 100%;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.total-div h4 {
  color: rgba(255, 255, 255, 0.54);
  font-family: Helvetica;
  font-size: clamp(13px, .8vw, .9vw);
  font-style: normal;
  font-weight: 600;
  line-height: 95%;
  /* 11.4px */
  letter-spacing: 3.6px;
  text-transform: uppercase;
}

.total-div p {
  color: rgba(255, 255, 255, 0.54);
  font-family: Helvetica;
  font-size: clamp(13px, .8vw, .9vw);
  font-style: normal;
  font-weight: 600;
  line-height: 95%;
  /* 11.4px */
  letter-spacing: 3.6px;
  text-transform: uppercase;
}

.buttons-slider {
  width: 15%;
  justify-content: center;
  display: flex;
  gap: 3rem;
  height: 100%;
  margin-top: 2rem;
}

.info-slider {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.info-slider p {
  color: rgba(255, 255, 255, 0.50);
  text-align: center;
  font-family: "Helvetica";
  font-size: clamp(13px, 1.1vw, 1.2vw);
  font-style: normal;
  font-weight: 400;
  width: 70%;
  line-height: 150%;
  /* 29.666px */
}

.info-slider h3 {
  color: #FFF;
  text-align: center;
  font-family: "Druk";
  font-size: clamp(17px, 1.4vw, 1.5vw);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 32px */
}

.buttons-slider-1 {
  transform: rotate(180deg);
}

.buttons-slider button {
  border: 1px solid #FFF;
  height: 55px;
  width: 60px;
  display: block !important;
  border-radius: 100%;
}

.buttons-slider button svg {
  height: 25px;
  width: 25px;
  color: #FFF !important;
}

.btn-checkout {
  color: #535353 !important;
  text-align: center;
  font-family: "Helvetica";
  font-size: clamp(15px, 1.1vw, 1.15vw);
  font-style: normal;
  font-weight: 500;
  line-height: 95%;
  /* 14.25px */
  letter-spacing: 4.5px;
  text-transform: uppercase;
  border: 1px dashed #343434;
  background: rgba(0, 0, 0, 0.00);
  height: 3.5rem;
  transition: all .4s ease;
}

.btn-view {
  color: #535353 !important;
  text-align: center;
  font-family: "Helvetica";
  font-size: clamp(15px, 1.1vw, 1.15vw);
  font-style: normal;
  font-weight: 500;
  line-height: 95%;
  /* 14.25px */
  letter-spacing: 4.5px;
  text-transform: uppercase;
  border: 1px dashed #343434;
  height: 3.5rem;
  background: #FFF;

  transition: all .4s ease;
}

.btn-view:hover {
  background: rgba(0, 0, 0, 0.00);
}


.bottom-div-cart {
  width: 85%;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.div-product-cart-div-div {
  margin-top: .5rem;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.div-product-cart-div-div h4 {
  color: #FFF;
  font-family: "Helvetica";
  font-size: clamp(15px, 1.1vw, 1.15vw);
  font-style: normal;
  font-weight: 400;
  line-height: 95%;
  /* 14.25px */
}

.div-product-cart-div-div p {
  color: rgba(255, 255, 255, 0.47);
  font-family: "Helvetica";
  font-size: clamp(15px, 1vw, 1.05vw);
  font-style: normal;
  font-weight: 400;
  line-height: 95%;
  /* 14.25px */
}


.div-product-cart-div-p {
  color: rgba(255, 255, 255, 0.36);
  font-family: "Helvetica";
  font-size: clamp(15px, 1vw, 1.05vw);
  font-style: normal;
  font-weight: 400;
  line-height: 95%;
  /* 14.25px */
}

#cart-menu-span {
  color: #FFF;
  text-align: center;
  font-family: "Helvetica";
  font-size: clamp(13px, .8vw, .9vw);
  font-style: normal;
  font-weight: 500;
  line-height: 95%;
  /* 11.4px */
  letter-spacing: 3.6px;
  text-transform: uppercase;


}

.btn-cart {
  width: auto;
  height: 3.5vh;
}


.left-menu {
  position: fixed;
  opacity: 0;
  transition: all .5s linear;
  width: 100%;
  height: 100%;
  z-index: -1002;
  background: #0000006f;
  backdrop-filter: blur(10px);
}

.left-menu-div {
  position: absolute;


  left: -40vw;
  transition: all .5s ease;
  width: 100%;
  display: flex;
  justify-content: start;
  height: 100%;

}

#nav-menu {

  transition: all .4s linear;
}

.left-menu-div-1 {
  position: relative;


  padding: 2rem;
  transition: all .4s linear;
  width: 31%;
  display: flex;
  flex-direction: column;
  align-items: start;
  height: 100%;
  z-index: 1006;
  background: #000;
}

.left-menu-div-1 button {
  border-radius: 100%;
  border: 2px solid white;
  width: 47px;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 21px;
}

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


.div-specs-p {
  color: rgba(255, 255, 255, 0.65);
  font-family: "Helvetica";
  font-size: clamp(30px, 2.4vw, 2.6vw);
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  width: 100%;
}

.sub-div-specs-p{
  color: rgba(255, 255, 255, 0.65);
  font-family: "Helvetica";
  font-size: clamp(15px, 1vw, 20px);
  font-style: normal;
  line-height: 0px;
  width: 100%;
}
.div-specs {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-self: start;
  width: 25vw;
  max-width: 489px;
  margin-left: 5px;
}

.div-specs div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.div-specs-p span {
  font-size: clamp(20px, 1.6vw, 1.7vw);
}

.div-specs-p2 {
  color: #FFF;
  font-family: "Helvetica";
  font-size: clamp(24px, 1.8vw, 1.9vw);
  font-style: normal;
  font-weight: 800;
  line-height: 95%;
  /* 28.5px */
  letter-spacing: 5.1px;
  text-transform: uppercase;
}

.div-specs-buttons {
  display: flex;
  gap: 1.5rem;
  flex-direction: row !important;
}

.buttons-final {
  width: 100%;
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  margin-top: 1rem;
  gap: 1rem;
}

.v-details {
  border: 1px dashed #fff;
  background: rgba(255, 255, 255, 0.00);
  color: #fff;
  text-align: center;
  font-family: "Helvetica";
  font-size: clamp(13px, 1vw, 1vw);
  font-style: normal;
  font-weight: 700;
  line-height: 95%;
  letter-spacing: 4.5px;
  width: 100%;
  height: 70px;
  text-transform: uppercase;
}

#close-details {
  position: relative;
  right: -94%;
}

#close-details2>* {
  overflow: visible !important;
}

#close-details2 {
  position: relative;
  overflow: visible !important;
}

.modal-specs {
  display: flex;
  position: fixed;
  z-index: -1006;
  background: rgba(0, 0, 0, 0.80);
  opacity: 0;
  top: 0%;
  transition: all .4s ease;
  justify-content: center;
  align-items: start;
  overflow: scroll;
  width: 100%;
  height: 100vh;
}

.div-modal-specs p {
  color: rgba(255, 255, 255, 0.50);
  font-family: "Helvetica";
  font-size: clamp(13px, .9vw, 1.15vw);
  font-style: normal;
  font-weight: 400;
  width: 90%;
  line-height: 150%;
  /* 25.5px */
}

.div-modal-specs h3 {
  color: #FFF;
  font-family: "Druk";
  font-size: clamp(22px, 1.8vw, 1.95vw);
  font-style: normal;
  font-weight: 700;
  width: 90%;
  line-height: 150%;
  /* 25.5px */
}

.div-modal-specs h5 {
  color: rgba(255, 255, 255, 0.50);
  font-family: "Helvetica";
  font-size: clamp(18px, 1.5vw, 1.65vw);
  font-style: normal;
  font-weight: 700;
  width: 90%;
  margin: 1.5rem 0rem;
  line-height: 150%;
  /* 25.5px */
}

.div-modal-specs h6 {
  color: rgba(255, 255, 255, 0.50);
  font-family: "Helvetica";
  font-size: clamp(16px, 1.2vw, 1.35vw);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 25.5px */
}

.div-modal-specs ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 90%;
  line-height: 150%;
  /* 25.5px */
}

.div-modal-specs li p {
  width: 100% !important;
}

.div-modal-specs li {
  display: flex;
  flex-direction: column;
  gap: 0rem;
}

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



.div-modal-specs {
  border-radius: 20px;
  width: 70%;

  margin-top: 5rem;
  background: #171717;
  padding: 2rem 0rem
}

.add-single {
  border: 1px dashed #343434;
  background: #FFF;
  color: #535353;
  text-align: center;
  font-family: "Helvetica";
  font-size: clamp(13px, 1vw, 1vw);
  font-style: normal;
  font-weight: 700;
  line-height: 95%;
  letter-spacing: 4.5px;
  width: 95%;
  height: 70px;
  text-transform: uppercase;
}

.div-specs-buttons button {
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.54);
  background: rgba(64, 64, 64, 0.00);
  border: 1px solid #343434;
  transition: all .4s ease-in-out;
  font-size: clamp(14px, .9vw, 1vw);
  width: fit-content;
  text-wrap: nowrap;
  text-transform: uppercase;
  padding: .8rem 1.2rem;
}

.div-specs-buttons-active {

  border: 1px solid #FFF !important;
  background: #404040 !important;
}

.flex-single {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin-top: 10rem;
}

.div-specs div .lista-specs{
  color: rgba(255, 255, 255, 0.65);
  font-weight: 400;
  line-height: 20px;
  font-family: "Helvetica";
  font-size: clamp(15px, 1vw, 20px);
  font-style: normal;
  text-transform: uppercase;
}
.lista-specs-p{
  margin: 0 !important;
}
.flex-single-1 {
  width: 65%;
}
.flex-single-1 img{
  background-color: white;
}

.flex-single-2 {
  width: 35%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 659px;
  gap: 1.75rem;
  margin-top: 35px;
}

.flex-single img {
  width: 85%;
  height: 630px;
  max-height: 660px;
  object-fit: contain;
}

#close-cart {
  transition: all .4s ease;
}

#close-cart:hover {
  color: white;
}

.btn-checkout:hover {
  color: #131313;
  background-color: white;

}

.left-menu-div-1 ul li a {
  color: rgba(255, 255, 255, 0.64);
  font-family: "Helvetica";
  font-size: clamp(25px, 2.4vw, 2.5vw);
  font-style: normal;
  font-weight: 100;
  line-height: 95%;
  /* 42.75px */
  transition: all .4s linear;
  height: 3rem;
}

.left-menu-div-1 ul li {
  position: relative;
  min-width: 100%;
  height: 42px;
}

.left-menu-div-1 ul li::before {
  content: "";
  width: 0%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 75%, rgba(0, 0, 0, 0) 100%);
  background-size: 100% 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  transition: all .4s linear;
}

.left-menu-div-1 ul li:hover::before {
  width: 100%;
  transition: all .4s linear;
}

/*----------------------*/
.left-menu-div-2-ul ul li::before {
  content: "";
  width: 0%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 75%, rgba(0, 0, 0, 0) 100%);
  background-size: 100% 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  transition: all .4s linear;
}

.left-menu-div-2-ul ul li:hover::before {
  width: 100%;
  transition: all .4s linear;
}

.svg-1 {
  opacity: 0.16;
  transition: all .5s ease;
}

.svg-2 {
  position: absolute;
  right: -10%;
  transform: rotate(90deg);
  opacity: 0;
  transition: all .5s ease;
}

.sub-menu {
  width: 100%;
  overflow: visible;
  display: flex;
  justify-content: space-between;
}

.left-menu-div-2-ul {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;

}

.left-menu-div-1 ul {
  overflow-x: visible !important;

}


.left-menu-div-1 ul>* {
  overflow-x: visible !important;

}

.left-menu-div-2-ul ul {
  width: 90%;
  height: 70%;
  align-items: start;
  flex-direction: column;
  position: absolute;

  display: flex;
  margin-top: 1rem;
  gap: 1.5rem;
}


.machines:hover .left-menu-div-2 {
  opacity: 1 !important;
}

.machines:hover a {
  color: white;
}

.machines:hover .svg-2 {
  transform: rotate(0deg);
  opacity: 1;
}

.machines:hover .svg-1 {
  transform: rotate(-90deg);
  opacity: 0;
}

.machines:hover .sub-menu-Machines {
  background-color: brown;
  z-index: 1250;
  opacity: 1;
}

.d-none {
  display: none !important;
  pointer-events: none;
}

.sub-menu-Machines {
  z-index: -1003;
  opacity: 0;
}


.sub-menu-materials {
  z-index: -1003;
  opacity: 0;
}


#backLeft,
#backR {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1004;
}

.left-menu-div-2-ul ul li {
  color: rgba(255, 255, 255, 0.65);
  font-family: "Helvetica";
  font-size: clamp(15px, 2.4vw, 2.5vw);
  font-style: normal;
  font-weight: 300;
  line-height: 95%;
  /* 42.75px */
  height: 3rem;
  cursor: pointer;
  pointer-events: all;
  position: relative;
  min-width: 87%;
}

.left-menu-div-2-ul ul li a {
  color: rgba(255, 255, 255, 0.65);
  font-family: "Helvetica";
  font-size: clamp(20px, 2.0vw, 2.05vw);
  font-style: normal;
  font-weight: 300;
  line-height: 95%;
  text-transform: uppercase;
}

.left-menu-div-2-ul ul li span {
  font-size: clamp(16px, 1vw, 1.05vw);
}

.left-menu-div-2-ul ul li a:hover {
  color: rgb(255, 255, 255);
  transition: all 0.7s linear;
}

.sub-menu svg {
  height: 3vh;
  margin-top: .5rem;
  width: auto;
}


.left-menu-div-1 ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  margin-top: 3.5rem;
  margin-left: 3.5rem;
  gap: 2rem;
  width: 67%;
}


.left-menu-div-1 button img {
  height: 7vh;
  width: auto;
}

.left-menu-div-2 {
  position: relative;
  transition: all .7s linear;
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  z-index: 1005;
  background: #131313;
}

.hideSubmenu {
  margin-left: -50vw;
}

.showUL {
  opacity: 1;
  transition: all 0.7s linear;
  pointer-events: all;
  z-index: 1003 !important;
}


.right-menu {
  position: fixed;
  opacity: 0;
  transition: all .7s linear;
  width: 100%;
  height: 100%;
  z-index: -1002;
  background: #0000006f;
  backdrop-filter: blur(50px);
}

.right-menu-div {
  position: absolute;
  right: -100vw;


  transition: all .7s linear;
  width: 28%;
  max-width: 540px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  z-index: 1005;
  background: #000;
}

.right-menu button {
  color: rgba(255, 255, 255, 0.54);
  font-family: "Helvetica";
  font-size: clamp(13px, .8vw, .9vw);
  font-style: normal;
  font-weight: 500;
  line-height: 95%;
  /* 11.4px */
  letter-spacing: 3.6px;
  text-transform: uppercase;
}

footer {
  height: 80vh;
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: column;
}
.footer-contact{
  background-color: #E9E9E9 !important;
}
.center{
  align-self: center !important;
}
.footer-sub {
  height: 40%;
  display: flex;
  justify-content: center;
  width: 35%;
  align-items: center;
  flex-direction: column;
}

.pages-footer ul {
  display: flex;
  width: 100%;
  gap: 30px;

  padding: 1.5rem 1rem;
  border-bottom: 1px dashed #FFFFFF4D;
  justify-content: center;
}
.about-bb{
  align-self: center;
}
.footer-sub p {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.50);
  text-overflow: ellipsis;
  font-family: "Helvetica";
  font-size: clamp(12px, .95vw, 1vw);
  font-style: normal;
  margin: 1rem 0rem;
  font-weight: 500;
  line-height: 150%;
  /* 19.5px */
  letter-spacing: 0.65px;
}
.footer-sub .p-footer {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.50);
  text-overflow: ellipsis;
  font-family: "Helvetica";
  font-size: clamp(12px, .95vw, 1vw);
  font-style: normal;
  margin: 1rem 0rem;
  font-weight: 500;
  line-height: 150%;
  /* 19.5px */
  letter-spacing: 0.65px;
}
.footer-sub .p-footer span {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: rgba(0, 0, 0, 0.50);
  text-overflow: ellipsis;
  font-family: "Helvetica";
  font-size: clamp(12px, 1.05vw, 1.1vw);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.65px;
  text-transform: uppercase;
}
.footer-sub p span {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: rgba(255, 255, 255, 0.50);
  text-overflow: ellipsis;
  font-family: "Helvetica";
  font-size: clamp(12px, 1.05vw, 1.1vw);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.65px;
  text-transform: uppercase;
}

.pages-footer a {
  overflow: hidden;
  color: #535353;
  text-overflow: ellipsis;
  font-family: "Helvetica";
  font-size: clamp(12px, 1.05vw, 1.1vw);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 19.5px */
  letter-spacing: 0.65px;
  text-transform: uppercase;
}

.footer-sub img {
  filter: grayscale(100%);
  width: 12vw;
  height: auto;
  align-self: flex-start;
  transition: all .5s;
}

.footer-sub img:hover{
  filter: grayscale(0%);
  transition: all 1s;
}

.div-negro-about {
  width: 90%;
  margin-top: 8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #171717;
  gap: 2rem;
  height: 60vh;
}

.div-white-about {
  width: 90%;
}

.p-white-about {
  color: #FFF;
  text-align: start;
  font-family: "Druk";
  font-size: clamp(16px, 1.4vw, 1.5vw);
  width: 40%;
  margin: 2rem 0rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 65px */
}

.div-negro-about h2 {
  color: #FFF;
  text-align: center;
  font-family: "Druk";
  font-size: clamp(28px, 2.6vw, 2.8vw);
  width: 40%;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 65px */
}

.div-negro-about p {
  color: rgba(255, 255, 255, 0.50);
  text-align: center;
  font-family: "Helvetica";
  width: 56.666vw;
  font-size: clamp(14px, 1.71vw, 2.138vw);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 60.26px */
}

a {
  text-decoration: none !important;
}

ul {
  list-style: none !important;
}
#menu-list li{
  margin-bottom: 55px;
}
html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

/* Default */

/* SELECTION para ACTIVAR DEBES DESCOMENTAR */
::selection {
  display: none;
}

/* SELECTION */

/* SCROLLBAR */
::-webkit-scrollbar {
  display: none;
}

/* SCROLLBAR */

.html-bg {
  position: fixed;
  background-image: url('../media/backgrounds/background.png');
  background-color: #131313cc;
  background-position: center;
  background-repeat: repeat;
  z-index: -1;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* {
  overflow-x: clip !important;
} */
.lista-specs {
  list-style-type: disc !important;
  margin-left: 20px;
  overflow-x: unset !important;
}
.lista-specs li{
  overflow-x: unset !important;
  margin-top: 15px;
}
section {
  position: relative;
  height: 100vh;
  width: 100%;
}

header {
  display: flex;
  width: 100%;
  justify-content: center;
  height: 7rem;
  position: fixed;
  z-index: 1003;
}

header div {
  display: flex;
  justify-content: space-between;
  width: 93%;
  height: 100%;
  align-items: center;
}

button {
  background-color: transparent;
  border: none;
}

.header-logo {
  height: 45px;
  padding-right: 23px;
  max-height: 3.5rem;
}

h2 {
  color: #FFF;
  font-family: Druk;
  font-size: clamp(27.5px, 4.5vw, 4.7vw);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 80px */
  text-transform: uppercase;
}

h1 {
  color: rgba(255, 255, 255, 0.05);
  font-family: Bebas;
  font-size: clamp(80px, 27vw, 29vw);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 475px */
}

.h1-first {
  position: absolute;
  bottom: -12%;
  right: -3%;
}

.section1-home {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.div1-text-home-section1 {
  height: 55%;
  width: 90%;
  position: relative;
}

canvas {
  position: absolute;
  background-color: transparent;

  top: 0%;
  z-index: 1;
  right: 0%;
}

.btn-press {
  position: relative;
  right: 56%;
  top: 50%;
  width: 60px;
  overflow: visible !important;
  height: 60px;
  z-index: 1;
  transition: all .4s ease-in-out;
  cursor: pointer;
}

.div2-text-home-section1 {
  height: 45%;
  width: 90%;
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: start;
}

.usa-flag {
  position: absolute;
  bottom: 5%;
  right: 5%;
  width: 6%;
}

.circle {
  width: 175px;
  height: 175px;
  border-radius: 50%;
  position: absolute;
  right: 14%;
  top: 37%;
  border: 1px solid #FFFFFF1A;
  cursor: pointer;
}

.circle-1 {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  position: absolute;
  right: 16%;
  top: 18%;
  border: 1px solid #FFFFFF26;
  overflow: visible !important;
  cursor: pointer;
}

.circle-2 {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  position: absolute;
  right: 15.5%;
  top: 16.5%;
  border: 1px solid #FFFFFF80;
  overflow: visible !important;
  cursor: pointer;
}

.circle-3 {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: absolute;
  right: 19%;
  top: 21%;
  border: 1px solid #FFF;
  overflow: visible !important;
  cursor: pointer;
}

.circle-4 {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  right: 21%;
  top: 22%;
  border: 1px solid #FFF;
  overflow: visible !important;
  cursor: pointer;
}

.circle-3:hover .btn-press {
  top: 5%;
}

.section14-home {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 30px;
}

.section14-home a {
  color: #535353;
  text-align: center;
  font-family: Helvetica;
  font-size: clamp(13px, .8vw, .9vw);
  font-style: normal;
  font-weight: 500;
  line-height: 95%;
  /* 14.25px */
  letter-spacing: 4.5px;
  text-transform: uppercase;
  border: 1px dashed #343434;
  width: 20vw;
  height: 10vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.00);
  transition: all .5s ease-in-out;
  cursor: pointer;
}

.section14-home a:hover {
  background-color: #FFF;
  border: 1px dashed #ffffff;
  color: #272727;
}

.section13-home {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  z-index: 1002;
}

.section13-home-div {
  margin-top: 5rem;
  display: flex;
  justify-content: space-between;
  width: 90%;
}

.section13-home-div h3 {
  color: #FFF;
  font-family: Druk;
  font-size: clamp(35px, 4vw, 4.5vw);
  font-style: normal;
  width: 60%;
  font-weight: 700;
  line-height: 100%;
  /* 70px */
  border-bottom: 1px dashed rgba(255, 255, 255, 0.30);
  ;
  padding-bottom: .5rem;
  margin-bottom: 1rem;
}

.section13-home-div div {
  width: 35%;
  display: flex;
  justify-content: end;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.30);
  ;
  padding-bottom: .5rem;
  margin-bottom: 1rem;

}

.section13-home-div a {
  color: #535353;
  border: 1px solid #343434;
  text-align: center;
  font-family: "Helvetica";
  font-size: 15px;
  font-style: normal;
  width: 20vw;
  height: 10vh;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 95%;
  /* 14.25px */
  letter-spacing: 4.5px;
  transition: all .4s ease;
  text-transform: uppercase;
}

.section13-home-div a:hover {
  background-color: #FFF;
}

.section12-home {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  z-index: 1002;
}

.section12-home-div {
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: 85%;
  margin-top: 15rem;
}


.section12-home h3 {
  color: #FFF;
  font-family: Druk;
  font-size: clamp(35px, 4vw, 4.5vw);
  font-style: normal;
  text-transform: capitalize;
  overflow: visible !important;
  font-weight: 700;
  line-height: 100%;
  /* 70px */
  width: 70%;
}

.section11-home {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  z-index: 1002;
}

.section11-home-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  margin-top: 15rem;
}


.section11-home h2 {
  color: #FFF;
  font-family: Druk;
  font-style: normal;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 100%;
  /* 70px */

}


.section10-home {
  position: relative;
  display: flex;
  flex-direction: column;

  justify-content: start;
  align-items: center;
  z-index: 1002;
}

.section10-home-div {
  display: flex;

  justify-content: space-between;
  align-items: start;
  width: 85%;
}

.section10-home-div img {
  height: 45vh;
  width: auto;
}



.section10-home p {
  background: linear-gradient(90deg, #7B7B7B 0%, #9D9D9D 47.92%, #FBFBFB 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Druk;
  font-size: clamp(14px, 3vw, 3.5vw);
  font-style: normal;
  margin-top: 5.5rem;
  font-weight: 700;
  line-height: 95%;
  /* 28.5px */
}


.section9-home {
  position: relative;
  display: flex;
  flex-direction: column;

  justify-content: start;
  align-items: center;
  z-index: 1002;
}

.section8-home {
  position: relative;

  z-index: 1002;
}

.section9-home-div {
  display: flex;

  justify-content: end;
  align-items: end;
  width: 90%;
}

.section9-home-div img {
  height: 45vh;
  width: auto;
}

.section9-home p {
  background: linear-gradient(90deg, #7B7B7B 0%, #9D9D9D 47.92%, #FBFBFB 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Druk;
  font-size: clamp(14px, 2vw, 2.5vw);
  font-style: normal;
  margin-top: 5.5rem;
  font-weight: 700;
  line-height: 95%;
  /* 28.5px */
}

.section9-home h2 {
  color: #FFF;
  font-family: Druk;
  font-style: normal;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 100%;
  /* 70px */

  font-size: clamp(35px, 5vw, 5.5vw);
}

.slider-flex {
  width: 100%;
  display: flex;
}

.slider-1 img {
  height: 60vh;
  transition: all .5s ease;
  width: auto;
}

.slider-2 img {
  height: 30vh;
  transition: all .5s ease;
  width: auto;
}

.slider-3 img {
  height: 15vh;
  transition: all .5s ease;
  width: auto;
}

.slider-4 img {
  height: 1.5vh;
  width: auto;
  transition: all .5s ease;
}

.slider-4 div {
  opacity: 0;
}

.slider-3 div {
  opacity: 0;
}

.slider-1 {
  /*left: -50%;*/
  height: fit-content;
  position: relative;
  transition: all .5s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.slider-2 {
  margin-top: 5%;
  transition: all .5s ease;
  height: fit-content;
  position: relative;
}

.slider-3 {
  margin-top: 5%;
  height: fit-content;
  transition: all .5s ease;
  position: relative;
}

.slider-4 {
  margin-top: 5%;
  height: fit-content;
  transition: all .5s ease;
  position: relative;
}

.slider-2 div {
  opacity: 0;
}

.slider-3 div {
  opacity: 0;
}

.slider-4 div {
  opacity: 0;
}

.slider-1 div {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .4rem;
}

.slider-1 div h4 {
  color: #FFF;
  text-align: center;
  font-family: "Druk";
  font-size: clamp(20px, 1.24vw, 1.34vw);
  font-style: normal;
  font-weight: 700;
  line-height: 95%;
  /* 23.75px */
  text-transform: uppercase;
}

.slider-1 div p {
  color: #6C6C6C;
  text-align: center;
  font-family: "Helvetica";
  font-size: clamp(16px, .9vw, .95vw);
  font-style: normal;
  font-weight: 600;
  line-height: 95%;
  /* 18.05px */
  letter-spacing: 1.9px;
  text-transform: uppercase;
}

.slider-1 div a {
  border: 1px dashed #343434;
  color: #535353;
  text-align: center;
  font-family: "Helvetica";
  height: 8vh;
  display: flex;
  margin-top: 1rem;
  justify-content: center;
  align-items: center;
  font-size: clamp(16px, .9vw, .95vw);
  font-style: normal;
  font-weight: 500;
  line-height: 95%;
  /* 14.25px */
  letter-spacing: 4.5px;
  background: rgba(0, 0, 0, 0.00);
  width: 70%;
  transition: all .4s ease;
}

.slider-1 div a:hover {
  background-color: #fff;
  border: 1px dashed #fff;
}

.buttons-section8 {
  display: flex;
  position: absolute;
  bottom: 20%;
  right: 15%;
  gap: 1.5rem;
}

.buttons-section8 button {
  border-radius: 100px;
  width: 5vw;
  height: 10vh;
  color: #FFF;
  font-size: clamp(16px, 1.4vw, 1.5vw);
  border: 1px solid #FFF;
  z-index: 1002;
  transition: all .4s ease;
}

.image-on {
  position: relative;
  width: 40%;
  height: 50vh;
}

.image-on img {
  position: absolute;
  top: 0%;
  height: 100%;
  width: 100%;
}

.stops {
  display: flex;
  justify-content: start;
  gap: 1rem
}
.width-table{
  width: 50%;
  min-width: 165px;
}
.cauge-table{
  width: 50%;
}
.td-width{
  width: 50%;
}
.stop{
  min-width: 165px;
}
.div-stops {
  width: 15px;
  height: 15px;
  background-color: #A0A0A0;
  border-radius: 100%;
}

.active-stop {
  background-color: #FFF !important;
}

.info-stops-div {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.info-stops img {
  width: 5vw;
  height: auto;
}

.info-stops {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: fit-content;
}

.info-stops-div h4 {
  color: #FFF;
  font-family: Druk;
  font-size: clamp(25px, 2.5vw, 2.7vw);
  width: fit-content;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 70px */
}

.footer-logo {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30vh;
}

.footer-logo div {
  position: relative;
  width: 30%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#vector-3 {
  position: absolute;
  top: -1%;
  left: 45%;
  z-index: auto;
}

#vector-2 {
  position: absolute;
  top: -14%;
  left: 51%;
  z-index: 1;
}

#vector-1 {
  z-index: 2;
  width: 60%;
}

#imagem-2 {
  opacity: 0;
  z-index: -4;
}

#imagem-3 {
  opacity: 0;
  z-index: -4;
}

.info-stops {
  position: relative;
}

.section7-home-div {
  display: flex;
  width: 85%;
  margin-top: 4rem;
  justify-content: center;
  gap: 3rem;
}

.section7-home {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}

.buttons-section8 button:hover {
  background-color: #fff;
  color: #535353;
}

.div-providing {

  width: 65%;
  overflow: hidden;
}

.div-providing img {
  position: relative;
  height: 22vh;
  left: 0%;
}

.partners {
  margin-top: 2.5rem;
  display: flex;
  justify-content: start;
  gap: 3.5rem;
}

@media screen and (max-width: 1439px) {
  /* footer {
    height: 65vh;
  } */
  .section-1-materials-div-product {
    width: 50%;
    margin-left: 1rem;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1630px) {
  .section-2-materials-div-product {
    height: 40vh;
}
}
@media screen and (min-width: 1280px) and (max-width: 1400px) {
  .section-2-materials-div-product {
    height: 35vh;
}
}

@media screen and (min-width: 1023px) and (max-width: 1280px) {

  .usa-flag {
    position: absolute;
    bottom: -6%;
    right: 5%;
    width: 10%;
  }

  .footer-sub p {
    overflow: visible !important;
  }

  .div-white-about {
    display: none;
  }

  .mt-3 {
    display: none;
  }

  .div-video {
    height: 65vh;
  }

  .div-image-about {
    display: none !important;
  }

  video {
    border-radius: 5px;
    height: 100%;
  }

  .new-section-slider {
    display: none;
  }

  /* .section-1-about {
    height: fit-content !important;
    padding-top: 10rem;
  } */

  .section-2-about {
    height: fit-content !important;
  }

  .div-about-section-2 {
    margin-top: 4rem;
  }

  .div-1about {
    width: 90%;
  }

  .div-1about p {
    width: 100%;
  }

  .div-2about img {
    height: 45vh;
    width: auto !important;
  }

  .div-father-about {
    flex-direction: column;
    height: fit-content;
  }

  .div-about-section-2 img {
    height: auto;
    width: 70vw;
  }

  .div-image-about {
    justify-content: center;
    align-items: center;
  }

  .div-about-section-2 {
    flex-direction: column;
  }


  .p-white-about {
    width: 60%;

  }


  .div-negro-about {
    margin-top: 4rem;

    gap: 1rem;
    height: fit-content;
    padding: 4rem 0rem;
  }

  .div-negro-about h2 {
    width: 90%;
  }

  .div-negro-about p {

    width: 90%;

  }


  .div-modal-specs {
    width: 90%;
    padding: 1rem 0rem;
  }

  #close-details {
    right: -92%;
  }

  /* .p-single {
    margin-left: 1rem;
  } */


  /* .section-single {
    height: fit-content;
    margin-bottom: 4rem;
  } */

  /* .flex-single-1 {
    width: 60%;
  } */

  /* .div-specs {
    margin-left: 5rem;
  } */
  /* .flex-single img {
    height: 630px;
} */
  .flex-single-2 {
    width: 40%;
  }


  footer {
    height: 500px;
  }

  .pages-footer ul {
    gap: 25px;
  }

  .footer-sub {
    height: 100%;
    width: 40%;
    justify-content: start;
  }

  .footer-sub img {
    width: auto;
    height: 7.5vh;
  }

  #vector-1 {
    top: -10%;
  }

  #vector-2 {
    top: -3%;
    left: 51%;
  }

  #vector-3 {
    top: -3%;
    left: 42%;

  }


  .right-menu-div {
    width: 50%;
  }

  .btn-cart {
    height: 4vh;
  }

  .bottom-div-cart {
    gap: 1.5rem;
  }

  .div-buttons {
    height: 12rem;
  }

  .list-products {
    height: 67vh;
  }

  .div-product-cart img {
    height: 7vh;
  }

  .left-menu-div-1 {
    width: 35%;
  }

  .left-menu-div-1 button img {
    height: 50px;
  }

  .sub-menu svg {
    height: 20px;
    right: -25% !important;
  }

  .sub-menu {
    overflow-x: visible !important;
  }

  .svg-2 {
    height: 20px !important;
  }

  .svg-2 {
    position: absolute;
    right: 10%;
    transform: rotate(90deg);
    opacity: 0;
    transition: all .5s ease;
  }

  .section10-home-div img {
    height: 25vh;
  }

  .image-on {
    width: 60%;
    height: 35vh;
  }

  .slider-1 img {
    height: 40vh;
    transition: all .5s ease;
    width: auto;
  }


  .slider-1 {
    min-width: 100%;
  }

  .section-contact {
    height: fit-content !important;
  }

  .div-forms {
    width: 100%;
  }

  .div-forms form {
    margin: 2rem 0rem;
  }

  .section-contact-div p {
    width: 100%;
  }

  .textarea-form-contact {
    height: 12vh;
    width: 84vw;
    margin: .5rem 0rem;
  }

  .button-form-contact button {
    width: 60%;
    height: 50px;
    margin: 0rem 2rem;
  }

  .div-form-contact {
    padding: 0rem;
    gap: .5rem;
  }

  .div-form-contact input {
    width: 40vw;
  }

  .div-forms {
    margin-top: 3rem;
  }

  .section-contact-div li img {
    height: 2.5vh;
    margin-right: .5rem;
  }

  .section-contact-div {
    flex-direction: column;
    height: fit-content;
    margin-top: 10rem;
    padding-bottom: 10rem;
  }


  .buttons-section8 button {
    width: 10vw;
    height: 5vh;
    border-radius: 100%;
  }

  .buttons-section8 {
    position: relative;
    width: 100%;
    justify-content: center;
    margin-top: 2.5rem;
    gap: 3rem;
    bottom: auto;
    right: auto;
  }

  .slider-1 div a {
    height: 6vh;
    width: 55%;
  }

  .partners img {
    width: 20vw;
    height: auto;
  }

  .div-providing img {
    height: 13vh;
    width: auto;
  }

  section {
    height: 950px !important;
  }

  .info-articles {
    flex-direction: column;
    gap: 5rem;
  }

  .section13-home-div h3 {
    width: 55%;
  }

  .section13-home-div div {
    width: 40%;
  }

  .section13-home-div a {
    width: 45vw;
    height: 5vh;
  }

  .other-articles {
    width: 100%;
  }

  .section14-home a {
    width: 40vw;
    height: 6.5vh;
  }

  .first-article {
    width: 100%;
    height: 28rem;
  }

  .text {
    height: fit-content;
  }

  .materials {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }

  .section-materials {
    height: fit-content !important;
    margin-bottom: 10rem;
  }

  .info-material img {
    width: 24.5vw;
    height: 24vw;
  }

  .info-material div a {
    padding: 1.2rem;
  }

  .div-info {
    padding-top: 4rem;
  }

  .section-1-materials {
    height: fit-content !important;
  }

  .div-buttons-products {
    height: 100%;
    gap: 10rem;
  }

  .polities-li {
    width: 85% !important;
  }

  /* .section-1-materials-div-product h4 {
    width: 75%;
  } */

  .section-1-materials-div-product p {
    width: 100%;
}

  .section-1-materials-div-product {
    width: 55%;
  }

  .imagen-2 {
    width: 67%;
  }

  .section-2-materials-div {
    height: fit-content !important;
    margin-bottom: 4.5rem;
  }

  .info-div-images img {
    width: 25vw;
  }

  .table-materials {
    width: 85%;
  }

  .nav-product button {
    height: 100px;
  }

  .nav-product {
    height: fit-content !important;

    margin-top: 2rem !important;
  }

  .materials-buttons-2 {
    justify-content: start;
    margin-top: 6.5rem;
  }

  .section-2-materials-div-product {
    align-items: start;
    margin-top: 1.5rem;
  }

  .btn-add {
    width: 320px;
  }

  /* .buttons-materials {
    flex-direction: column;
  } */
}
@media screen and (max-width: 1278px) {
  .section-contact-div {
    padding-top: 0px;
  }
}
@media screen and (max-width: 1023px) {
  .flex-single img{
    margin: 0rem auto 1rem auto;
  }
  .flex-single-1 {
    width: 100%;
    display: contents;
  }
  .info-page p {
    width: 85%;
    margin: auto;
}
}
@media screen and (max-width: 1280px) {
  .div-1about h2 {
    width: 550px;
  }
  .section-1-about {
    height: fit-content !important;
    padding-top: 10rem;
}
.div-1about a {
  align-self: center;
}

}

@media screen and (max-width: 1023px) {
  .flex-single-2.height-flex-single{
    height: auto !important;
    margin-top: 15px
  }
  .info-material img {
    width: 24.5vw;
    min-width: 179px;
    height: 24vw;
    min-height: 179px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .section-1-materials {
    height: fit-content !important;
  }

  .div-buttons-products {
    height: 100%;
    gap: 4rem;
  }

  .polities-li {
    width: 85% !important;
  }

  /* .section-1-materials-div-product h4 {
    width: 75%;
  } */

  .section-1-materials-div-product p {
    width: 85%;
  }

  .section-1-materials-div-product {
    width: 55%;
  }

  .imagen-2 {
    width: 67%;
  }

  .section-2-materials-div {
    height: fit-content !important;
    margin-bottom: 4.5rem;
  }

  .info-div-images img {
    width: 25vw;
  }

  .table-materials {
    width: 90%;
  }

  .nav-product button {
    height: 100px;
  }

  .nav-product {
    height: fit-content !important;

    margin-top: 2rem !important;
  }

  /* .materials-buttons-2 {
    justify-content: start;
    margin-top: 4.5rem;
  } */

  .section-2-materials-div-product {
    align-items: start;
    margin-top: 1.5rem;
  }

  .btn-add {
    width: 320px;
  }

  /* .buttons-materials {
    flex-direction: column;
  } */

  .footer-sub p {
    overflow: visible !important;
  }

  .div-white-about {
    display: none;
  }

  .mt-3 {
    display: none;
  }

  .div-video {
    border-radius: 5px;
    height: 50vh;
    margin-bottom: 2rem;
  }

  .div-image-about {
    display: none !important;
  }

  video {
    border-radius: 5px;
    height: 100%;
  }

  .new-section-slider {
    display: none;
  }

  .usa-flag {
    position: absolute;
    bottom: 15%;
    right: 5%;
    width: 15%;
  }

  .div-about-section-2 {
    margin-top: 4rem;
  }

  .div-1about {
    width: 90%;
  }

  .div-1about p {
    width: 100%;
  }

  .div-2about img {
    height: 42vw;
  }

  .div-father-about {
    flex-direction: column;
  }

  .div-about-section-2 img {
    height: 40vh;
  }

  .div-about-section-2 {
    flex-direction: column;
  }

  .p-white-about {
    width: 60%;

  }

  .div-negro-about {
    margin-top: 4rem;

    gap: 1rem;
    height: fit-content;
    padding: 4rem 0rem;
  }

  .div-negro-about h2 {
    width: 90%;
  }

  .div-negro-about p {
    width: 90%;
  }

  .div-modal-specs {
    width: 90%;
    padding: 1rem 0rem;
  }

  #close-details {
    right: -90%;
  }

  .p-single {
    margin-left: 1rem;
  }
  .flex-single-2 {
    width: 85%;
    height: auto;
    margin: 0 auto;
  }

  .flex-single-1 {
    width: 100%;
    display: contents;
  }

  .section-single {
    height: fit-content;
  }

  .v-details {
    border: 1px dashed #343434;
    background: #000;
  }

  .buttons-final {
    position: fixed;
    bottom: 0%;
    flex-direction: row-reverse;
    width: 100%;
    margin-left: 0rem;
    gap: 0rem;
    z-index: 1002;
  }

  .p-single {
    margin-left: 1rem;
  }

  .flex-single {
    flex-direction: column;
    gap: 2rem;
    margin: 10rem 0rem 5rem 0;
  }

  .section-contact {
    height: fit-content;
  }

  .section-contact {
    height: fit-content;
  }

  .div-forms {
    width: 100%;
  }

  .div-forms form {
    margin: 2rem 0rem;
  }

  .section-contact-div p {
    width: 100%;
  }

  .textarea-form-contact {
    height: 12vh;
    width: 84vw;
    margin: .5rem 0rem;
  }

  .button-form-contact button {
    width: 50%;
    height: 50px;
    margin: 0rem 1rem;
  }

  .div-form-contact {
    padding: 0rem;
    gap: .5rem;
  }

  .div-form-contact input {
    width: 40vw;
  }

  .div-forms {
    margin-top: 3rem;
  }

  .section-contact-div li img {
    height: 2.5vh;
    margin-right: .5rem;
  }

  .section-contact-div {
    flex-direction: column;
    height: fit-content;
    margin-top: 10rem;
    padding-bottom: 7rem;
  }

  .materials {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
  }

  .section-materials {
    height: fit-content !important;
    justify-content: start;
    padding-top: 4rem;
  }

  .info-material img {
    width: 24.5vw;
    height: 24vw;
  }

  .info-material div a {
    padding: 1rem .3rem;
  }

  footer {
    height: 400px;
  }

  .pages-footer ul {
    gap: 15px;
  }

  .footer-sub {
    height: 100%;
    justify-content: start;
  }

  .footer-sub img {
    width: auto;
    height: 5vh;
  }

  #vector-1 {
    top: -10%;
  }

  #vector-2 {
    top: -3%;
    left: 50%;
  }

  #vector-3 {
    top: -3%;
    left: 41%;
  }

  .right-menu-div {
    width: 55%;
  }

  .btn-cart {
    height: 2vh;
  }

  .bottom-div-cart {
    gap: 1.5rem;
  }

  .div-buttons {
    height: 8rem;
  }

  .list-products {
    height: 70vh;
  }

  .div-product-cart img {
    height: 7vh;
  }

  .left-menu-div-1 {
    width: 45%;
  }

  .sub-menu svg {
    height: 20px;
    right: -25% !important;
  }

  .svg-2 {
    height: 20px !important;
  }

  .svg-2 {
    position: absolute;
    right: 10%;
    transform: rotate(90deg);
    opacity: 0;
    transition: all .5s ease;
  }

  .section10-home-div img {
    height: 20vh;
  }

  .image-on {
    width: 50%;
    height: 30vh;
  }

  .buttons-section8 button {
    width: 10vw;
    height: 7vh;
    border-radius: 100%;
  }

  .buttons-section8 {
    position: relative;
    width: 100%;
    justify-content: center;
    margin-top: 2.5rem;
    gap: 3rem;
    bottom: auto;
    right: auto;
  }

  .slider-1 {
    min-width: 100%;
  }

  .slider-1 img {
    height: 30vh;
    transition: all .5s ease;
    width: auto;
  }

  .info-articles {
    flex-direction: column;
    gap: 5rem;
  }

  .section13-home-div h3 {
    width: 55%;
  }

  .section13-home-div div {
    width: 40%;
  }

  .section13-home-div a {
    width: 45vw;
    height: 5vh;
  }

  .section14-home a {
    width: 40vw;
    height: 6.5vh;
  }

  .first-article {
    width: 100%;
    height: 22rem;
  }

  .text {
    height: fit-content;
  }

  .other-articles {
    width: 100%;
    height: 20.5rem;
  }

  .slider-1 div {
    margin-top: .5rem;
  }

  .slider-1 div a {
    height: 6vh;
    width: 55%;
  }

  .partners img {
    width: 20vw;
    height: auto;
  }

  .div-providing img {
    height: 10vh;
    width: auto;
  }
}
@media screen and (max-width: 1280px) {
  .section-1-materials {
    height: fit-content !important;
  }
  .section-1-materials-div {
    flex-direction: column-reverse;
    align-items: center;
  }
  .section-1-materials-div-product {
    width: 75%;
    margin-left: 0px;
}
  .btn-add {
    width: 50%;
  }
  .section-2-materials-div-product {
    align-items: center;
    justify-content: center;
    margin-top: 0px;
    width: 85%;
    height: 90vh;
    flex-direction: column;
}
.slider-para {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
}
.imagen-1 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.materials-buttons-2 {
  justify-content: center;
  margin-top: 0;
  width: 100%;
  height: 35%;
  flex-direction: row;
  }
  .buttons-slider button {
    height: 40px;
    width: 40px;
    rotate: 270deg;
  }
  .imagenes-adicionales{
    flex-direction: row;
    width: auto;
      height: 45vw;
      align-items: center;
      justify-content: center;
  }
  .imagenes-adicionales img{
    height: 100%;
    /* width: 100%;*/
  }
  .section-2-materials-div {
    height: fit-content !important;
    margin-bottom: 4.5rem;
  }
  .nav-product {
    height: fit-content !important;
    margin-top: 2rem !important;
  }
  .div-buttons-products {
    height: 100%;
    gap: 1.5rem;
    margin-left: .5rem;
    justify-content: center;
  }
  .nav-product button {
    height: 100px;
  }
  .div-section2 {
    margin-left: 2.5rem;
  }
  .info-ul li {
    width: 90%;
  }
} 
/* @media screen and (max-width: 950px) {
  .footer-p{
    padding-bottom: 10vh;
  }
} */

@media screen and (max-width: 950px) {
  tr {
    gap: 0;
}

  .p-white-about {
    width: 90%;
  }

  .div-fit-personalize {
    width: 90%;
  }

  .polities-li {
    width: 85% !important;
  }

  .imagen-2 {
    width: 67%;
  }

  .info-div-images img {
    width: 25vw;
  }

  .table-materials {
    width: 95%;
  }

.buttons-slider button svg{
  height: 45px !important;
  width: 45px !important;
}

  /* .section-1-materials-div-product h4 {
    width: 90%;
  } */

  .footer-sub p {
    overflow: visible !important;
  }

  .div-white-about {
    display: none;
  }

  .mt-3 {
    display: none;
  }

  .div-video {
    border-radius: 5px;
    height: 50vh;
    margin-bottom: 2rem;
  }

  .div-image-about {
    display: none !important;
  }

  video {
    border-radius: 5px;
    height: 100%;
    object-fit: contain;
  }

  .new-section-slider {
    display: none;
  }

  .section-1-about {
    height: fit-content !important;
    padding-top: 10rem;
  }

  .section-2-about {
    height: fit-content !important;
  }

  .div-about-section-2 {
    margin-top: 4rem;
  }

  .div-1about {
    width: 90%;
  }

  .div-1about p {
    width: 100%;
  }

  .div-2about img {
    height: 42vw;
  }

  .div-father-about {
    flex-direction: column;
    height: fit-content;
  }
  /* .div-1about a{
    align-self: center;
  } */
  .div-about-section-2 img {
    height: auto;
    width: 70vw;
  }

  .div-image-about {
    justify-content: center;
    align-items: center;
  }

  .div-about-section-2 {
    flex-direction: column;
  }

  .usa-flag {
    position: absolute;
    bottom: 15%;
    right: 5%;
    width: 15%;
  }

  .div-negro-about {
    margin-top: 4rem;
    gap: 1rem;
    height: fit-content;
    padding: 4rem 0rem;
  }

  .div-negro-about h2 {
    width: 90%;
  }

  .div-negro-about p {
    width: 90%;
  }

  .div-modal-specs {
    width: 90%;
    padding: 1rem 0rem;
  }

  #close-details {
    right: -85%;
  }

  .p-single {
    margin-left: 1rem;
  }

  .flex-single-2 {
    width: 85%;
    height: auto;
    margin: 0 auto;
}
  .div-specs-p {
    line-height: normal;
  }

  .section-single {
    height: fit-content;
    padding-bottom: 80px;
  }

  .v-details {
    /* height: 65px; */
    border: 1px dashed #343434;
    background: #000;
  }

  .buttons-final {
    position: fixed;
    bottom: 0%;
    flex-direction: row-reverse;
    width: 100%;
    margin-left: 0rem;
    gap: 0rem;
    z-index: 1002;
  }
  .buttons-materials{
    position: fixed;
    bottom: 0%;
    flex-direction: row-reverse;
    width: 100%;
    margin-left: 0rem;
    gap: 0rem;
    z-index: 1002;
    width: 100%;
    margin: 0;
  }
  .btn-personalize{
    background-color: #000;
    width: 50%;
  }

  .p-single {
    margin-left: 1rem;
  }

  .flex-single {
    flex-direction: column;
    margin: 10rem 0rem 3.2rem 0;
    gap: 2rem;
  }

  .section-contact {
    height: fit-content;
  }

  .div-forms {
    width: 100%;
  }

  .div-forms form {
    margin: 2rem 0rem;
    align-items: center;
  }

  .section-contact-div p {
    width: 100%;
  }

  .textarea-form-contact {
    height: 12vh;
    width: 82vw;
    margin: .5rem 0rem;
  }

  .thanks {
    width: 80%;
    height: 500px;
  }

  .button-form-contact button {
    width: 96%;
    height: 50px;
    margin: auto;
  }

  .div-form-contact {
    padding: 0rem;
    gap: .5rem;
  }

  .div-form-contact input {
    width: 40vw;
  }

  .input-perso {
    width: 100% !important;
  }

  .drag {
    padding: 0rem !important;
    width: 91.7% !important;
  }

  .div-forms {
    margin-top: 3rem;
  }

  .section-contact-div li img {
    height: 2.5vh;
    margin-right: .5rem;
  }

  .section-contact-div {
    flex-direction: column;
    height: fit-content;
    margin-top: 10rem;
    padding-bottom: 7rem;
  }

  .footer-logo div {
    width: 80%;
    margin-top: 4rem;
  }

  .footer-logo {
    margin-top: 4rem;
  }

  .materials {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }

  .section-materials {
    height: fit-content !important;
    min-height: unset;
    justify-content: start;
    padding-top: 4rem;
  }

  /* .info-material img {
    width: 35vw;
    max-width: 230px;
    height: 180px;
  } */

  .info-material div a {
    padding: 1rem 0rem;
    min-width: 157px;
  }

  .pages-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .pages-footer ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .div-info {
    padding-top: 5rem;
  }

  .div-providing {
    width: 85%;
  }

  footer {
    height: 600px;
  }

  .pages-footer ul {
    gap: 15px;
  }

  .footer-sub {
    height: 100%;
    justify-content: start;
  }

  .footer-sub img {
    width: auto;
    height: 5vh;
  }

  #vector-1 {
    top: -10%;
  }

  #vector-2 {
    top: -3%;
    left: 50%;
  }

  #vector-3 {
    top: -3%;
    left: 41%;
  }

  .right-menu-div {
    width: 55%;
  }

  .btn-cart {
    height: 2vh;
  }

  .bottom-div-cart {
    gap: 1.5rem;
  }

  .div-buttons {
    height: 7rem;
  }

  .list-products {
    height: 65vh;
  }

  .div-product-cart img {
    height: 7vh;
  }
  .left-menu-div-2 {
    width: 60%;
}
  .left-menu-div-1 {
    width: 40%;
  }

  /* .left-menu-div-1 button img {
    height: 3.5vh;
  } */

  .sub-menu svg {
    height: 20px;
    right: -25% !important;
  }

  .svg-2 {
    height: 20px !important;
  }

  .svg-2 {
    position: absolute;
    right: 10%;
    transform: rotate(90deg);
    opacity: 0;
    transition: all .5s ease;
  }

  .section10-home-div img {
    height: 20vh;
  }

  .image-on {
    width: 50%;
    height: 30vh;
  }

  .buttons-section8 button {
    width: 10vw;
    height: 7vh;
    border-radius: 100%;
  }

  .buttons-section8 {
    position: relative;
    width: 100%;
    justify-content: center;
    margin-top: 2.5rem;
    gap: 3rem;
    bottom: auto;
    right: auto;
  }

  #cart-menu2 img {
    height: 3vh;
  }

  .slider-1 {
    min-width: 100%;
  }

  .slider-1 img {
    height: 30vh;
    transition: all .5s ease;
    width: auto;
  }

  .info-articles {
    flex-direction: column;
    gap: 5rem;
  }

  .section13-home-div h3 {
    width: 55%;
  }

  .section13-home-div div {
    width: 40%;
  }

  .section13-home-div a {
    width: 45vw;
    height: 5vh;
  }

  .section14-home a {
    width: 40vw;
    height: 6.5vh;
  }

  .first-article {
    width: 100%;
    height: 22rem;
  }
  .div-1about h2 {
    width: 51vw;
    min-width: 295px;
}

  .text {
    height: fit-content;
  }

  .other-articles {
    width: 100%;
    height: 20.5rem;
  }

  .slider-1 div {
    margin-top: .5rem;
  }

  .slider-1 div a {
    height: 6vh;
    width: 55%;
  }

  .partners img {
    width: 20vw;
    height: auto;
  }

  .div-providing img {
    height: 10vh;
    width: auto;
  }
}
@media screen and (max-width: 850px) {
  /* .slider-para {
    width: 100%;
} */
.p-1-about {
  min-width: 373px;
}
video {
  margin-top: 0;
}
.div-video {
  height: unset;
  margin: 2rem 0;
}
}
@media screen and (max-width: 760px){
  .section-contact-div h2 {
    font-size: clamp(16px, 9vw, 9vw);
}
  .left-menu-div-2 {
    width: 55%;
}
.left-menu-div-1 {
  width: 45%;
}
.left-menu-div-2-ul ul li a {
  font-size: clamp(12px, 2.0vw, 2.05vw);
  }
  .left-menu-div-2-ul ul li span {
    font-size: clamp(10px, 1vw, 1.05vw);
  }
  .left-menu-div-1 ul li a {
    font-size: clamp(15px, 2.4vw, 2.5vw);
  }
  /* .div-2about img {
    height: 35vh;
  } */

/* .flex-single-2 {
  height: 390px;
} */
}
@media screen and (max-width: 600px) {
  /* .section-1-materials-div {
    width: 100%;
} */
.btn-personalize {
  width: 50%;
  }
.materials-buttons-2 {
  height: 20%;
}
.imagenes-adicionales {
  height: 40vw;
}
/* .slider-para {
  width: 100%;
  height: 95%;
} */
table, tbody, tr, th, td {
  width: 100%;
}
}
@media screen and (max-width: 555px) {
  .section-contact-div ul{
    align-items: center;
    justify-content: center;
  }
  .section-contact-div li{
    flex-direction: column;
    font-size: clamp(12px, 4vw, 5vw);
  }
  .info-material.lol img {
    object-fit: contain !important;
}
}
@media screen and  (max-width: 545px) {
  .left-menu-div-1 {
    padding: 1rem;
    width: 40%;
  }
  .left-menu-div-2 {
    width: 60%;
}
.slider-para {
  height: 85%;
}
}
@media screen and (max-width: 490px) {
  header {
    height: 5rem;
  }
  .flex-single img {
    height: 77vw !important;
    min-height: 265px;
    min-width: 210px;
  }
  .table-materials {
    display: none;
  }

  #h3-none {
    display: none;
  }

  .btn-add {
    font-size: 11px;
  }

  .btn-personalize {
    font-size: 10px;
  }

  .btn-personalize {
    width: 100%;
    background-color: #000;
  }

  .div-buttons-products {
    width: 95%;
  }

  .btn-add {
    width: 70%;
  }

  .buttons-materials2 {
    gap: 0rem !important;
  }

  .info-div-images img {
    width: 30%;
  }

  .div-buttons-products {
    gap: 0rem;
    margin-left: 0rem;
  }

  /* .info-div-single-materials {
    flex-direction: column-reverse;
  } */

  .info-table-2 ul li {
    padding: 1rem 1rem;
  }

  .info-ul li {
    width: 100%;
  }

  .info-table-2 ul {
    gap: .5rem !important;
  }

  .table-materials {
    width: 100%;
  }

  .div-section2 {
    margin-left: 0rem;
  }

  .info-table-2 ul li {
    padding: .8rem .6rem !important;
  }

  .info-table-2 ul {
    gap: 1rem;
    touch-action: pan-x;
    width: 100%;
  }

  .buttons-materials {
    display: none;
  }

  .buttons-materials2 {
    position: fixed;
    bottom: 0%;
    z-index: 1009;
    opacity: 1;
    width: 100%;
  }

  .section-1-materials-div {
    flex-direction: column-reverse;
  }

  .slider-para {
    width: 100%;
  }

  .materials-buttons-2 button {
    width: 50px !important;
    height: 50px !important;
  }

  .imagen-2 {
    width: 70%;
  }

  .materials-buttons-2 button svg {
    width: 40px !important;
    height: 40px !important;
  }

  .section-1-materials-div-product {
    width: 95%;
    margin-top: 0;
    margin-left: 0rem;
  }

  .section-1-materials-div-product p {
    width: 100%;
  }

  /* .buttons-slider {
    width: 100%;
    height: fit-content !important;
  } */

  .info-ul li {
    margin-left: 0rem !important;
  }

  .info-div-single-materials2 {
    flex-direction: row;
    gap: 0rem;
    padding-top: 0;
    justify-content: space-between;
    width: 100%;
  }
  .materials-buttons-2 {
    height: 10%;
}
.imagenes-adicionales {
  height: 35vw;
}
.slider-para {
  height: 65%;
}
.section-2-materials-div-product {
  align-items: center;
  justify-content: center;
  margin-top: 0px;
  width: 100%;
  height: 170vw;
  flex-direction: column;
}
    footer {
        padding-bottom: 100px !important;
    }
  /* .imagenes-adicionales {
    justify-content: center;
    flex-direction: row;
    margin-top: -.8rem;
  } */

  .imagenes-adicionales img {
    width: 30%;
    border-radius: 20px;

  }

  .footer-sub p {
    overflow: visible !important;
  }

  .div-white-about {
    display: none;
  }

  .mt-3 {
    display: none;
  }

  .div-video {
    border-radius: 5px;
    height: fit-content;
    margin-bottom: 2rem;
  }

  .div-image-about {
    display: none !important;
  }

  video {
    border-radius: 5px;
    height: 100%;
  }



  .new-section-slider {
    display: none;
  }



  .p-white-about {
    width: 90%;

  }

  .div-negro-about {
    margin-top: 4rem;

    gap: 1rem;
    height: fit-content;
    padding: 4rem 0rem;
  }

  .div-negro-about h2 {
    width: 90%;
  }

  .div-negro-about p {

    width: 90%;

  }


  .left-menu-div-1 button {
    width: 40px;
    height: 40px;
  }

  .div-modal-specs {
    width: 90%;
    padding: 1rem 0rem;
  }

  #close-details {
    right: -85%;
  }

  .p-single {
    margin-left: 1rem;
  }

  .flex-single-2 {
    margin: 1rem auto;
  }

  .flex-single-1 {
    width: 100%;
  }

  .section-single {
    height: fit-content;
  }

  .v-details {
    /* height: 65px; */
    border: 1px dashed #343434;
    background: #000;
  }

  .buttons-final {
    /* position: fixed; */
    bottom: 0%;
    flex-direction: row-reverse;
    width: 100%;
    margin-left: 0rem;
    gap: 0rem;
    z-index: 1002;
  }

  .flex-single {
    flex-direction: column;
    /* margin: 7rem 0rem; */
  }

  .left-menu-div-1 button img {
    height: 35px;
    width: auto;

  }

  .section-contact {
    height: fit-content;
  }

  .div-forms {
    width: 100%;
  }

  .div-forms form {
    margin: 2rem 0rem;
    align-items: center;
  }

  .div-forms form {
    margin: 2rem 0rem;
  }

  .section-contact-div p {
    width: 100%;
  }

  .textarea-form-contact {
    height: 12vh;
    width: 100%;
    margin: .5rem 0rem;
  }

  .button-form-contact button {
    width: 100%;
    height: 50px;
    margin: 0rem;
  }

  .div-form-contact {
    padding: 0rem;
    width: 100%;
    gap: .5rem;
    display: flex;
    flex-direction: column;
  }

  .div-form-contact input {
    width: 100%;
  }

  .div-forms {
    margin-top: 3rem;
  }

  .section-contact-div li img {
    height: 2.5vh;
    margin-right: .5rem;
  }

  .section-contact-div {
    flex-direction: column;
    height: fit-content;
    margin-top: 9rem;
    padding-bottom: 7rem;
  }


  .div-1about p {
    width: 100%;
  }

  .div-1about {
    width: 90%;
    align-items: center;
  }

  .section-1-about {
    flex-direction: column;

  }

  .div-2about img {
    height: 50vw;
  }

  /* .about-main {
    padding-bottom: 5rem;
  } */

  .div-about-section-2 p {
    width: 100%;
  }

  .div-about-section-2 div {
    margin-top: 1rem;
  }

  .div-about-section-2 img {
    width: 100%;
    height: auto;
  }

  .div-about-section-2 {
    flex-direction: column;
    margin-top: 0rem;
  }

  .div-2about {
    width: 95%;
    gap: .5rem;
  }

  .div-father-about {
    flex-direction: column;
    justify-content: start;
    padding-top: 2.5rem;
    height: fit-content;
    width: 95%;
  }

  .sub-menu svg {
    height: 15px;
    right: -10% !important;
  }

  .left-menu-div-1 ul>* {
    overflow-x: visible !important;
  }

  .left-menu-div-1 ul {
    overflow-x: visible !important;
  }

  .svg-2 {
    height: 10px !important;
  }

  .sub-menu {
    overflow-x: visible !important;
  }

  .sub-menu>* {
    overflow-x: visible !important;
  }

  .left-menu-div-1 ul li a {
    height: 1.5rem;
  }

  .svg-2 {
    position: absolute;
    transform: rotate(90deg);
    opacity: 0;
    transition: all .5s ease;
  }


  /* footer {
    height: fit-content !important;
  } */

  .pages-footer ul {
    gap: 25px;
  }

  .footer-sub {
    height: 100%;
    justify-content: start;
  }

  .footer-sub img {
    width: auto;
    height: 7.5vh;
  }

  .div-buttons-products {
    gap: .5rem;
  }

  .nav-product button {
    width: 100%;
  }

  .div-fit-personalize {
    width: 90%;
  }

  .nav-product button {
    font-size: 20px;
  }

  .title-form {
    padding: 3rem .5rem 0rem .5rem;
  }

  .drag {

    padding: 0rem .5rem 0rem .5rem;
  }

  .footer-logo div {
    width: 100%;
  }

  #vector-1 {
    top: 12%;
    left: 37%;
  }

  #vector-2 {
    top: 21%;
    left: 44%;
  }

  #vector-3 {
    top: 22%;
    left: 34%;

  }

  header {
    width: 100vw !important;
  }
  .info-stops img {
    width: 10vw;
  }

  .slider-1 {
    min-width: 100%;
  }

  .slider-1 img {
    height: 30vh;
  }

  .partners {
    gap: 1.5rem;
  }

  .section14-home a {
    width: 80vw;
    height: 7.5vh;
  }

  .div-providing {
    width: 60%;
  }

  .div-providing img {
    height: 8.5vh;
  }


  .info-articles {
    flex-direction: column;
    gap: 5rem;
    height: fit-content;
  }

  .partners img {
    height: 2.5vh;
    width: auto;
  }

  .first-article {
    width: 100%;
    height: 15rem;
  }

  .section13-home-div h3 {
    width: 100%;
  }

  .section13-home {
    height: fit-content;
  }

  .pages-footer ul {
    flex-direction: column;
    gap: 15px;
    align-items: center;
    width: 85%;
  }

  .footer-sub img {
    width: 35vw;
  }

  .footer-sub p {
    width: 90%;
    text-align: center;
  }

  .footer-sub {
    height: 80%;
  }


  .pages-footer {
    width: 90%;
    display: flex;
    justify-content: center;
  }

  .section13-home-div div {
    position: absolute;
    bottom: -15%;
    justify-content: center;
    width: 90%;
  }

  .section13-home-div {
    width: 90%;
    justify-content: center;
  }

  .section13-home-div a {
    width: 80vw;
    height: 7.5vh;
  }

  .other-articles {
    width: 100%;
  }

  .other-articles-article {
    flex-direction: column;
    height: fit-content;
  }

  .buttons-section8 {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
    gap: 3rem;
    justify-content: center;
  }

  .buttons-section8 button {
    width: 60px;
    height: 60px;
    margin-top: 3vh;
    border-radius: 100%;
  }

  .section10-home p {
    display: none;
  }

  .info-stops-div {
    align-items: center;
  }

  .info-stops-div h4 {
    text-align: center;
  }

  .info-stops {
    flex-direction: column-reverse;
    width: 100%;
  }

  .image-on {
    width: 100%;
    height: 30vh;
  }

  .section7-home-div {
    flex-direction: column-reverse;
  }

  .section10-home-div {
    justify-content: center;
  }

  .section10-home-div img {
    height: 25vh;
  }

  .section11-home-div {
    align-items: start;
  }

  .usa-flag {
    width: 15%;
    bottom: 0%;
  }

  .div1-text-home-section1 {
    height: 60%;
  }

  .left-menu-div-1 button {

    margin: .5rem;
  }

  /* header div img {
    height: 2rem;
  } */

  header div {
    width: 90%;
  }
  .epale{
    margin: 0 1rem 0 1rem !important;
  }

  .circle {
    width: 115px;
    height: 115px;
  }

  .circle-1 {
    width: 80px;
    height: 80px;
    right: 15%;
    top: 16%;
  }

  .circle-2 {
    width: 55px;
    height: 55px;
    right: 13%;
    top: 14.5%;
  }

  .circle-3 {
    width: 30px;
    height: 30px;

    right: 21.5%;
    top: 23.5%;
  }

  .circle-4 {
    width: 15px;
    height: 15px;

    right: 22%;
    top: 21%;
  }

  .btn-press {
    right: 75%;
    top: 15%;
    width: 40px;
    height: 40px;


  }

  .circle-3:hover .btn-press {
    top: 0%;
  }

  .slider-para {
    height: 55%;
}
  .section1-home {
    flex-direction: column-reverse;
  }

  .div2-text-home-section1 {
    justify-content: end;
    width: 85%;
    height: 40%;
  }

  .right-menu-div {
    width: 100%;
  }

  .left-menu-div-1 {
    width: 100%;
    padding: .5rem;
  }

  .left-menu-div-2 {
    width: 100%
  }

  .header-logo {
    height: 2.5rem;
  }

  .btn-cart {
    width: auto;
    height: 22px;
    padding-right: 5px;
    max-height: 1.2rem;
  }

  .div-info {
    padding-top: 3rem;
    gap: 2rem;
  }

  .materials {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
  }
  .info-material img {
    width: 72.5vw !important;
    max-width: 350px !important;
    height: 65vw !important;
    min-width: unset !important;
}
  .info-material {
    display: flex;
    flex-direction: column;
    width: 80%;
    height: 100%;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

  .info-material div {
    gap: .4rem;
  }

  .section-materials {
    height: fit-content !important;
    justify-content: start;
    padding-top: 4rem;
    padding-bottom: 6rem;
  }

  .info-material img {
    width: 54vw;
    height: 210px;
}
.info-material div p {
  font-size: clamp(15px, 5vw, 7.1vw);
}
.info-material div a {
  font-size: clamp(8px, 2.5vw, 4.95vw);
}

  .info-material div a {
    padding: 1rem 0rem;
    margin-top: .4rem;
    width: 53vw;
  }
  /* .section-1-materials-div-product h4 {
    text-align: center;
} */
/* .slider-para {
  height: 430px;
} */
.info-material.lol img {
  object-fit: unset !important;
  min-width: 170px !important;
}
}
@media screen and (max-width: 430px) {
  /* .div-2about img {
    height: 25vh;
  } */
  .getQuoteButton {
    font-size: 10px !important;
}
/* .flex-single-2 {
  height: 470px;
} */
.footer-sub {
  width: 60%;
}
.p-1-about {
  min-width: auto;
}
.p-1-about {
width: unset;
}
}
@media screen and (max-width: 350px) {
  table, tbody, tr, th, td {
    width: 100%;
}
}
@media screen and (max-width: 1278px) {
  .div-forms{
    height: fit-content;
  }
}
@media screen and (min-width: 1279px) and (max-width: 1439px) {

  .first-article {
    height: 25rem;
    width: 50%;
  }


  /* .div-specs {
    margin-left: 5rem;
  } */

  .flex-single-2 {
    width: 40%;
  }



  .image-on {
    position: relative;
    width: 45%;
    height: 40vh;
  }

  #vector-1 {
    top: -21%;
    left: 41%;
  }

  #vector-2 {
    top: -12%;
    left: 50%;
  }

  #vector-3 {
    top: -5%;
    left: 42%;
  }

  .section13-home-div a {
    height: 7.5vh;
    width: 22vw;
  }

  .footer-sub img {
    width: 18vw;
  }

  .slider-1 img {
    height: 45vh;
  }

  .slider-2 img {
    height: 25vh;
  }

  .slider-3 img {
    height: 10vh;
  }

  .slider-4 img {
    height: 2vh;
  }

  .left-menu-div-1 button img {
    height: 4.5vh;
  }

  .section14-home a {
    width: 25vw;
  }

  .right-menu-div {
    width: 30%;
  }

  .buttons-section8 button {
    width: 6vw;
    height: 9vh;
  }

  .div-providing {

    width: 65%;
    overflow: hidden;
  }

  .buttons-section8 {
    bottom: 30%;
  }

  .div-providing img {
    position: relative;
    height: 15vh;
    left: 0%;
  }

  .other-articles {
    width: 45%;
  }

  .other-articles-article {

    height: 12rem;
  }

  .section13-home-div h3 {
    width: 50%;
  }

  .section13-home-div div {
    width: 45%;
  }

  .materials {
    gap: 2rem;
  }

  .info-material img {
    width: 24.5vw;
    height: 24vw;
  }

  .info-material div a {
    padding: 1.2rem;
  }

  /* .section-1-materials-div-product h4 {
    width: 70%;
  } */

  .section-1-materials-div-product p {
    width: 90%;
  }

  .btn-personalize {
    width: 280px;
  }

  .btn-add {
    width: 200px;
  }

  .title-form h3 {
    margin-top: 4rem;
  }

  .swiper-slide {
    height: 20vh !important;
    justify-content: center !important;
    display: flex !important;
  }

  .buttons-slider {
    width: 15%;
  }

  .right-menu-div {
    width: 35%;
  }

  /* .section-contact-div {
    padding-top: 9.5rem;
  } */

}



@media screen and (min-width: 1440px) and (max-width: 1599px) {

  .section13-home-div h3 {
    width: 55%;
  }

  /* .section-contact-div {
    padding-top: 14.5rem;
} */

  .right-menu-div {
    width: 30%;
  }

  .buttons-slider.about-bb {
    width: 100%;

  }


  .swiper-slide {
    height: 20vh !important;
    justify-content: center !important;
    display: flex !important;
  }


  /* .slider-para {
    width: 62%;
  } */


  .title-form h3 {
    margin-top: 2.5rem;
  }


  .section-1-materials-div-product {
    width: 50%;
    margin-left: 1rem;
  }

  /* .section-1-materials-div-product h4 {
    width: 70%;
  } */

  .section-1-materials-div-product p {
    width: 90%;
  }

  /* .section-contact-div {
    margin-top: 4rem;
  } */

  .div-negro-about {
    height: 70vh;
  }

  /* .div-specs {
    margin-left: 4rem;
  } */

  .flex-single {
    margin-top: 10rem;
  }


  /* .buttons-final {
    margin-left: 3rem;
  } */

  .section13-home-div div {
    width: 40%;
  }

  .materials {
    gap: 5rem;
  }



  .info-material div a {
    padding: 1.5rem;
  }

  .first-article {
    width: 55%;
  }

  .other-articles {
    width: 40%;
  }

}

@media screen and (min-width: 1600px) and (max-width: 1918px) {

  .right-menu-div {
    width: 35%;
  }

  /* .section-contact-div {
    padding-top: 18.5rem;
  } */


  .first-article {
    height: 30rem;
    width: 50%;
  }

  /* .buttons-slider {
    width: 20%;

  } */


  .swiper-slide {
    height: 21vh !important;
    justify-content: center !important;
    display: flex !important;
  }


  .materials {
    gap: 5rem;
  }

  .other-articles {
    width: 45%;
  }

  .other-articles-article {

    height: 14.5rem;
  }

  .section13-home-div h3 {
    width: 50%;
  }

  .section13-home-div div {
    width: 45%;
  }
}

@media screen and (min-width: 1919px) {

  .first-article {
    height: 30rem;
    width: 50%;
  }

  .div-forms {
    height: 670px;
  }



  .other-articles {
    width: 45%;
  }

  .other-articles-article {

    height: 14.5rem;
  }

  .section13-home-div h3 {
    width: 50%;
  }

  .section13-home-div div {
    width: 45%;
  }
}

/*Media queries para trabajar en Pantallas mobile verticales*/
@media screen and (orientation: portrait) {
  /* .left-menu-div-2 {
    display: none;
  } */

  /* .left-menu-div-1 button {
    width: 80px;
    height: 80px;
  } */

  .left-menu-div-1 ul {
    margin-left: 7vw;
  }

  .left-menu-div-1 ul li {
    min-height: 42px;
  }

  .sub-menu-Machines {
    z-index: 1006;
  }

  header {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 1483px) {
  .div-specs {
    width: 38vw;
    max-width: 380px;
}
}