@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@200;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu+Sans:wght@400;700&display=swap");
* {
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
body {
  background-color: #000;
  color: #000 !important;
  font-family: "Ubuntu", sans-serif;
  margin: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
h1 {
  font-family: Syne;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0;
  text-transform: uppercase;
}

a,
a:hover {
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
}
p {
  margin: 0;
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: 0.32px;
}
.subtitle {
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.sideTitle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.sideData {
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0;
  position: absolute;
  bottom: 30%;
  right: calc(27% - 321px);
  width: 321px;
  height: 148px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  color: #ffffff;
}
.sideData h5 {
  font-family: Ubuntu Sans;
  font-weight: 800;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  margin: 0.5rem 0;
}
.sideData p {
  font-family: Ubuntu Sans;
  font-weight: 400;
  font-size: 21px;
  line-height: 140%;
  letter-spacing: 2%;
  margin: 8px 0;
}
.sideData hr {
  width: 160px;
  height: 1px;
  background-color: #ffffff;
  border: none;
  position: absolute;
  /* top: 34px; */
  left: -47%;
  width: 80%;
  opacity: 50%;
}
.sideData .price {
  font-family: Ubuntu Sans;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0;
}
.sideData .price span {
  font-family: Ubuntu Sans;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
}

.pomType {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%; /* Asegura que no se desborde el contenedor */
  display: block;
  width: 100%;
}
a.buttonP {
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 10%;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 56px; */
  width: auto;
  font-weight: 700;
}
a.buttonP:hover {
  background-color: #ffffff;
  color: #000;
}
.buttonP {
  width: auto;
  height: 56px;
  min-width: 220px;
  gap: 10px;
  padding-top: 20px;
  padding-right: 24px;
  padding-bottom: 20px;
  padding-left: 24px;
  border-radius: 43px;
  border-width: 2px;
  border: 2px solid #ffffff;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
.buttonS {
  width: auto;
  height: 56px;
  min-width: 220px;
  gap: 10px;
  padding-top: 20px;
  padding-right: 24px;
  padding-bottom: 20px;
  padding-left: 24px;
  border-radius: 43px;
  background-color: #f5ff3c;
  color: #000;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}

a.buttonS {
  width: auto;
  height: 56px;
  min-width: 220px;
  gap: 10px;
  padding-top: 20px;
  padding-right: 24px;
  padding-bottom: 20px;
  padding-left: 24px;
  border-radius: 43px;
  background-color: #f5ff3c;
  color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  font-weight: 700;
}
a.buttonS:hover {
  background-color: #eef922;
}
.cartLink {
  text-decoration: underline;
}
.headerFijo {
  background: #fff;
  position: fixed;
  z-index: 1000;

  transition: all 0.5s;
}

header {
  background-color: #000;
  letter-spacing: 1px;
  width: 100%;

  transition: all 0.5s;
}

.contHeader {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin: auto;
  justify-content: space-between;
  padding: 20px 10px 20px 10px;
  max-width: 1420px;
  width: calc(100% - 20px);

  /*transition: all .5s;*/
}

.semiBold {
  font-weight: 400 !important;
}

section {
  margin: 0 auto 0 auto;
  overflow: hidden;
  max-width: 1300px;
  width: 94%;
  box-sizing: border-box;
}

footer {
  background-color: #0f0f0f;
  padding: 10% 0 10% 0;
  width: 100%;
}

.footerCont {
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: auto;
  letter-spacing: 1px;
  padding: 0 10px;
  width: calc(100% - 20px);
  max-width: 1050px;
}

.footerCont div div:first-child p {
  text-align: left;
}

.footerCont div div:last-child {
  border-right: none !important;
}

.footerCont p {
  color: #fff;
  /* font-size: .6em; */
  font-weight: 300;
  margin: 10px 0;
  text-align: center;
}

.footerCont h3 {
  font-weight: 300;
  font-size: 1.5em;
  margin: 12px 0 0 0;

  background-size: 140%;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 12px;
}

section.sin {
  padding: 20px 0;
  width: 100%;
}

.backGrisSection {
  background: #f4f4f4;
}

.backBlanco {
  background-color: #fff;
}

.backAmarillo {
  background-color: #f5ff3c;
}

.backNegro {
  background-color: #000;
}
.backNegroClaro {
  background-color: #0f0f0f;
}
.backFooter {
  background-color: #0f0f0f;
}

.fBlanco {
  color: #fff !important;
}

.fNegro {
  color: #000 !important;
}

.fAmarillo {
  color: #e7f221 !important;
}

.fGris {
  color: #d0d0d0 !important;
}

.fw100 {
  font-weight: 100 !important;
}

.fw300 {
  font-weight: 300 !important;
}

.fw400 {
  font-weight: 400 !important;
}

.margenAuto {
  margin: auto;
}

.margenT1 {
  margin-top: 1%;
}

.margenT3 {
  margin-top: 3%;
}

.margenT5 {
  margin-top: 5%;
}

.margenT10 {
  margin-top: 10%;
}

.margenT13 {
  margin-top: 13%;
}

.margenT15 {
  margin-top: 15%;
}

.margenB1 {
  margin-bottom: 1%;
}

.margenB3 {
  margin-bottom: 3%;
}

.margenB5 {
  margin-bottom: 5%;
}

.margenB10 {
  margin-bottom: 10%;
}

.margenR1 {
  margin-right: 1%;
}

.margenR3 {
  margin-right: 3%;
}

.margenR5 {
  margin-right: 5%;
}

.margenR10 {
  margin-right: 10%;
}

.margenL1 {
  margin-left: 1%;
}

.margenL3 {
  margin-left: 3%;
}

.margenL5 {
  margin-left: 5%;
}

.margenL10 {
  margin-left: 10%;
}

.margenLM15 {
  margin-left: -15%;
}

.paddingB5 {
  padding-bottom: 5%;
}

.paddingB10 {
  padding-bottom: 10%;
}

.paddingB15 {
  padding-bottom: 15%;
}

.paddingB20 {
  padding-bottom: 20%;
}
.paddingT5 {
  padding-top: 5%;
}

.paddingT10 {
  padding-top: 10%;
}

.paddingT15 {
  padding-top: 15%;
}

.paddingT20 {
  padding-top: 20%;
}

.sinMargen {
  margin: 0 !important;
}

.sinPadding {
  padding: 0;
}

.botonActivo {
  cursor: pointer;
}

.bLine {
  border-bottom: 1px solid #ffffff59;
}

.rLine {
  border-right: 1px solid #ffffff59;
}

.lLine {
  border-left: 1px solid #ffffff59;
}

.tLine {
  border-top: 1px solid #ffffff59;
}

.centroTodo {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.centroV {
  align-items: center;
}

.centroTop {
  align-items: center;
  text-align: center;
}

.alignTop {
  align-items: flex-start;
  justify-content: flex-start !important;
}

.centroIzq {
  align-items: center;
  justify-content: flex-startå;
}

.izqCentro {
  align-items: flex-start;
  justify-content: center;
}

.bottomRight {
  align-content: flex-end;
  justify-content: flex-end;
}

.alignBottom {
  justify-content: flex-end;
}

.centroDerecha {
  align-items: flex-end;
  justify-content: center;
}

.derechaCentro {
  align-items: center;
  justify-content: flex-end;
}

.justifyCenter {
  justify-content: center;
}

.justifySpaceBet {
  justify-content: space-between;
}
.slider-container {
  display: flex;
  flex-direction: row;
  gap: 0px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-snap-align: start;
}
.slider-container::-webkit-scrollbar {
  display: none;
}
.slider-container::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 4px;
}
.slider-container::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
.slider-container::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 4px;
}
.slider-container::-webkit-scrollbar-track:hover {
  background-color: #e1e1e1;
}
.slider-container::-webkit-scrollbar-track:active {
  background-color: #e1e1e1;
}
.slider-container > div {
  max-width: calc(25% - 20px);
  margin-right: 20px;
  flex-shrink: 0;
  box-sizing: border-box;
}
.slider-container > div:last-child {
  margin-right: 0;
}
.shopPage {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.pRelative {
  position: relative;
}

.pAbsolute {
  position: absolute;
}

.flexSpaceBet {
  justify-content: space-between;
}

.flexSpaceAr {
  justify-content: space-around;
}

.textARight {
  text-align: right;
}

.textALeft {
  text-align: left;
}

.lineHe30 {
  line-height: 30px;
}

.hGroup,
.pomsGruop {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.pomsGruop {
  flex-wrap: wrap;
}

.pomsGruop div {
  cursor: pointer;
  width: 100%;
  max-width: 275px;
}

.vGroup {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* Width classes */
.w20 { width: 20%; }
.w30 { width: 30%; }
.w35 { width: 35%; }
.w40 { width: 40%; }
.w45 { width: 45%; }
.w50 { width: 50%; }
.w55 { width: 55%; }
.w60 { width: 60%; }
.w70 { width: 70%; }
.w80 { width: 80%; }
.w90 { width: 90%; }

.contPadding20 {
  padding: 0 20px;
  width: calc(100% - 40px) !important;
}

.contPadding2030 {
  padding: 30px 20px;
  width: calc(30% - 40px) !important;
}

.contPadding40Todo {
  padding: 40px;
  width: calc(100% - 80px) !important;
}

.contPadding5 {
  padding: 5px;
  height: 100%;
  width: calc(100% - 10px) !important;
}

.contPadding10PLados {
  margin: auto;
  padding: 0 10%;
  width: 80% !important;
}

.contPadding10PTodo {
  padding: 5%;
  height: 60%;
  width: 90%;
}

/***** Logo y Menu *****/

.logo {
  width: auto;
  max-height: 40px;
}
.logoMobile {
  display: none;
}
.menuD {
  width: 50%;
  position: relative;
}

.menuProducts {
  width: 55%;
  position: relative;
}

.menuD ul,
.menuProducts ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0;
  margin: 0;
  gap: 48px;
}

.menuD ul li,
.menuProducts li {
  color: #fff;
  font-size: 0.9em;
  letter-spacing: 0px;
  list-style: none;
  transition: all 0.5s;
}

.menuProducts li {
  font-size: 1.2em;
}

.menuD li span {
  color: #a7cee8 !important;
}

.menuD ul li:hover > ul,
.menuProducts ul li:hover > ul {
  display: block;
  height: auto;
  padding: 5px 10px;

  transition: all 0.5s;
}

.menuD ul ul,
.menuProducts ul ul {
  background: #fff;
  color: #000;
  display: none;
  height: 0;
  flex-direction: column;
  padding: 0;
  position: absolute;
  right: -20px;
  top: 24px;
  overflow: hidden;
  z-index: 1000;
  width: 40%;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.5s;
}
.nav-link {
  position: relative;
  text-decoration: none;
  color: white; /* Ajusta el color según el diseño */
  padding-bottom: 5px; /* Espacio para la línea */
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 0;
  height: 2px;
  background-color: #fff; /* Color de la línea */
  transition: width 0.3s ease, left 0.3s ease;
  transform: translateX(-50%);
}

.nav-link.active::after {
  width: 20%;
  transform: translateX(-50%);
}

.menuProducts > ul > li > ul > li p {
  color: #000 !important;
  font-size: 0.6em;
  padding: 7px 0;
}

.menuM {
  display: none;
  font-size: 2.5em;
  color: #29d2c4;
}

.menuMovil {
  display: none;
}

.menuMovil ul {
  color: #efefef;
  background: #000;
  padding: 10px;
  text-align: center;
}

.menuMovil li {
  /* border-bottom: 1px solid #ccc; */
  list-style: none;
  margin: 10px 0;
  padding: 5px 0;
  text-align: center;
}

.menuMovil li:last-child {
  border-bottom: none;
}

/*** INDEX ****/
#sliderMobile {
  display: none;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#sliderMobile .sliderMobile-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#sliderMobile .sliderMobile-container .title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 23px;
  box-sizing: border-box;
}
#sliderMobile .sliderMobile-container .title h1 {
  font-family: Syne;
  font-weight: 700;
  font-size: 42px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
#sliderMobile .sliderMobile-container .title sub {
  font-family: Ubuntu Sans;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 10%;
}

#sliderMobile .sliderMobile-container .title.orange .subtitle {
  color: #df6618;
}
#sliderMobile .sliderMobile-container .title.blue .subtitle {
  color: #8fffff;
}

#slider1_container .title sub {
  font-family: Ubuntu Sans;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 10%;
}

#slider1_container .title.orange .subtitle {
  color: #df6618;
}
#slider1_container .title.blue .subtitle {
  color: #8fffff;
}
#sliderMobile .sideData {
  bottom: 16%;
  left: 15%;
  width: 50%;
  padding-left: 3rem;
  max-height: 100px;
  display: block;
}
/* #sliderMobile .sideData h5 {
  font-size: 28px;
} */
#sliderMobile .sideData p {
  /* font-size: 16px; */
  font-weight: 100;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 🔁 Número de líneas que querés mostrar */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4.5em; 
}
#sliderMobile .sideData hr {
  height: 160px;
  width: 1px;
  background-color: #ffffff;
  border: none;
  position: absolute;
  top: -50%;
  left: -20px;
  opacity: 50%;
}
#sliderMobile .showNow {
  position: absolute;
  bottom: -20%;
  z-index: 5;
  width: 90%;
  height: 112px;
  border-radius: 100px;
  font-size: 32px;
}

#index .index {
  overflow-x: hidden; /* Evita scroll horizontal */
}

.clients .grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 columnas */
  grid-template-rows: repeat(3, auto); /* 3 filas */

  width: 80%;
  margin: auto;
  padding: 20px;
}
.clients .grid-item {
  height: 212px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clients .grid-item img {
  width: 50%; /* Asegura que la imagen ocupe todo el espacio */
  height: auto;
  display: block;
}
/*** ABOUT ***/

.aboutCont p,
.aboutCont h2 {
  color: #fff;
}

.aboutCont section {
  margin: 3% auto !important;
}

.aboutCont h1 {
  font-size: 2em;
  font-weight: 700;
}

/**** PRODUCTS ****/

.productsCont section {
  margin: auto;
}
.productsCont a {
  text-transform: none;
}
.productsCont h1 {
  font-size: 2em;
  font-weight: 300;
}
.products h1 {
  text-transform: none;
  font-family: "Ubuntu";
  font-weight: 700;
}
.products p {
  margin-top: 8px;
  margin-bottom: 8px;
}
.products h1,
.products p,
.contact h1,
.contact h2,
.contact p,
.custom h2,
.custom p {
  color: #fff;
}

.circulo {
  align-items: center;
  display: flex !important;
  border-radius: 50%;
  background: #e7f221;
  color: #000;
  font-family: "Ubuntu", sans-serif;
  font-size: 0.6em;
  justify-content: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 20px;
  height: 20px;
}

.botonAdd {
  font-size: 0.8em;
  color: #fff;
}

.bPrecio {
  font-size: 1.2em;
}

/**** FORM ****/

#enviaCompra p,
#enviaCompra td,
#enviaCompra th {
  color: #fff !important;
}

#enviaCompra th {
  text-align: left;
}

#enviaCompra tr:first-child {
  border-bottom: 1px solid #fff;
  height: 2.5em;
}

#enviaCompra input[type="number"],
#enviaCompra select {
  background-color: #a7a7a7;
  border: none;
  height: 1.6em;
  width: 40px;
}

#enviaCompra select {
  width: 80%;
}

.sMovil {
  display: none;
}

.nMovil {
  display: table-cell;
}

.Error {
  background-color: #ffa2a2 !important;
}


.noDisplay {
  display: none;
}

.siDisplay {
  display: block;
}

.Error2 {
  color: red !important;
}

/*region Arrow Navigator Skin Begin*/

.jssora05l,
.jssora05r {
  display: block;
  position: absolute;
  width: 40px;
  height: 80px;
  cursor: pointer;
  background-size: cover;
}

.jssora05l {
  background-image: url(../images/arrowL.png);
}

.jssora05r {
  background-image: url(../images/arrowR.png);
}

@media screen and (max-width: 770px) {
  .hGroup {
    flex-direction: column;
  }
  .menuD {
    display: none;
  }

  .menuM {
    display: flex;
  }

  .menuD2 {
    margin: 0 0 20px 0;
  }

  .logo {
    display: none;
  }
  .logoMobile {
    display: flex;
    height: 72px;
  }

  .subeCuadroOferta,
  .subeCuadro {
    margin-top: 0;
    padding: 0;
  }

  .bannerTexto {
    top: 15%;
  }

  .bannerTexto h2 {
    font-size: 1.5em;
  }

  .menuOculto {
    height: 0;
    padding: 0;
    width: calc(100% - 40px);
    transition: all 0.5s;
  }

  .menuD2 ul li:hover > div {
    /*display: block;*/
    height: 100%;
    width: calc(100% - 40px);
    opacity: 1;
    padding: 0px 20px 20px 20px;
    transition: all 0.5s;
  }

  .sMovil {
    display: block;
  }

  .nMovil {
    display: none;
  }

  .fondoEquipo {
    background-image: none;
  }

  .w10,
  .w20,
  .w25,
  .w30,
  .w35,
  .w40,
  .w45,
  .w50,
  .w55,
  .w60,
  .w70,
  .w80,
  .w90 {
    width: 100% !important;
  }

  .contPadding10PTodo {
    width: 90%;
  }

  .contPadding2030 {
    width: calc(100% - 40px) !important;
  }

  .cuadroInfo {
    margin-right: 0;
    margin-bottom: 10px;
    width: 90%;
  }
  .footer {
    padding: 15% 0 15% 0;
  }
  .footerCont div div:first-child p {
    text-align: center;
  }
  .footerCont .social {
    flex-direction: row;
  }

  .footerCont div div {
    border-right: none !important;
  }

  .menuProducts {
    width: 100%;
    position: relative;
  }

  .menuProducts > ul > li {
    color: #fff;
    font-size: 0.9em;
    letter-spacing: 0px;
    list-style: none;
    transition: all 0.5s;
  }

  #enviaCompra p,
  #enviaCompra td,
  #enviaCompra th {
    text-align: center;
  }

  .botonAdd {
    font-size: 1.8em;
  }

  .bPrecio {
    font-size: 2em;
  }
  h1 {
    font-size: 32px;
  }
  .subtitle {
    font-size: 14px;
  }
  #contactoForm input[type="text"],
  #customForm input[type="text"],
  #pagoForm input[type="text"],
  #pagoForm select {
    width: 92%;
  }

  .productSlider .hGroup {
    flex-direction: row;
  }
  .productSlider .title {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 24px;
  }
  .productSlider .icon {
    display: none !important;
  }
  .productSlider a.buttonP {
    border: none;
    font-weight: 400;
    height: 24px;
    text-decoration: underline;
    text-transform: none;
    min-width: unset;
    padding: 0;
  }

  .productSlider h1 {
    margin: 0;
  }
  

  #sliderMobile {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  #slider1_container {
    display: none;
  }
  .productsCont h1{
    font-size: 1.5em;
  }
}

@media screen and (min-width: 500px) and (max-width: 770px) {
  #sliderMobile .showNow {
    max-height: 80px;
  }
}