@import url('section2.css');
@import url('section3.css');
@import url('section4.css');
@import url('section5.css');
@import url('section6.css');
@import url('footer.css');

@import url('responsive.css');

/* Fuentes */
@font-face {
  font-family: "Druk Wide Bold";
  src: url("/Assest/fonts/DrukWide/DrukWideBold.ttf");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica";
  src: url("/Assest/fonts/Helvetica/Helvetica.ttf");
  font-style: normal;
}

/* Estilos generales */
body {
  margin: 0;
  font-family: "Druk Wide Bold", sans-serif;
  overflow-x: hidden;
}

section {
  position: relative;
  width: 100%;
  height: 100vh;
}

h1,h2,h3,h4,h5,h6, p, figure {
  margin: 0;
  color:rgba(255, 255, 255, 0.65);
}

a {
  text-decoration: none;
}

/* Loader */
.loaderContainer {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: row;
}

.loaderSlide {
  display: flex;
  width: 33.33%;
  height: 100%;
  background-color: black;
  justify-content: center;
  overflow: hidden;
}

#loaderSlide2 img {
  display: block;
  align-self: center;
}

/* Contenido principal */
.leftContent {
  overflow: hidden;
  border-radius: 30px;
  background: #141414;
  width: 60%;
  height: 98%;
  background-image: url("/Assest/backGround Left.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.rightContent {
  border-radius: 20px;
  background: #141414;
  height: 90%;
  margin-top: 75px;
  background-image: url("/Assest/backGround Left.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  position: relative;
  justify-content: center;
  width: 38%;
  overflow: hidden;
}
/* .swiper-horizontal {
  width: 100% !important;
} */
.swiper-slide{
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  display: flex;
}
.section1 {
  background-color: #868686;
}

.mainContainer {
  display: none;
  width: 100%;
  height: 100vh;
  flex-direction: row;
  gap: 13px;
  padding: 10px;
}

/* Elementos específicos */
#robotImage {
  width: 1024px;
  height: 695px;
  position: absolute;
  bottom: 26px;
  left: 75px;
}

.titleContentLeft {
  position: absolute;
  top: 20%;
  left: 3%;
  color: white;
  font-family: "Druk Wide Bold";
  font-size: 115px;
}

/* Carrusel */
.firstPageCarrucelImage {
  width: 100%;
  display: flex;
  position: relative;
}

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

#carrucelName {
  color: #fff;
  text-align: center;
  font-family: "Druk Wide Bold";
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.carrucelImgContainer {
  display: flex;
  flex-direction: row;
  width: 650px;
  overflow: hidden;
  height: fit-content !important;
}

.carrucelText {
  color: #d4d4d4;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

#carrucelButton {
  color: #fff;
  font-family: "Druk Wide Bold";
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.contenedor{
  width: 95%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-contenedor{
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
}
.slider-test{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  align-items: center;
}
.slider-test p{
  text-align: center;
  font-size: clamp(20px, 1.5vw, 1.5vw) !important;
}
.contenedor img{
  /* height: 200px; */
  /* object-fit: cover; */
  width: 100%;
  display: flex;
  position: relative;
}

/* Mensajes */
.mesajeContainer {
  position: relative;
  display: flex;
  top: 55px;
  border-bottom: 1px white solid;
  align-items: center;
}
/* .progress-container {
  width: 100%;
  display: flex;
  margin: 0 auto;
  align-items: center;
    justify-content: center;
}
.loader-container {
  width: 31%;
  max-width: 500px;
  height: 15px;
  background-color: #888888;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  margin-top: -35px 
}

.progress-bar {
  height: 100%;
  background-color: #fff;
  width: 0%;
} */

.carrucelProgressContainer {
  position: relative;
  top: -35px;
  left: 10px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.bar {
  width: 30%;
  height: 5px;
  border-radius: 30px;
  background: #6d6d6d;
  border: #fff solid 1px;
  margin-left: 4px;
}

.progressBar {
  position: relative;
  width: 0%;
  height: 100%;
  background-color: #fff;
}

/* Botones */
.letsChat {
  color: #fff;
  font-family: "Druk Wide Bold";
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  position: absolute;
  display: flex;
  left: 3%;
  bottom: 8%;
  padding: 16px 41px;
  justify-content: center;
  align-items: center;
  background: none;
  border-radius: 10px;
  border: 1px solid #fff;
  cursor: pointer;
  transition: scale 0.3s ease-in-out;
}

.letsChat svg {
  padding-right: 5px;
}
.getQuoteButton:hover,.letsChat:hover,#assembly:hover,#palletizing:hover,.materialsButton:hover,.ButtonWithImg:hover,.callUs:hover {
  scale: 1.01 !important;
}
.getQuoteButton {
  color: #000;
  position: absolute;
  left: 25%;
  bottom: 25%;
  font-family: "Druk Wide Bold";
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  border-radius: 10px;
  background: #fff;
  padding: 16px 41px;
  cursor: pointer;
  white-space: nowrap;
  transition: scale 0.3s ease-in-out;
}

.robotMesaje {
  width: 247px;
  height: 45px;
  position: absolute;
  top: 140px;
  left: 450px;
}

/* Fondos */
.backgroundBlack {
  background: #000;
  color: #fff;
}

.backgroundWhite {
  background: #fff;
  color: #000;
}

/* Navbar */
#navar {
  display: flex;
  flex-direction: row;
  position: fixed;
  width: 100%;
  height: 65px;
  top: 0;
  left: 0;
  z-index: 2;
  gap: 10px;
  justify-content: space-between;
}

.logoImage {
  width: 160px;
  height: fit-content;
  position: absolute;
}

#logoBlack {
  opacity: 0;
}

.logoContainer {
  padding-top: 20px;
  padding-left: 40px;
  width: 345px;
}

.navButton {
  color: #afafaf;
  background: none;
  margin-right: 45px;
  white-space: nowrap;
}

.navButton a {
  background: none;
  color: #afafaf;
  font-family: Helvetica;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.navButton svg {
  position: relative;
  top: 5px;
}

.navMid {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  margin-top: 16px;
  justify-content: center;
  align-items: center;
  position: relative;
}

.noSvgIcon {
  position: relative;
  top: 3px;
}

.contactUsButton {
  margin-top: 16px;
  display: inline-flex;
  height: 14px;
  padding: 16px 157px;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  background: #fff;

  color: #000;
  font-family: "Druk Wide Bold";
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;

  width: 100%;
  white-space: nowrap;

  transition: width 0.3s ease-in-out;
}

.navRight {
  display: flex;
  position: relative;
  flex-direction: row;
  left: -0.8% !important;
  width: 34%;
  transition: width 0.3s ease-in-out;
}

.cartContainer a {
  color: #fff;
  font-family: "Druk Wide Bold";
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  cursor: pointer;
}

.cartContainer {
  padding-left: 48px;
  margin-top: 31px;
  display: inline-flex;
  height: 14px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 180px;
  z-index: 1;
  border-radius: 10px;
  background: #f0f0f0;
  box-shadow: 0px 4px 11.1px 0px rgba(0, 0, 0, 0.12);
  flex-direction: column;
}

.dropdown:hover .dropdown-content {
  display: flex;
}

.dropdown-content a {
  color: rgba(0, 0, 0, 0.5);
  font-family: Helvetica;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  margin: 10px;
  text-decoration: none;
}

#cartItems {
  padding-left: 4px;
}

.title-subtitle-container {
  display: flex;
  flex-direction: column;
  align-items: center;

  position: absolute;
  top: 10%;
}

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

.header-responsive {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 105px;
  z-index: 2;
  margin-top: 1rem;
}
.epale {
  display: flex;
  width: 100%;
  justify-content: space-between; /* Alinea horizontalmente al centro */
  align-items: center; /* Alinea verticalmente al centro */
  flex-direction: row; /* Alinea los elementos en columna */
  margin: 0 2rem 0 2rem;
}
.epale img{
  width: 20%;
  min-width: 130px;
}

/* Modal Cart */
body.modal-open::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  z-index: 2;
  pointer-events: none; /* Asegura que el fondo no capture eventos de clic */
}

#modal {
  position: fixed;
  top: 0;
  right: 0;
  width: 35%;
  height: 100%;
  background-color: black;
  color: white;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}
#modal.open {
  transform: translateX(0);
}

.modal-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow-y: auto;
  height: 100%;
}
.modal-opcion {
  display: none;
  flex-direction: column;
  gap: 20px;
  overflow-y: auto;
  height: 600px;
}
.moda-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 98%;
}
.modal-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 7%;
}
.modal-header h1 {
  font-family: "Druk Wide Bold";
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin: auto;
}
.close-button {
  background-color: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer
}
.content-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
.content-header h4 {
  font-family: Helvetica;
  margin: 0 auto;
  font-size: clamp(15px, 4vw, 22px);
  text-align: center;
}
.item{
  display: none;
}
.opcion-element{
  margin: 25px 30px;
}
.opcion-element li{
  margin-bottom: 25px;
  color: #ffffff8b;
  font-size: clamp(15px, 4vw, 22px);

}

.modal-footer {
  width: 100% !important;
  /* padding-top: 2rem !important; */
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-footer-button {
  width: 90%;
  border-radius: 15px;
  background: #FFF;
  backdrop-filter: blur(25px);

  color: #000;
  font-family: "Druk Wide Bold";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 16.8px */
  padding: 17px;
  cursor: pointer;
}

.menu-button-container {
  cursor: pointer;
  width: unset;
}
.menu-button-container svg{
  width: 7vw;
  height: auto;
  min-width: 50px;
}
/* End Modal */

/* Modal Menu */
#modalMenu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  color: white;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  z-index: 1000;
  display: flex;
  align-items: center;
}
#modalMenu.open {
  transform: translateX(0);
  z-index: 9999;
}
.modal-header img{
  width: 50%;
  max-width: 170px;
}
.menu-list {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.subitems li {
  padding-top: 30px;
}
.menu-list li {
  display: flex;
  margin: 5px 0;
  align-items: center;
  justify-content: space-between !important;
}

.subitems {
  display: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.menu-list.show-subitems .subitems {
  display: block;
}
.modal-content ul li a {
  color: #AFAFAF;
  font-family: Helvetica;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.modal-opcion ul li a {
  color: #AFAFAF;
  font-family: Helvetica;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
/* End Modal Menu */

.custom-card {
  width: 100%;
  height: fit-content;
  border-radius: 22px;
  border: 1.519px solid #535353;
  background: #101010;
  display: flex;
  padding: 10px;
  box-sizing: border-box;
  gap: 20px;
  flex-direction: row;
}

.card-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.card-text {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-header h2 {
  margin: 0;
  font-size: 18px;
}

.price {
  color: #FFF;
  font-family: Helvetica;
  font-size: 15.846px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.card-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.quantity-container {
  display: flex;
  align-items: center;
}

.add-product, .remove-product, .product-quantity {
  background: #D9D9D9;
  border: none;
  cursor: pointer;
  color: black;
  height: 40px;
  width: 40px;
  text-align: center;
}
.product-quantity {
  color: #000;
  font-family: "Druk Wide Bold";
  font-size: 15.191px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.add-product {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  color: #000;
  font-family: "Druk Wide Bold";
  font-size: 21.268px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.remove-product {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  color: #000;
  font-family: "Druk Wide Bold";
  font-size: 21.268px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.delete-item {
  background: none;
  border: none;
  cursor: pointer;
}

.delete-item img {
  width: 20px; /* Ajusta el tamaño del icono según sea necesario */
  height: auto;
}

.image-container {
  width: 154.949px;
  height: 133.682px;
  border-radius: 22px;
  background: #212121;
  display: flex;
  align-items: center;
  justify-content: center;
}

#assembly {
  position: absolute;
  top: 47%;
  left: 5%;
  z-index: 9;
  transition: scale 0.3s ease-in-out;
}

#palletizing {
  position: absolute;
  top: 46%;
  left: 23%;
  z-index: 9;
  transition: scale 0.3s ease-in-out;
}

.menu-subitems-heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25%;
}
.menu-subitems-heading img {
  cursor: pointer;
}