@font-face {
  font-family: FuturaPTBold;
  src: url(FuturaPTBold.otf);
}

@font-face {
  font-family: FuturaPTBook;
  src: url(FuturaPTBook.otf);
}

@font-face {
  font-family: FuturaPTLight;
  src: url(FuturaPTLight.otf);
}

* {
  border: 0;
  padding: 0;
  margin: 0;
  outline: 0;
  text-decoration: none;
  list-style: none;
  font-weight: normal;
  font-family: "FuturaPTBook", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #777;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.barraSup {
  width: 100vw;
  height: 30px;
  background: #e6e6e6;
}
.cabezal {
  background: #009d58;
  height: 50px;
  width: 100vw;
  display: flex;
  justify-content: space-between;
}
.cabezal .logoLucas {
  margin-left: 50px;
}
.cabezal .logoLucas img {
  height: 100%;
}

.nav0 {
  text-transform: uppercase;
  height: 50px;
}
.nav0 ul {
  display: flex;
  margin: 0 40px;
}
.nav0 ul li {
  line-height: 50px;
  padding: 0px 20px;
  border-left: 1px solid #fff;
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  -o-transform: skewX(-45deg);
  transform: skewX(-45deg);
  background: transparent;
}
.nav0 ul li:hover {
  background: white;
}
.nav0 ul li:hover a span {
  color: #222222;
}
.nav0 ul li {
  transition: linear 0.5s;
}

.nav0 ul li a span {
  display: block;
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  -o-transform: skewX(45deg);
  transform: skewX(45deg);
  color: white;
  letter-spacing: 2px;
  font-family: FuturaPTLight;
}
#clientes {
  /* 	background: rgba(255,255,255,.3); */
  background: #09b438;
}
.imgCabezal {
  width: 100vw;
  height: 400px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.imgCabezal span {
  height: 400px;
}
.imgCabezal span img {
  width: 100%;
  position: relative;
  left: 0;
  top: -15%;
}

@media only screen and (max-width: 1124px) {
  .imgCabezal span img {
    height: 100%;
    width: auto;
    top: 0;
  }
}

.video {
  position: absolute;
  width: 100vw;
  height: 280px;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.video img {
  width: 109px;
  height: 109px;
}

.sepador {
  width: 100vw;
  height: 120px;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  margin-top: -120px;
}
.sepador .ancho {
  width: 1200px;
}
.sepador h1 {
  font-family: FuturaPTBold;
  font-size: 26px;
  line-height: 60px;
  padding: 0 25px;
  color: white;
  text-transform: uppercase;
}
#catProductos {
  width: 100vw;
  display: flex;
  justify-content: center;
  background: #e6e6e6;
}
.catProductos {
  width: 1200px;
  background: white;
  margin-top: -60px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}

.navCat {
  margin-left: 10px;
  width: 300px;
}
.navCat h2 {
  width: 96%;
  margin: 5px 2%;
  display: block;
  background: white;
  line-height: 40px;
  color: #00954c;
  padding: 1%;
  font-size: 21px;
}
.navCat a,
.proximamente {
  width: 96%;
  margin: 1px 2%;
  display: block;
  background: black;
  line-height: 40px;
  color: white;
  padding: 1%;
  cursor: pointer;
  letter-spacing: 1px;
}

.navCat a:hover,
nav a[class*="select"] {
  background: #00954c;
}

.navCat .proximamente:hover {
  background: white;
}
.proximamente:after {
  content: "PROXIMAMENTE";
  width: 100px;
  height: 15px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: #951100;
  color: white;
  text-align: center;
  letter-spacing: 2px;
  font-size: 10px;
  line-height: 15px;
}
.proximamente:hover:after {
  content: "PROXIMAMENTE";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #951100;
  color: white;
  text-align: center;
  letter-spacing: 3px;
  line-height: 45px;
  font-size: 16px;
}

section {
  background: white;
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
}

h3 {
  font-family: FuturaPTBold;
  text-align: center;
  color: #00954c;
  font-size: 40px;
  line-height: 120px;
  margin-top: 15px;
}
h6 {
  font-family: FuturaPTBold;
  text-align: center;
  color: #00954c;
  font-size: 20px;
  line-height: 120px;
  margin-top: 15px;
}

article {
  margin: 8px;
  border: solid 3px #00954c;
  display: flex;
  flex-flow: row;
  width: 800px;
}
article > * {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

.Col1 {
  width: 150px;
  height: 180px;
  display: flex;
  flex-flow: column;
}

h4 {
  line-height: 30px;
}

.Col1 h4 {
  color: white;
  background: #00954c;
  text-align: center;
  font-family: FuturaPTBold;
  letter-spacing: 2px;
}
.Col1 span {
  width: 100%;
  height: 150px;
  display: block;
  background: black;
  overflow: hidden;
  text-align: center;
  transition-duration: 2s;
  cursor: pointer;
}
.Col1 span img {
  height: 100%;
}
.Col1 span:hover img {
  transform: scale(1.1);
}

.Col2 {
  width: 650px;
  display: flex;
  flex-flow: column;
  align-items: space-between;
}

.Col3 {
  display: flex;
  flex-flow: row;
  flex-grow: 1;
  flex-shrink: 0;
  /*min-height: 150px;*/
  border-left: #00954c solid 2px;
}
.proRef,
.proRef p {
  width: 250px;
}
.proApl {
  width: 100%;
  border-left: #00954c solid 2px;
}

.Col3 h4 {
  text-align: center;
  border-bottom: #00954c solid 2px;
  background: #eee;
}

p {
  text-align: left;
  padding: 5px;
  font-size: 12px;
  overflow-wrap: break-word;
  overflow: auto;
}

.Col4 {
  width: 100%;
  /*height:30px;*/
  border-top: #00954c solid 2px;
  border-left: #00954c solid 2px;
}
.Col4 .proObs {
  display: flex;
  flex-flow: row;
}
.Col4 .proObs h4 {
  margin-left: 5px;
  color: #00954c;
  line-height: 28px;
}

/*STOCK*/
*[class*="stock"] {
  background: #951100;
  position: absolute;
  bottom: 5px;
  left: 0;
  display: inline-block;
  width: 90%;
  margin: 0 0 0 5%;
  text-align: center;
  color: white;
  letter-spacing: 2px;
  font-size: 10px;
  line-height: 16px;
  z-index: 1000;
}
.stock0 {
  background: #951100;
}
.stock1 {
  background: #22c814;
}
.stock2 {
  background: #ff5d14;
}

.proObs p {
  line-height: 21px;
}
footer {
  width: 100vw;
  background: #e6e6e6;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding-bottom: 20px;
}
.dataContacto {
  width: 1200px;
  background: #f5f5f5;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.dataContacto .dataCon {
  width: 360px;
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}
.dataContacto .TitCont {
  align-self: center;
  color: #666;
}
.dataContacto div p {
  width: 100%;
  line-height: 20px;
  font-size: 18px;
  text-align: center;
}

.trustLucas {
  width: 100%;
  border-bottom: solid 10px #00954c;
  display: flex;
  justify-content: flex-end;
}

.trustLucas1 {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  top: -90px;
  left: 0;
  z-index: 10;
  overflow: hidden;
}
.trustLucas0 {
  width: 1200px;
  display: flex;
  justify-content: flex-end;
}

.trustLucas .tlRight,
.trustLucas .tlRight b,
.trustLucas0 .tlRight,
.trustLucas0 .tlRight b {
  background: #00954c;
  color: white;
  font-size: 20px;
  text-align: right;
  padding-right: 5px;
  height: 30px;
}
.trustLucas .tlRight,
.trustLucas0 .tlRight {
  width: 200px;
}
.trustLucas .tlRight b,
.trustLucas0 .tlRight b {
  font-weight: bold;
  font-size: 25px;
}
.trustLucas .tlLeft,
.trustLucas0 .tlLeft {
  width: 0px;
  height: 0px;
  border-bottom: 30px solid #00954c;
  border-left: 30px solid rgba(0, 0, 0, 0);
}

.legales {
  width: 100vw;
  background: #e6e6e6;
}
.legales p {
  text-align: center;
  font-size: 16px;
  line-height: 50px;
}
.popUpLucas {
  position: fixed;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.7);
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.videoLucas {
  border: solid white 10px;
  background: black;
  color: white;
  margin-top: 5%;
  width: 70%;
  height: 80%;
}
/* .videoLucas > span{ background: red;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
} */
.cerrarVideo {
  width: 100px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  background: #00954c;
  color: white;
  position: absolute;
  top: -25px;
  right: -50px;
  cursor: pointer;
  letter-spacing: 2px;
  transition: linear 0.5s;
}
.cerrarVideo:hover {
  color: #222222;
  background: white;
}
.ir-arriba {
  width: 100px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  background: #00954c;
  color: white;
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  z-index: 12000;
}
/*INDEX*/
.inicio {
  width: 1200px;
  background: white;
  margin-top: -60px;
  display: flex;
  flex-flow: column;
  padding-bottom: 50px;
}
.inicio .botonesVerdes {
  display: flex;
  justify-content: space-between;
}

.inicio .botonesVerdes a {
  width: 100%;
  margin: 15px;
  padding: 10px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background: #00954c;
  transition: linear 0.5s;
}
.inicio .botonesVerdes a:hover {
  background: #222222;
}
.inicio .botonesVerdes a p {
  text-transform: uppercase;
  color: white;
  font-family: FuturaPTBook;
  font-size: 18px;
  letter-spacing: 2px;
}

.inicio .textoLucas {
  margin: 5px 15px;
  padding: 15px;
  background: #222222;
}
.inicio .textoLucas > * {
  color: white;
}
.inicio .textoLucas h2 {
  font-family: FuturaPTBold;
  font-size: 32px;
}
.inicio .textoLucas h5 {
  text-transform: uppercase;
  margin: 10px 0px;
  font-size: 18px;
}
.inicio .textoLucas p {
  font-size: 16px;
}
.inicio .imgProductosLucas {
  margin: 25px;
  overflow: hidden;
}
.inicio .imgProductosLucas img {
  width: 100%;
}

.elegirCat {
  /* background: pink; */
  width: 880px;
}

.elegirCat .navCatX > * {
  width: 200px;
  height: 215px;
  display: block;
  overflow: hidden;
  margin: 10px;
  float: left;
  border: thin solid #118640;
  transition: linear 0.5s;
}
.elegirCat .navCatX > * span {
  background: black;
  width: 200px;
  height: 155px;
  display: block;
  overflow: hidden;
  margin: auto;
}

.elegirCat .navCatX > * img {
  width: 100%;
  margin: -45px 0;
}

.elegirCat .navCatX > * h5 {
  width: 100%;
  height: 60px;
  background: #118640;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: linear 0.5s;
}

.elegirCat .navCatX > * h5 b {
  display: block;
  color: white;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.elegirCat .navCatX > div:after {
  content: "PROXIMAMENTE";
  width: 100px;
  height: 15px;
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  background: #951100;
  color: white;
  text-align: center;
  letter-spacing: 2px;
  font-size: 10px;
  line-height: 15px;
}

.elegirCat .navCatX > a:hover h5 {
  background: black;
}

.elegirCat .navCatX > a:hover {
  border: thin solid black;
}

.elegirCat .navCatX > div:hover h5 {
  background: #951100;
}

.elegirCat .navCatX > div:hover {
  border: thin solid #951100;
}

.kam {
  width: 100vw;
  background: #e6e6e6;
  text-align: center;
  line-height: 20px;
  display: flex;
  justify-content: center;
}
.kam a {
  background: #e6e6e6;
  text-align: center;
  font-size: 10px;
  letter-spacing: 2px;
}

.dataContactoLucas {
  display: flex;
  padding-top: 20px;
}
.dataContactoLucas > * {
  width: 50%;
}
.dataContactoLucas .dataContacto2 span {
  font-family: FuturaPTBook;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: left;
  width: 100%;
  padding: 15px 25px;
  color: #222222;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.dataContactoLucas .formContacto {
  display: flex;
  justify-content: center;
}
.dataContactoLucas .formData,
.dataContactoLucas .formDataEnviar {
  width: 400px;
  margin: 15px 0;
}

.dataContactoLucas .formData input,
.dataContactoLucas .formData textarea {
  min-width: 100%;
  max-width: 100%;
  border: solid thin #777;
  line-height: 30px;
  margin: 5px 0px;
  padding: 5px;
}
.dataContactoLucas .formData textarea {
  min-height: 150px;
}
.dataContactoLucas .btnEnviar,
.btnEntrar {
  width: 100px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  background: #222;
  color: white;
  cursor: pointer;
  transition: linear 0.5s;
}
.dataContactoLucas .formDataEnviar {
  display: flex;
  justify-content: space-between;
}
#enviando,
#enviado {
  color: #00954c;
}

.dataContactoLucas .btnEnviar:hover {
  background: #00954c;
}

.dataContactoLucas .formData .aviso span {
  color: #00954c;
}

.accMjs {
  width: 100%;
  margin: 20px;
}

.accMjs .xLogErr {
  color: #951100;
}
.grpCliente {
  padding: 0 1%;
}
.grpCliente ul {
  display: flex;
  border-bottom: 2px solid #222;
  padding: 0 0 30px 0;
  height: auto;
  width: 100%;
  flex-wrap: nowrap;
}
.grpCliente li {
  margin: 10px 1%;
  padding: 5px;
  width: 250px;
  height: 80px;
  display: flex;
}
.grpCliente li a {
  background: #00954c;
  color: white;
  text-align: center;
  font-size: 1.5rem;
  width: 100%;
}

.grpCliente li a:hover {
  background: #222;
}

/* imagen para carousel */
.proImg {
  width: 100%;
  background: pink;

  /* & img{
        width: 100%;
    } */
}

/*ampliar info*/
.videoLucas span article {
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  background: white;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.videoLucas span article .Col1 {
  width: 100%;
  height: auto;
  justify-content: flex-start;
}
.videoLucas span article .Col2 {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: white;
}
.videoLucas span article .Col1 .proImg {
  height: 400px;
}

.videoLucas span article .Col1 .proImg span {
  height: 100%;
  cursor: none;
}
.videoLucas span article .Col1 .proImg span:hover img {
  transform: scale(1);
}
.videoLucas span article .Col2 .Col3 {
  flex-flow: column;
  border-left: none;
}
.videoLucas span article .Col2 .Col3 > * {
  width: 100%;
  border-left: none;
}

.videoLucas span article .Col2 .Col3 * {
  font-size: 1rem;
  line-height: 2rem;
}

.videoLucas span article .Col2 .Col3 h4 {
  font-size: 1.5rem;
  line-height: 2.5rem;
  border-top: #00954c solid 2px;
}

.videoLucas span article .Col2 .Col4 {
  border-left: none;
}

/*Parche_Video*/
.infoVarios {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 300px;
  background: #222222;
  margin: 0 15px;
}
.infoVarios .textoLucas {
  width: 70%;
  height: 300px;
}
.infoVarios .videoLucas {
  width: 30%;
  height: 300px;
  margin: 0 10px 0 0;
}
.infoVarios iframe {
  width: 100%;
  height: 100%;
}
.direcciones {
  display: flex;
  justify-content: space-between;
  margin: 2rem 0 0 0;
}
.direcciones span {
  width: 45%;
}
nav ul form {
  padding: 0 50px 0 0;
  display: flex;
  align-items: center;
}
nav ul form input {
  padding: 3px;
  height: 70%;
  width: 250px;
}
nav ul form button {
  height: 70%;
  width: 50px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
nav ul form button img {
  width: 50%;
}
.galeriaVideos {
  padding: 0px 20px;
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 250px;
  grid-gap: 20px;
}
.videoItem {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.videoTitulo {
  width: 80%;
  text-align: center;
  font-size: 18px;
}

/* ---------------- PROXIMAMENTE */
:root {
  --color_prox: rgb(197, 18, 18);
  --color_exterior: rgb(18, 96, 197);
  --color_novedad: rgb(60, 197, 18);
  --color_oferta: rgb(197, 149, 18);
  --color_desarrollo: rgb(18, 197, 173);
}
/*.prox__1 {
	outline: solid 2px var(--color_prox);
}*/
.prox__etiqueta {
  display: none;
}
[class*='prox__'] .proImg::after {
  content: "próximamente";
  background: var(--color_prox);
  color: white;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
  height: 16px;
  bottom: 20px;
  left: 5%;
  right: 5%;
  z-index: 1000;
  text-align: center;
  font-size: 0.7em;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.prox__2 .proImg::after {
  content: "Mercado externo";
  background: var(--color_exterior);
}


.prox__3 .proImg::after {
  content: "Novedad";
  background: var(--color_novedad);
}


.prox__4 .proImg::after {
  content: "Oferta";
  background: var(--color_oferta);
}


.prox__5 .proImg::after {
  content: "En desarrollo";
  background: var(--color_desarrollo);
}

body #modalProductos {
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;

  /* border-left: #00954c solid 5px;
  border-top: #770095 solid 5px;
  border-bottom: #00d3c8 solid 5px;
  border-right: #dd4002 solid 5px; */

  & .videoLucas {
    width: 80%;
    max-width: 90vw;
    /* height: 100%; */
    /* max-height: 80vh; */
    height: auto;
    min-height: 0;
    max-height: auto;
    aspect-ratio: 16/9;
    overflow: unset;
    margin-top: 50px;
  }

  & article {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    justify-content: start;
    align-items: start;
    height: 100%;
    overflow-y: auto;
  }

  & .videoLucas span article .Col1 {
    & .proImg {
      width: 100%;
      height: 100%;
      min-height: 0;
      max-height: auto;
      align-self: start;
      justify-self: start;
      aspect-ratio: 1/1;
    }
  }

  & .videoLucas span article .Col2 {
    overflow-y: auto;
    display: flex;
    justify-content: start;
    align-items: start;
    & > * {
      width: 96%;
      margin: 8px 0;
    }
  }

  & .cerrarVideo {
    position: absolute;
    top: -25px;
    right: -50px;
    outline: solid 2px white;
    z-index: 1000;
  }
}
[class*="bt_"] {
  background: #00954c;
  color: #eee;
  display: flex;
  gap: 4px;
  justify-content: start;
  align-items: center;
  padding: 4px 8px;
  cursor: pointer;
  max-height: 24px;

  & > span {
    background: none;
    color: #eee;
    max-height: 24px;
  }
}
@media only screen and (max-width: 768px) {
  body #modalProductos {
    & article {
      display: flex;
      flex-flow: column;
      justify-content: start;
      align-items: start;
    }
    & .videoLucas {
      height: 100%;
      max-height: 80vh;
      aspect-ratio: unset;
      overflow: unset;
      margin-top: 0px;
    }
    & .videoLucas span article .Col2 {
      overflow: unset;
      & > * {
        width: 100%;
        margin: 0;
      }
    }
    & .cerrarVideo {
      top: -50px;
      right: -8px;
    }
  }
}
