.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_01 {
  background-color: #000;
  background-image: none;
  font-family: 'Open Sans', sans-serif;
  color: #cbcaca;
}

.seccion_central {
  position: static;
  height: 100vh;
}

.div_logo {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100vh;
  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-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;
  text-align: center;
}

.texto01 {
  font-family: 'Open Sans', sans-serif;
  color: #ba9115;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.image {
  margin-top: -128px;
}

.grid {
  width: 500px;
  margin-top: 26px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div_izq {
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #ba9115;
}

.texto02 {
  font-family: 'Open Sans', sans-serif;
  color: #ba9115;
  font-size: 13px;
  line-height: 24px;
  text-align: left;
}

.texto03 {
  color: #ba9115;
  font-size: 20px;
}

.menu_sup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 150px;
  padding-top: 40px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(59%, #000), to(transparent));
  background-image: linear-gradient(180deg, #000 59%, transparent);
  color: #cbcaca;
}

.link_menu_sup {
  font-family: Oswald, sans-serif;
  color: #ba9115;
  font-size: 12px;
  letter-spacing: 3px;
}

.seccion_portada {
  height: 1000px;
  margin-top: 59px;
  padding-top: 0px;
  background-image: url('../images/fondo04.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 18px;
}

.container {
  max-width: 100%;
  margin-right: 7%;
  margin-left: 5%;
}

.link_block_menu_superior {
  margin-right: 16px;
  margin-left: 16px;
  padding-top: 20px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.link_block_menu_superior:hover {
  opacity: 0.4;
}

.text_link_superior01 {
  display: inline-block;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Oswald, sans-serif;
  color: #ba9115;
  font-size: 12px;
  text-align: center;
  letter-spacing: 4px;
}

.div_underline {
  height: 2px;
  background-color: #ba9115;
}

.img_logo:hover {
  opacity: 0.9;
}

.contenedor001 {
  max-width: 1200px;
  text-align: center;
}

.text_001 {
  margin-top: 40px;
  opacity: 0.8;
  font-family: 'Great Vibes', cursive;
  color: #ba9115;
  font-size: 90px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
  text-shadow: 14px 14px 20px #000;
}

.text_002 {
  margin-top: 286px;
  opacity: 0.75;
  font-family: Oswald, sans-serif;
  color: #cbcaca;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
}

.parrafo_001 {
  margin-top: 40px;
  opacity: 0.75;
  line-height: 23px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.boton_001 {
  margin-top: 73px;
  padding: 18px 26px;
  border-style: solid;
  border-width: 2px;
  border-color: #ba9115;
  background-color: rgba(16, 16, 16, 0.59);
  font-family: Oswald, sans-serif;
  color: #b5b4b4;
  font-weight: 200;
  text-align: center;
  letter-spacing: 5px;
  cursor: pointer;
}

.boton_001:hover {
  background-color: #101010;
}

.icons_menu_sup {
  display: inline-block;
  margin-right: 3px;
}

.grid-2 {
  margin-top: 108px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.parrafo_002 {
  margin-top: 10px;
  opacity: 0.8;
  line-height: 25px;
}

.image-2 {
  opacity: 0.75;
}

.image-3 {
  opacity: 0.75;
}

.image-4 {
  opacity: 0.75;
}

.seccion_somos {
  margin-top: 120px;
  margin-bottom: 85px;
  padding-bottom: 0px;
}

.grid-3 {
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div_001 {
  height: auto;
  padding: 32px 85px;
  background-color: rgba(16, 16, 16, 0.86);
  background-image: url('../images/fondo_somos.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.contenedor002 {
  max-width: 1400px;
  text-align: center;
}

.div_titulo_001 {
  width: 200px;
  height: 50px;
  margin-bottom: 20px;
  padding-bottom: 0px;
  border-radius: 3px;
  background-color: #ba9115;
}

.titulo01 {
  margin-top: 0px;
  padding-top: 3px;
  font-family: 'Open Sans', sans-serif;
  color: #101010;
  font-size: 23px;
  letter-spacing: 1px;
}

.div_002 {
  height: 500px;
  background-color: rgba(16, 16, 16, 0.86);
}

.parrafo_003 {
  margin-top: 40px;
  color: #ba9115;
  font-size: 18px;
  line-height: 34px;
  font-weight: 300;
  text-align: left;
}

.parrafo_004 {
  color: #ba9115;
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  text-align: left;
}

.grid-4 {
  height: 100%;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.div_003 {
  background-image: url('../images/foto_galeria_07.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.8;
}

.div_004 {
  background-image: url('../images/foto_galeria_03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.8;
}

.seccion_productos {
  padding-top: 43px;
  padding-bottom: 92px;
}

.div_titulo_002 {
  width: 300px;
  height: 50px;
  margin-bottom: 20px;
  padding-bottom: 0px;
  border-radius: 3px;
  background-color: #ba9115;
}

.div_contenedor_productos01 {
  margin-top: 46px;
}

.div_producto_001 {
  display: inline-block;
  width: 270px;
  height: auto;
  margin-right: 26px;
  margin-bottom: 60px;
  margin-left: 26px;
  border-style: solid;
  border-width: 1px;
  border-color: #322a11;
}

.div_foto_001 {
  height: 350px;
  background-image: url('../images/jamon100BEllota.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.6;
}

.div_foto_001:hover {
  opacity: 1;
}

.text_producto_001 {
  margin-top: 10px;
  margin-bottom: 0px;
  opacity: 0.8;
  font-size: 15px;
  line-height: 29px;
}

.linea01 {
  height: 2px;
  background-color: #ba9115;
}

.div_foto_002 {
  height: 350px;
  background-image: url('../images/jamon50BEllota.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.6;
}

.div_foto_002:hover {
  opacity: 1;
}

.div_foto_003 {
  height: 350px;
  background-image: url('../images/jamon_cebo_campo50.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.6;
}

.div_foto_003:hover {
  opacity: 1;
}

.div_foto_004 {
  height: 350px;
  background-image: url('../images/jamon_cebo50.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.6;
}

.div_foto_004:hover {
  opacity: 1;
}

.text_producto_002 {
  margin-top: 0px;
  opacity: 0.8;
  color: #907b3d;
  font-size: 15px;
  line-height: 29px;
  font-style: normal;
  font-weight: 700;
}

.seccion_contacto {
  padding-bottom: 197px;
}

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

.div_005 {
  padding: 20px;
}

.parrafo_005 {
  color: #ba9115;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
}

.div_006 {
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #ba9115;
}

.text-span {
  font-size: 22px;
}

.map {
  margin-top: 31px;
}

.seccion_footer {
  height: 100px;
  background-color: #ba9115;
}

.html-embed {
  margin-top: 51px;
}

.text_003 {
  margin-top: 29px;
  color: #101010;
  font-weight: 700;
  letter-spacing: 2px;
}

.bold-text-2 {
  font-size: 22px;
}

.seccion_galeria {
  height: auto;
  padding-bottom: 65px;
  background-color: #ba9115;
}

.grilla_fotos_galeria {
  margin-top: 31px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.titulo02 {
  margin-top: 27px;
  padding-top: 3px;
  font-family: 'Open Sans', sans-serif;
  color: #101010;
  font-size: 23px;
  letter-spacing: 1px;
}

.titulo03 {
  margin-top: 27px;
  padding-top: 3px;
  font-family: 'Open Sans', sans-serif;
  color: #ba9115;
  font-size: 23px;
  letter-spacing: 1px;
}

.div_titulo_003 {
  width: 200px;
  height: 50px;
  margin-bottom: 20px;
  padding-bottom: 0px;
  border-radius: 3px;
  background-color: #101010;
}

.div_foto_005 {
  height: 350px;
  background-image: url('../images/paleta100BEllota28deshuesado292.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.6;
}

.div_foto_005:hover {
  opacity: 1;
}

.div_foto_006 {
  height: 350px;
  background-image: url('../images/jamon_cebo_campo50deshuesado.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.6;
}

.div_foto_006:hover {
  opacity: 1;
}

.div_foto_007 {
  height: 350px;
  background-image: url('../images/jamon_cebo50deshuesado.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.6;
}

.div_foto_007:hover {
  opacity: 1;
}

.div_foto_008 {
  height: 350px;
  background-image: url('../images/jamon_gran_reservadeshuesado.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.6;
}

.div_foto_008:hover {
  opacity: 1;
}

.seccion_contacto-copy {
  padding-bottom: 197px;
}

.tabs {
  text-align: left;
}

.menu_tabla_contacto {
  margin-right: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #ba9115;
  background-color: transparent;
}

.menu_tabla_contacto:hover {
  background-color: #181818;
}

.menu_tabla_contacto.w--current {
  margin-right: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #ba9115;
  background-color: rgba(186, 145, 21, 0.29);
  color: #101010;
  cursor: pointer;
}

.parrafo_005-copy {
  color: #ba9115;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  cursor: pointer;
}

.text_producto_002-copy {
  margin-top: 0px;
  opacity: 0.8;
  color: transparent;
  font-size: 15px;
  line-height: 29px;
  font-style: italic;
  font-weight: 400;
}

.div_foto_009 {
  height: 350px;
  background-image: url('../images/jamon_gran_reserva_summun_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.6;
}

.div_foto_009:hover {
  opacity: 1;
}

.div_foto_010 {
  height: 350px;
  background-image: url('../images/paleta_gran_reserva.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.6;
}

.div_foto_010:hover {
  opacity: 1;
}

.div_foto_011 {
  height: 350px;
  background-image: url('../images/jamon_gran_reserva.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.6;
}

.div_foto_011:hover {
  opacity: 1;
}

.div_foto_012 {
  height: 350px;
  background-image: url('../images/paletaCEBO50BEllota28deshuesado29.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.6;
}

.div_foto_012:hover {
  opacity: 1;
}

.div_foto_013 {
  height: 350px;
  background-image: url('../images/paletaCEBOCAMPO50BEllota28deshuesado2920copia.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.6;
}

.div_foto_013:hover {
  opacity: 1;
}

.div_foto_014 {
  height: 350px;
  background-image: url('../images/paletaGRANRESERVAdeshuesado.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.6;
}

.div_foto_014:hover {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .seccion_portada {
    margin-top: -40px;
  }

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

  .contenedor001 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .text_001 {
    font-size: 70px;
  }

  .text_002 {
    font-size: 18px;
  }

  .parrafo_001 {
    font-size: 16px;
  }

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

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

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

  .seccion_somos {
    margin-top: 18px;
    margin-bottom: 70px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .seccion_productos {
    padding-right: 40px;
    padding-left: 40px;
  }

  .seccion_contacto {
    padding-right: 40px;
    padding-bottom: 89px;
    padding-left: 40px;
  }

  .grid-5 {
    display: block;
  }

  .text_003 {
    font-size: 12px;
    letter-spacing: 1px;
  }

  .menu-button {
    font-size: 23px;
  }

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

  .icon {
    font-size: 44px;
  }

  .nav-menu {
    padding-bottom: 20px;
    background-color: #101010;
    color: #101010;
  }

  .seccion_galeria {
    padding-right: 40px;
    padding-left: 40px;
  }

  .seccion_contacto-copy {
    padding-right: 40px;
    padding-bottom: 89px;
    padding-left: 40px;
  }
}

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

  .text_001 {
    font-size: 60px;
  }

  .parrafo_001 {
    font-size: 14px;
  }

  .grid-2 {
    margin-top: 56px;
  }

  .grid-3 {
    display: block;
  }

  .seccion_productos {
    padding-bottom: 46px;
  }

  .seccion_footer {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 479px) {
  .div_logo {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .image {
    margin-top: 71px;
  }

  .grid {
    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;
    -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_izq {
    width: 250px;
    margin-bottom: 21px;
  }

  .seccion_portada {
    height: auto;
    margin-top: -116px;
    padding-bottom: 60px;
  }

  .boton_001 {
    margin-top: 37px;
  }

  .grid-2 {
    display: block;
  }

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

  .parrafo_003 {
    font-size: 15px;
    line-height: 30px;
  }

  .parrafo_004 {
    font-size: 22px;
    line-height: 30px;
  }

  .seccion_productos {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div_producto_001 {
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
  }

  .div_005 {
    padding-left: 0px;
  }

  .seccion_footer {
    height: 120px;
    padding-bottom: 0px;
  }

  .bold-text {
    font-size: 18px;
  }

  .bold-text-2 {
    font-size: 16px;
  }

  .grilla_fotos_galeria {
    display: block;
  }

  .div_foto_galeria {
    margin-top: 16px;
  }
}

