.menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 777;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(23%, #888686), color-stop(53%, #fff));
  background-image: linear-gradient(90deg, #888686 23%, #fff 53%);
  box-shadow: 4px 4px 11px -5px rgba(0, 0, 0, 0.4);
}

.botones-menu {
  margin: 20px 15px 10px;
  padding: 20px 0px 0px;
  font-family: 'Din condensed', sans-serif;
  font-size: 17px;
}

.botones-menu:hover {
  padding-bottom: 0px;
  border-bottom: 3px solid #ffce0c;
  color: #000;
}

.botones-menu:focus {
  border-bottom: 3px solid #ffce0c;
  color: #000;
}

.botones-menu.w--current {
  color: #000;
}

.botones-menu.peq {
  margin-right: 8px;
  margin-left: 45px;
  font-size: 13px;
}

.botones-menu.peq.peq-izq {
  margin-left: 30px;
}

.logo {
  margin-top: 10px;
  margin-bottom: 10px;
}

.brand {
  margin-top: 7px;
  margin-left: -39px;
}

.informacion {
  height: 20px;
  margin-top: 0px;
  background-color: #ffce0c;
}

.cuadro-factura {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: none;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.89);
}

.container {
  margin-top: 25px;
}

.contact-menu {
  position: absolute;
  left: auto;
  top: 0%;
  right: 50px;
  bottom: auto;
  width: 100px;
  height: 40px;
  background-color: #fff;
}

.hero {
  position: relative;
  height: 700px;
  background-image: url('../images/MallaCamb.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.cuad-amarillo-hero {
  position: absolute;
  left: 199px;
  top: 200px;
  right: auto;
  bottom: 0%;
  width: 300px;
  height: 300px;
  margin-top: 0px;
  margin-left: 0px;
  background-color: rgba(177, 141, 0, 0.3);
}

.linea-blanca-vertical {
  position: absolute;
  left: 274px;
  top: 245px;
  right: auto;
  bottom: 0%;
  width: 1px;
  height: 200px;
  margin-top: 0px;
  margin-left: 0px;
  background-color: #fff;
}

.linea-blanca-horz {
  position: absolute;
  left: 236px;
  top: 381px;
  right: auto;
  bottom: 0%;
  width: 600px;
  height: 1px;
  margin-top: 0px;
  margin-left: 0px;
  background-color: #fff;
}

.productos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
}

.col-izq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66%;
  height: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.col-izq.varios {
  width: 40%;
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col-der {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  min-height: 300px;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.cuad-texto-productos {
  width: 80%;
  height: 100px;
  margin-top: 35px;
  margin-bottom: 40px;
  background-color: transparent;
}

.cuad-texto-productos-copy {
  width: 50%;
  height: 100px;
  background-color: #b80707;
}

.lista-prods {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

.nosotros {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.galeria-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
}

.gal1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.gal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/banda2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gal2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/banda.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gal3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Conv3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.titulo {
  position: relative;
  left: 290px;
  top: 285px;
  width: 400px;
  opacity: 1;
  font-family: 'Din condensed', sans-serif;
  color: #fff;
  font-size: 80px;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.55);
}

.tit-sec {
  font-family: 'Din condensed', sans-serif;
  font-size: 30px;
}

.tit-sec.blanco {
  color: #fff;
}

.amar-tit {
  width: 70px;
  height: 7px;
  background-color: #ffce0c;
}

.list-prod {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Din condensed', sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 24px;
  text-decoration: none;
}

.list-prod:hover {
  color: #fff;
}

.texto-desc {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.texto-desc.txtblco {
  color: #fff;
  font-style: normal;
}

.slider {
  height: 650px;
  margin-top: 130px;
}

.espac-hero {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 23px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.linea-div {
  width: 1px;
  height: 20px;
  margin-top: 38px;
  background-color: #000;
}

.hero2 {
  height: 800px;
  background-image: url('../images/Embotellado.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero3 {
  height: 800px;
  background-image: url('../images/empaque.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.servs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffce0c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.73)), to(rgba(0, 0, 0, 0.73))), url('../images/fondo.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.73), rgba(0, 0, 0, 0.73)), url('../images/fondo.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #000;
}

.cont-nos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.texto-nos {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.cuad-negro {
  width: 70px;
  height: 7px;
  background-color: #ffce0c;
}

.prueba-cont {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.text-servs {
  margin-top: 10px;
  color: #fff;
  font-style: normal;
  font-weight: 400;
}

.col1-varios {
  width: 50%;
  height: 100px;
}

.marcas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.marcalogo {
  margin-left: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.formulario {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

.tit-form {
  font-family: 'Open Sans', sans-serif;
  color: #ffce0c;
  font-weight: 300;
}

.submit-button {
  margin-top: 25px;
  background-color: #ffce0c;
  font-family: 'Open Sans', sans-serif;
  color: #000;
}

.col-izq-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66%;
  padding-top: 0px;
  padding-bottom: 96px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.col-izq-form.varios {
  width: 40%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col-der-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.italic-text-2 {
  font-style: normal;
}

.italic-text-3 {
  font-style: normal;
}

.italic-text-4 {
  font-style: normal;
}

.italic-text-5 {
  font-style: normal;
}

.italic-text-6 {
  font-style: normal;
}

.italic-text-7 {
  font-style: normal;
}

.text-block {
  text-align: center;
}

.copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1b1b1b;
  text-align: center;
}

.copyr {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.ofrec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-der-prod {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100%;
  min-height: 300px;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffce0c;
}

.logos-marcas {
  margin-bottom: 30px;
  text-align: center;
}

.titulo-2 {
  position: relative;
  left: 355px;
  top: 379px;
  opacity: 1;
  font-family: 'Din condensed', sans-serif;
  color: #fff;
  font-size: 70px;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.55);
}

.link-blanco {
  color: #fff;
  font-style: normal;
  text-decoration: none;
}

.link-blanco:hover {
  color: #ffce0c;
  text-decoration: none;
}

.tituloamar {
  position: relative;
  left: 290px;
  top: 382px;
  width: 400px;
  opacity: 1;
  font-family: 'Din condensed', sans-serif;
  color: #ffce0c;
  font-size: 45px;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.55);
}

.tituloamar2 {
  position: relative;
  left: 290px;
  top: 391px;
  width: 300px;
  opacity: 1;
  font-family: 'Din condensed', sans-serif;
  color: #ffce0c;
  font-size: 41px;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.55);
}

.texto-hero {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.subtitulo {
  position: relative;
  left: 290px;
  top: 349px;
  width: 600px;
  opacity: 1;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 19px;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.55);
}

.titulo-b2 {
  position: relative;
  left: 290px;
  top: 394px;
  width: 400px;
  opacity: 1;
  font-family: 'Din condensed', sans-serif;
  color: #fff;
  font-size: 80px;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.55);
}

.titulob3 {
  position: relative;
  left: 290px;
  top: 307px;
  width: 400px;
  opacity: 1;
  font-family: 'Din condensed', sans-serif;
  color: #fff;
  font-size: 80px;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.55);
}

.button {
  margin-top: 30px;
  padding-right: 34px;
  padding-left: 34px;
  border-radius: 10px;
  background-color: #000;
  font-family: 'Open Sans', sans-serif;
  color: #ffce0c;
  font-weight: 700;
  text-align: center;
}

.button:hover {
  background-color: #ffce0c;
  color: #000;
}

.button-amarillo {
  margin-top: 30px;
  padding-right: 34px;
  padding-left: 34px;
  border-radius: 10px;
  background-color: #ffce0c;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-weight: 700;
}

.button-amarillo:hover {
  background-color: #949090;
}

.titulo-s2 {
  position: relative;
  left: 290px;
  top: 351px;
  width: 400px;
  opacity: 1;
  font-family: 'Din condensed', sans-serif;
  color: #fff;
  font-size: 80px;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.55);
}

.tituloamars2 {
  position: relative;
  left: 290px;
  top: 272px;
  width: 400px;
  opacity: 1;
  font-family: 'Din condensed', sans-serif;
  color: #ffce0c;
  font-size: 45px;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.55);
}

.tituloamars1 {
  position: relative;
  left: 290px;
  top: 291px;
  width: 400px;
  opacity: 1;
  font-family: 'Din condensed', sans-serif;
  color: #ffce0c;
  font-size: 45px;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.55);
}

.tituloamars4 {
  position: relative;
  left: 290px;
  top: 332px;
  width: 400px;
  opacity: 1;
  font-family: 'Din condensed', sans-serif;
  color: #ffce0c;
  font-size: 45px;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.55);
}

.titulos4 {
  position: relative;
  left: 290px;
  top: 304px;
  width: 400px;
  opacity: 1;
  font-family: 'Din condensed', sans-serif;
  color: #fff;
  font-size: 80px;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.55);
}

.hero4 {
  height: 800px;
  background-image: url('../images/Cab4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.subtitulos1 {
  position: relative;
  left: 290px;
  top: 372px;
  width: 600px;
  opacity: 1;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 19px;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.55);
}

.tituloamars3 {
  position: relative;
  left: 290px;
  top: 332px;
  width: 400px;
  opacity: 1;
  font-family: 'Din condensed', sans-serif;
  color: #ffce0c;
  font-size: 45px;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.55);
}

.linea-blanca-vertical-s3 {
  position: absolute;
  left: 274px;
  top: 245px;
  right: auto;
  bottom: 0%;
  width: 1px;
  height: 200px;
  margin-top: 0px;
  margin-left: 0px;
  background-color: #fff;
}

.subtitulos3 {
  position: relative;
  left: 290px;
  top: 349px;
  width: 600px;
  opacity: 1;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 19px;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.55);
}

.linea-blanca-verticalls4 {
  position: absolute;
  left: 274px;
  top: 245px;
  right: auto;
  bottom: 0%;
  width: 1px;
  height: 200px;
  margin-top: 0px;
  margin-left: 0px;
  background-color: #fff;
}

.subtitulo-s4 {
  position: relative;
  left: 290px;
  top: 349px;
  width: 600px;
  opacity: 1;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 19px;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.55);
}

.subtitulos2 {
  position: relative;
  left: 290px;
  top: 349px;
  width: 600px;
  opacity: 1;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 19px;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.55);
}

.titulos1 {
  position: relative;
  left: 290px;
  top: 285px;
  width: 400px;
  opacity: 1;
  font-family: 'Din condensed', sans-serif;
  color: #fff;
  font-size: 80px;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.55);
}

.linea-blanca-vertical-s1 {
  position: absolute;
  left: 274px;
  top: 245px;
  right: auto;
  bottom: 0%;
  width: 1px;
  height: 200px;
  margin-top: 0px;
  margin-left: 0px;
  background-color: #fff;
}

.contfots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.foto1 {
  margin-right: 10px;
  margin-left: 10px;
}

.rrss {
  margin-right: 10px;
  margin-left: 10px;
}

.gal4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Peq3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.catalogos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 400px;
  margin-top: 200px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.botcat {
  display: block;
  width: 120px;
  margin-top: 20px;
  padding-bottom: 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 10px;
  background-color: #ffce0b;
  font-family: 'Din condensed', sans-serif;
  color: #000;
  font-size: 20px;
  text-align: center;
}

html.w-mod-js *[data-ix="ap-titulo"] {
  opacity: 0;
  -webkit-transform: translate(0px, -41px);
  -ms-transform: translate(0px, -41px);
  transform: translate(0px, -41px);
}

html.w-mod-js *[data-ix="ap-titulo-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 67px);
  -ms-transform: translate(0px, 67px);
  transform: translate(0px, 67px);
}

html.w-mod-js *[data-ix="ap-fondo"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="apamarillo"] {
  opacity: 0;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

html.w-mod-js *[data-ix="ap-serv1"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="ap-serv-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="ap-serv-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

@media screen and (max-width: 991px) {
  .brand {
    margin-left: 5px;
  }

  .informacion {
    height: 30px;
  }

  .cuad-amarillo-hero {
    left: 24%;
    top: 33%;
    width: 200px;
    height: 200px;
    margin-top: 0px;
  }

  .linea-blanca-vertical {
    left: 6%;
    top: 35%;
    width: 400px;
    height: 1px;
    margin-top: 105px;
  }

  .linea-blanca-horz {
    left: 6%;
    top: 38%;
    width: 1px;
    height: 200px;
    margin-top: -71px;
    margin-left: 48px;
  }

  .cuad-texto-productos {
    width: 80%;
  }

  .lista-prods {
    height: auto;
    margin-bottom: 0px;
  }

  .titulo {
    left: 271px;
    top: 229px;
    margin-left: -150px;
    font-size: 81px;
  }

  .list-prod {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 24px;
  }

  .marcas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .formulario {
    width: 90%;
    margin-bottom: 92px;
  }

  .titulo-2 {
    left: 271px;
    top: 360px;
    margin-left: -150px;
    font-size: 90px;
  }

  .tituloamar {
    left: 271px;
    top: 232px;
    margin-left: -150px;
    font-size: 40px;
  }

  .tituloamar2 {
    left: 271px;
    top: 305px;
    margin-left: -150px;
    font-size: 40px;
  }

  .texto-hero {
    top: 6%;
  }

  .subtitulo {
    left: 271px;
    top: 309px;
    width: 500px;
    margin-left: -150px;
    font-size: 20px;
  }

  .menu-button {
    margin-top: 31px;
  }

  .titulo-b2 {
    left: 271px;
    top: 303px;
    margin-left: -150px;
    font-size: 81px;
  }

  .titulob3 {
    left: 271px;
    top: 317px;
    margin-left: -150px;
    font-size: 81px;
  }

  .titulo-s2 {
    left: 271px;
    top: 303px;
    margin-left: -150px;
    font-size: 81px;
  }

  .tituloamars2 {
    left: 271px;
    top: 232px;
    margin-left: -150px;
    font-size: 40px;
  }

  .tituloamars1 {
    left: 271px;
    top: 232px;
    margin-left: -150px;
    font-size: 40px;
  }

  .tituloamars4 {
    left: 271px;
    top: 303px;
    margin-left: -150px;
    font-size: 40px;
  }

  .titulos4 {
    left: 271px;
    top: 281px;
    margin-left: -150px;
    font-size: 81px;
  }

  .subtitulos1 {
    left: 271px;
    top: 326px;
    width: 500px;
    margin-left: -150px;
    font-size: 20px;
  }

  .tituloamars3 {
    left: 271px;
    top: 232px;
    margin-left: -150px;
    font-size: 40px;
  }

  .linea-blanca-vertical-s3 {
    left: 6%;
    top: 38%;
    width: 400px;
    height: 1px;
    margin-top: 105px;
  }

  .subtitulos3 {
    left: 271px;
    top: 319px;
    width: 500px;
    margin-left: -150px;
    font-size: 20px;
  }

  .linea-blanca-verticalls4 {
    left: 6%;
    top: 38%;
    width: 400px;
    height: 1px;
    margin-top: 105px;
  }

  .subtitulo-s4 {
    left: 271px;
    top: 318px;
    width: 500px;
    margin-left: -150px;
    font-size: 20px;
  }

  .subtitulos2 {
    left: 271px;
    top: 309px;
    width: 500px;
    margin-left: -150px;
    font-size: 20px;
  }

  .titulos1 {
    left: 271px;
    top: 229px;
    margin-left: -150px;
    font-size: 81px;
  }

  .linea-blanca-vertical-s1 {
    left: 6%;
    top: 35%;
    width: 400px;
    height: 1px;
    margin-top: 105px;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    max-width: 80%;
  }

  .hero {
    height: 325px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .cuad-amarillo-hero {
    left: 9%;
    top: 28%;
    width: 80px;
    height: 80px;
    margin-top: -2px;
  }

  .linea-blanca-vertical {
    top: 113%;
    width: 200px;
    margin-top: -197px;
  }

  .linea-blanca-horz {
    left: 3%;
    top: 117%;
    height: 80px;
    margin-top: -286px;
  }

  .productos {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col-izq {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0px 90px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .col-izq.varios {
    width: 90%;
    height: auto;
  }

  .col-der {
    width: 100%;
    height: auto;
  }

  .cuad-texto-productos {
    width: 100%;
  }

  .lista-prods {
    height: auto;
    margin-bottom: 0px;
  }

  .nosotros {
    height: auto;
    min-height: 450px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .galeria-media {
    height: 800px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .gal {
    width: 100%;
  }

  .gal2 {
    width: 100%;
  }

  .gal3 {
    width: 100%;
  }

  .titulo {
    left: 5px;
    top: 40px;
    margin-left: 70px;
    font-size: 47px;
  }

  .slider {
    height: 325px;
  }

  .hero2 {
    height: 325px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .hero3 {
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .servs {
    height: auto;
    min-height: 450px;
  }

  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cont-nos {
    width: 90%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .texto-nos {
    font-size: 16px;
    line-height: 26px;
  }

  .prueba-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-servs {
    font-size: 15px;
    line-height: 20px;
  }

  .marcas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .marcalogo {
    margin-bottom: 25px;
  }

  .col-izq-form {
    width: 100%;
    margin-top: 11px;
    margin-bottom: 11px;
    padding: 0px 113px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .col-izq-form.varios {
    width: 90%;
    height: auto;
  }

  .col-der-form {
    width: 100%;
    height: auto;
  }

  .copyright {
    padding-bottom: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ofrec {
    height: auto;
    min-height: 450px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col-der-prod {
    width: 100%;
    height: auto;
  }

  .logos-marcas {
    padding-top: 30px;
  }

  .titulo-2 {
    left: 5px;
    top: 129px;
    margin-left: 70px;
    font-size: 47px;
  }

  .link-blanco {
    text-decoration: none;
  }

  .tituloamar {
    left: 5px;
    top: 86px;
    margin-left: 70px;
    font-size: 40px;
  }

  .tituloamar2 {
    left: 5px;
    top: 129px;
    margin-left: 70px;
    font-size: 37px;
  }

  .texto-hero {
    top: 11%;
  }

  .subtitulo {
    left: 5px;
    top: 129px;
    width: 70%;
    margin-left: 70px;
    font-size: 13px;
  }

  .titulo-b2 {
    left: 5px;
    top: 142px;
    margin-left: 70px;
    font-size: 47px;
  }

  .titulob3 {
    left: 5px;
    top: 143px;
    margin-left: 70px;
    font-size: 47px;
  }

  .titulo-s2 {
    left: 5px;
    top: 142px;
    margin-left: 70px;
    font-size: 47px;
  }

  .tituloamars2 {
    left: 5px;
    top: 86px;
    margin-left: 70px;
    font-size: 40px;
  }

  .tituloamars1 {
    left: 5px;
    top: 66px;
    margin-left: 70px;
    font-size: 40px;
  }

  .tituloamars4 {
    left: 5px;
    top: 86px;
    margin-left: 70px;
    font-size: 40px;
  }

  .titulos4 {
    left: 5px;
    top: 143px;
    margin-left: 70px;
    font-size: 47px;
  }

  .hero4 {
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .subtitulos1 {
    left: 5px;
    top: 116px;
    width: 60%;
    margin-left: 70px;
    font-size: 13px;
  }

  .tituloamars3 {
    left: 5px;
    top: 80px;
    margin-left: 70px;
    font-size: 40px;
  }

  .linea-blanca-vertical-s3 {
    top: 113%;
    width: 200px;
    margin-top: -197px;
  }

  .subtitulos3 {
    left: 5px;
    top: 137px;
    width: 60%;
    margin-left: 70px;
    font-size: 13px;
  }

  .linea-blanca-verticalls4 {
    top: 113%;
    width: 200px;
    margin-top: -197px;
  }

  .subtitulo-s4 {
    left: 5px;
    top: 135px;
    width: 80%;
    margin-left: 70px;
    font-size: 13px;
  }

  .subtitulos2 {
    left: 5px;
    top: 129px;
    width: 70%;
    margin-left: 70px;
    font-size: 13px;
  }

  .titulos1 {
    left: 5px;
    top: 40px;
    margin-left: 70px;
    font-size: 47px;
  }

  .linea-blanca-vertical-s1 {
    top: 113%;
    width: 200px;
    margin-top: -197px;
  }

  .contfots {
    width: 90%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .gal4 {
    width: 100%;
  }

  .catalogos {
    height: auto;
    min-height: 450px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    max-width: 80%;
  }

  .brand {
    max-width: 244px;
  }

  .informacion {
    height: auto;
  }

  .hero {
    height: 210px;
    background-size: cover;
  }

  .cuad-amarillo-hero {
    top: 21%;
    margin-top: 36px;
  }

  .linea-blanca-vertical {
    top: 157%;
  }

  .linea-blanca-horz {
    top: 166%;
  }

  .productos {
    min-height: 600px;
  }

  .col-izq {
    margin-top: 25px;
    margin-bottom: 50px;
    padding: 0px 30px 15px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .col-izq.varios {
    padding: 25px 29px;
  }

  .col-der {
    min-height: 150px;
  }

  .cuad-texto-productos {
    width: 95%;
  }

  .lista-prods {
    width: 90%;
    height: auto;
    margin-bottom: 15px;
  }

  .nosotros {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .titulo {
    left: -5px;
    top: 30px;
    font-size: 49px;
  }

  .slider {
    height: 210px;
    margin-top: 0px;
  }

  .hero2 {
    height: 210px;
    background-size: cover;
  }

  .hero3 {
    height: 210px;
    background-size: cover;
  }

  .servs {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer {
    padding-bottom: 0px;
  }

  .section {
    margin-top: 111px;
  }

  .icon {
    margin-right: 57.5px;
    margin-left: 57.5px;
    font-size: 15px;
  }

  .icon-2 {
    margin-right: 56.5px;
    margin-left: 19.5px;
    font-size: 15px;
  }

  .prueba-cont {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .marcas {
    grid-auto-flow: row;
    -ms-grid-columns: 0.75fr;
    grid-template-columns: 0.75fr;
  }

  .marcalogo {
    margin-right: 25px;
    margin-left: 25px;
  }

  .formulario {
    width: 90%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .col-izq-form {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 15px 18px;
  }

  .col-izq-form.varios {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .copyright {
    padding-bottom: 110px;
  }

  .copyr {
    width: 80%;
    margin-top: 33px;
  }

  .col-der-prod {
    min-height: 150px;
  }

  .titulo-2 {
    top: 102px;
    font-size: 26px;
  }

  .tituloamar {
    left: -3px;
    top: 55px;
    width: auto;
    font-size: 26px;
  }

  .tituloamar2 {
    left: -7px;
    top: 92px;
    width: auto;
    font-size: 26px;
  }

  .texto-hero {
    top: -3%;
  }

  .subtitulo {
    left: 0px;
    top: 99px;
    width: 60%;
    font-size: 9px;
    line-height: 10px;
  }

  .slide-nav {
    font-size: 13px;
  }

  .titulo-b2 {
    left: -5px;
    top: 108px;
    font-size: 49px;
  }

  .titulob3 {
    left: -5px;
    top: 110px;
    font-size: 49px;
  }

  .titulo-s2 {
    left: -5px;
    top: 108px;
    font-size: 49px;
  }

  .tituloamars2 {
    left: -3px;
    top: 55px;
    width: auto;
    font-size: 26px;
  }

  .tituloamars1 {
    left: -3px;
    top: 55px;
    width: auto;
    font-size: 26px;
  }

  .tituloamars4 {
    left: -3px;
    top: 55px;
    width: auto;
    font-size: 26px;
  }

  .titulos4 {
    left: -5px;
    top: 110px;
    font-size: 49px;
  }

  .hero4 {
    height: 210px;
    background-size: cover;
  }

  .subtitulos1 {
    top: 116px;
    font-size: 9px;
    line-height: 10px;
  }

  .tituloamars3 {
    left: -3px;
    top: 49px;
    width: auto;
    font-size: 26px;
  }

  .linea-blanca-vertical-s3 {
    top: 157%;
  }

  .subtitulos3 {
    left: 0px;
    top: 99px;
    width: 40%;
    font-size: 9px;
    line-height: 10px;
  }

  .linea-blanca-verticalls4 {
    top: 157%;
  }

  .subtitulo-s4 {
    left: 0px;
    top: 99px;
    width: 60%;
    font-size: 9px;
    line-height: 10px;
  }

  .subtitulos2 {
    left: 0px;
    top: 99px;
    width: 40%;
    font-size: 9px;
    line-height: 10px;
  }

  .titulos1 {
    left: -5px;
    top: 44px;
    font-size: 49px;
  }

  .linea-blanca-vertical-s1 {
    top: 58%;
    margin-top: 0px;
  }

  .contfots {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .foto1 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .image-8 {
    max-width: 70%;
  }

  .catalogos {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}

@font-face {
  font-family: 'Din condensed';
  src: url('../fonts/din-condensed-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham book';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}