.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.enlace_footer{
    text-decoration:none;
    color:white;
}

.barra_menu_superior {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #3fa02c;
  color: #fff;
}

.image {
  width: 200px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.text_enlace_menu_sup {
  padding-top: 40px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  -o-object-fit: fill;
  object-fit: fill;
}

.text_enlace_menu_sup:hover {
  opacity: 0.6;
}

.text_enlace_menu_sup.w--current {
  color: #0a2e06;
}

.seccion_slide_portada {
  margin-top: 70px;
  background-color: #2e7626;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3fa02c), to(#2e7626));
  background-image: linear-gradient(180deg, #3fa02c, #2e7626);
}

.slider {
  min-height: 700px;
  margin-right: 40px;
  margin-left: 40px;
  background-color: transparent;
}

.image-2 {
  display: inline-block;
  max-width: 40%;
  margin-top: 0px;
  margin-left: 10%;
  opacity: 0.9;
}

.text_slide_titulo {
  position: static;
  display: block;
  margin-top: 140px;
  margin-right: 100px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 65px;
  line-height: 65px;
  text-align: right;
}

.text_slide_parrafo {
  display: block;
  margin-top: 40px;
  margin-right: 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  text-align: right;
}

.div_text_slide {
  display: inline-block;
  margin-right: 10%;
  padding-top: 0px;
  text-align: right;
}

.grid {
  margin-right: 10%;
  margin-left: 10%;
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-3 {
  max-width: 100%;
  min-width: 600px;
}

.div-block {
  text-align: right;
}

.bold-text {
  color: #0a2e06;
}

.seccioin_productos_destacados {
  height: auto;
  margin-bottom: 0px;
  padding-bottom: 80px;
  background-color: #f9f9f9;
  color: #e9e4e4;
  text-align: center;
}

.image-4 {
  max-width: 50%;
}

.contenedor_productos_destacados {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.div_producto_destacado {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: auto;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
  -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;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #e9e4e4;
  border-radius: 20px;
  background-color: transparent;
  color: #fff;
  text-align: center;
}

.img_producto_destacado {
  display: block;
  max-height: none;
  max-width: 70%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 4px;
}

.nombre_destacado {
  display: block;
  width: 200px;
  margin-top: -20px;
  margin-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  color: #3fa02c;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.image-5 {
  overflow: visible;
  max-height: 50%;
  max-width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.slide {
  background-image: url('../images/fondo02.png');
  background-position: 50% 50%;
  background-size: cover;
}

.text_titulo_seccion {
  margin-top: 59px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #3fa02c;
  font-size: 32px;
}

.text_titulo_seccion._2 {
  margin-top: 73px;
  color: #fff;
}

.boton_linea {
  width: 150px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 9px 15px;
  border-radius: 11px;
  background-color: #3fa02c;
  background-image: linear-gradient(260deg, #3fa02c, #2e7626);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.boton_linea._3 {
  background-color: #2e58a6;
  background-image: linear-gradient(100deg, #2e58a6, #4fa0ca);
}

.boton_linea._3 {
  background-color: #84127d;
  background-image: linear-gradient(275deg, #e52c5d, #84127d);
  cursor: auto;
}

.boton_linea._2 {
  background-image: linear-gradient(260deg, #4fa0ca, #2e58a6);
}

.text_seccion_01 {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  color: #3fa02c;
}

.text_seccion_01._2 {
  margin-bottom: 41px;
  color: #fff;
}

.seccion_somos {
  min-height: 400px;
  background-color: #3fa02c;
  background-image: url('../images/fondo-somos2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.text_titulo_somos {
  margin-top: 60px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 58px;
}

.grid-2 {
  margin-top: 40px;
  margin-bottom: 60px;
  grid-column-gap: 69px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text_somos_interno {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}

.seccion_lineas {
  background-color: #f9f9f9;
}

.contenedor_lineas {
  text-align: center;
}

.grid-3 {
  margin-top: 40px;
  margin-bottom: 60px;
  grid-column-gap: 34px;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text_lineas_trabajo {
  font-family: Montserrat, sans-serif;
  color: #3fa02c;
  text-align: left;
}

.seccion_footer {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: auto;
  background-color: #3fa02c;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.grid-4 {
  margin-top: 40px;
  margin-bottom: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-6 {
  max-width: 50%;
}

.text_titulo_footer {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 20px;
}

.paragraph {
  line-height: 25px;
}

.boton_footer {
  width: 300px;
  border-radius: 11px;
  background-color: #2e7626;
  text-align: center;
}

.boton_footer._2 {
  margin-top: 10px;
}

.div_aviso_legal {
  height: 70px;
  background-color: #2e7626;
}

.text_aviso_legal {
  margin-top: 20px;
  text-align: center;
}

.seccion_catalogo_productos {
  margin-top: 70px;
  margin-bottom: 0px;
  padding-bottom: 140px;
  background-color: #e9e4e4;
}

.contenedor_productos_pag {
  margin-top: 40px;
}

.text_productos_pag {
  margin-top: 60px;
  font-family: Montserrat, sans-serif;
  color: #3fa02c;
}

.text_parrafo_productos_pag {
  font-family: Montserrat, sans-serif;
  color: #3fa02c;
}

.tabla_productos {
  margin-top: 31px;
}

.div_producto_pag {
  display: inline-block;
  width: 200px;
  height: 330px;
  margin-top: 40px;
  margin-right: 20px;
  margin-left: 20px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #f9f9f9;
  border-radius: 20px;
  background-color: #e9e4e4;
  text-align: center;
}

.tabs-content {
  top: 43px;
  text-align: center;
}

.t {
  border-style: solid;
  border-width: 2px;
  border-color: #3fa02c;
  border-radius: 30px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #3fa02c;
  font-weight: 500;
}

.t.w--current {
  border-radius: 30px;
  background-color: #3fa02c;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
}

.t._2 {
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4fa0ca), to(#2e58a6));
  background-image: linear-gradient(180deg, #4fa0ca, #2e58a6);
  color: #fff;
}

.t._2.current {
  border-style: solid;
  border-width: 2px;
  border-color: #3fa02c;
  background-color: transparent;
  background-image: none;
  color: #3fa02c;
}

.t._2.current.w--current {
  border-width: 3px;
  border-color: #4fa0ca;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4fa0ca), to(#2e58a6));
  background-image: linear-gradient(180deg, #4fa0ca, #2e58a6);
  color: #fff;
}

.t._3 {
  border-radius: 30px;
  font-family: Montserrat, sans-serif;
  color: #3fa02c;
  font-weight: 500;
}

.t._3.w--current {
  border-color: #e52c5d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e52c5d), to(#84127d));
  background-image: linear-gradient(180deg, #e52c5d, #84127d);
  color: #fff;
}

.t._4 {
  margin-left: 10px;
  border-color: #fd1a16;
  border-radius: 30px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
}

.text_nombre_pro_pag_health {
  margin-top: -20px;
  font-family: Montserrat, sans-serif;
  color: #3fa02c;
  font-size: 18px;
  text-align: center;
}

.tab_sport {
  margin-left: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #3fa02c;
  border-radius: 30px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #3fa02c;
  font-weight: 500;
}

.tab_sport.w--current {
  margin-left: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #fd1a16;
  border-radius: 30px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c2000b), to(#fd1a16));
  background-image: linear-gradient(180deg, #c2000b, #fd1a16);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
}

.seccion_contacto {
  margin-top: 0px;
  background-color: #e9e4e4;
}

.seccion_contacto._2 {
  margin-top: 85px;
}

.contenedor_contacto {
  margin-bottom: 0px;
  padding-bottom: 140px;
}

.text_formulario {
  font-family: Montserrat, sans-serif;
  color: #2e7626;
}

.boton_formulario {
  border-radius: 30px;
  background-color: #3fa02c;
}

.campo_comentarios {
  height: 250px;
  min-height: 250px;
  padding-top: 20px;
  padding-left: 20px;
  border-radius: 30px;
}

.campo_comentarios:focus {
  box-shadow: 0 0 7px 2px rgba(63, 160, 44, 0.84);
}

.campo_formulario {
  padding-left: 20px;
  border-radius: 30px;
}

.campo_formulario:focus {
  box-shadow: 0 0 7px 2px rgba(63, 160, 44, 0.79);
}

.slide-2 {
  background-image: url('../images/fondo02.png');
  background-position: 50% 50%;
  background-size: cover;
}

.bold-text-2 {
  color: #0a2e06;
}

.seccion_cmo {
  margin-bottom: 0px;
  padding-bottom: 109px;
  background-color: #3fa02c;
  background-image: url('../images/fondo01.png');
  background-position: 50% 50%;
  background-size: auto;
  font-family: Montserrat, sans-serif;
}

.contenedor_cmo {
  text-align: center;
}

.t11 {
  margin-bottom: 10px;
  color: #0a2e06;
  font-size: 22px;
  text-align: left;
}

.t11._2 {
  font-size: 20px;
  line-height: 25px;
}

.p11 {
  margin-bottom: 50px;
  color: #fff;
  text-align: left;
}

.image-7 {
  max-width: 80%;
}

.link_idiomas {
  width: 24px;
  height: 24px;
  margin-top: 36px;
  margin-right: 15px;
}

.link_idiomas._2 {
  opacity: 0.5;
}

.link_idiomas._2._3 {
  opacity: 1;
}

.text-block {
  font-family: Montserrat, sans-serif;
  color: #2e7626;
  font-weight: 600;
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
  color: #c2000b;
  font-weight: 600;
}

.body {
  background-color: #e9e4e4;
}

.body-2 {
  background-color: #e9e4e4;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #3fa02c;
}

.bold-text-3 {
  color: #0a2e06;
}

.bold-text-4 {
  color: #0a2e06;
}

.seccion_footer_eng {
  background-color: #3fa02c;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.body-3 {
  background-color: #e9e4e4;
}

@media screen and (max-width: 991px) {
  .text_enlace_menu_sup {
    display: block;
    margin-right: auto;
    margin-left: auto;
    border-bottom: 1px solid #3fa02c;
    text-align: center;
  }

  .text_enlace_menu_sup.w--current {
    margin-right: auto;
    margin-left: auto;
  }

  .text_slide_titulo {
    margin-top: -200px;
    margin-right: 20px;
    text-align: center;
    text-shadow: 1px 1px 13px #0a2e06;
  }

  .text_slide_parrafo {
    margin-top: 0px;
    margin-right: 20px;
    text-align: center;
  }

  .grid {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .image-3 {
    max-width: 70%;
    text-align: center;
  }

  .contenedor_productos_destacados {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .div_producto_destacado {
    position: static;
    display: inline-block;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-6 {
    max-width: 80%;
  }

  .contenedor_cmo {
    padding-right: 20px;
    padding-left: 20px;
  }

  .grid-5 {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .nav-menu {
    margin-bottom: 0px;
    padding-bottom: 27px;
    background-color: #2e7626;
    text-align: center;
  }

  .menu-button {
    background-color: transparent;
  }
}

@media screen and (max-width: 767px) {
  .text_slide_titulo {
    margin-top: -142px;
  }

  .image-3 {
    max-width: 50%;
    min-width: 500px;
  }

  .contenedor_somos {
    padding-right: 20px;
    padding-left: 20px;
  }

  .grid-3 {
    display: inline-block;
    padding-right: 40px;
    padding-left: 40px;
  }

  .grid-4 {
    display: block;
    text-align: center;
  }

  .image-6 {
    max-width: 60%;
  }

  .text_productos_pag {
    margin-left: 20px;
  }

  .text_parrafo_productos_pag {
    margin-left: 20px;
  }

  .form-block {
    margin-right: 20px;
    margin-left: 20px;
  }

  .grid-5 {
    display: inline-block;
  }

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

@media screen and (max-width: 479px) {
  .text_enlace_menu_sup {
    border-bottom: 1px solid #3fa02c;
    background-color: #2e7626;
    text-align: center;
  }

  .seccion_slide_portada {
    text-align: center;
  }

  .slider {
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
  }

  .slider.eng {
    min-height: 650px;
  }

  .text_slide_titulo {
    margin-top: -30px;
    margin-right: 0px;
    font-size: 35px;
    line-height: 35px;
    text-align: center;
  }

  .text_slide_parrafo {
    margin-top: 10px;
    margin-right: 10px;
    text-align: center;
  }

  .grid {
    display: block;
    margin-right: 0%;
    margin-left: 0%;
    text-align: center;
  }

  .image-3 {
    min-width: 300px;
  }

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

  .contenedor_productos_destacados {
    display: block;
  }

  .div_producto_destacado {
    margin-right: auto;
    margin-left: auto;
  }

  .slide {
    text-align: center;
  }

  .text_titulo_seccion {
    margin-right: 20px;
    margin-left: 20px;
  }

  .text_titulo_seccion._2 {
    font-size: 28px;
  }

  .text_seccion_01 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .text_titulo_somos {
    margin-left: 20px;
  }

  .grid-2 {
    display: block;
    margin-right: 20px;
    margin-left: 20px;
  }

  .text_somos_interno {
    text-align: left;
  }

  .grid-3 {
    display: block;
  }

  .text_lineas_trabajo {
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .left-arrow {
    margin-left: -20px;
  }

  .right-arrow {
    margin-right: -20px;
  }

  .grid-4 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .icon {
    margin-top: 140px;
  }

  .icon-2 {
    margin-top: 140px;
  }

  .text_productos_pag {
    margin-left: 20px;
  }

  .text_parrafo_productos_pag {
    margin-right: 20px;
    margin-left: 20px;
  }

  .t {
    width: 200px;
    margin-bottom: 10px;
    text-align: center;
  }

  .t.w--current {
    width: 200px;
    margin-bottom: 10px;
    text-align: center;
  }

  .t._2 {
    width: 200px;
    margin-bottom: 10px;
    text-align: center;
  }

  .t._3 {
    width: 200px;
    margin-bottom: 10px;
    text-align: center;
  }

  .t._4 {
    width: 200px;
    text-align: center;
  }

  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -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;
    text-align: center;
  }

  .tab_sport {
    width: 200px;
    margin-left: 0px;
    text-align: center;
  }

  .tab_sport.w--current {
    width: 200px;
    margin-left: 0px;
    text-align: center;
  }

  .contenedor_contacto {
    padding-bottom: 49px;
  }

  .form-block {
    margin-right: 20px;
    margin-left: 20px;
  }
}

#w-node-a9583fcd1d24-702b856a {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-62e94fb7242c-702b856a {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-60ef00d084aa-f9c738dd {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-60ef00d084b8-f9c738dd {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}