html {
  min-height: 100%;
  position: relative; }

body {
  color: white;
  font-family: "EncodeSansExpanded Regular";
  font-size: 0.8vw;
  margin: 0; }
  body a {
    text-decoration: none; }

section {
  scroll-margin-top: 7vw;
  position: relative; }

.parallax2 {
  position: sticky;
  top: -7vw; }

.parallax {
  background-attachment: fixed;
  background-position: center;
  background-size: 90%;
  background-repeat: no-repeat; }

.solo_escritorio {
  display: block; }

.solo_mobiles {
  display: none; }

.cargando {
  width: 2vw; }

.tit_p {
  display: block;
  color: #bc5c14;
  margin-bottom: 1.5vw;
  font-size: 1vw;
  font-family: "EncodeSansExpanded Medium";
  text-transform: uppercase; }

.tit1 {
  font-size: 2.8vw;
  font-family: "EncodeSansExpanded SemiBold";
  display: block; }

.tit2 {
  font-size: 2.8vw;
  font-family: "EncodeSansExpanded Regular";
  display: block; }

.div_home {
  width: 100%;
  background-color: black;
  background-image: url("../imagenes/Capa 1.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
  height: 45vw;
  align-items: center;
  display: grid;
  position: relative; }

.logo_home {
  font-size: 12vw;
  transition: all 0.4s;
  color: #bc5c14;
  position: absolute;
  top: -6vw;
  left: calc(50% - 8.2vw);
  z-index: 100; }

.texto_home {
  display: block;
  text-align: center;
  margin-top: 3vw;
  margin-bottom: 1vw; }

.linea_vertical {
  width: 0.1vw;
  box-sizing: border-box;
  height: 6vw;
  background-color: #bc5c14;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 3vw; }

.scroll_home {
  font-size: 5vw;
  color: white; }

.grid_nosotros {
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  grid-gap: 0;
  background-color: black;
  font-size: 1vw; }
  .grid_nosotros > div:nth-child(2) {
    padding: 5vw 6vw 4vw 4vw;
    position: relative;
    z-index: 20; }

.bg_nosotros {
  position: relative;
  background-image: linear-gradient(270deg, black 0%, rgba(0, 0, 0, 0.7) 35%), url("../imagenes/pexels-picjumbocom-225229.jpg");
  background-position: left 25%;
  background-size: 100%, 130%;
  background-repeat: no-repeat;
  height: 45vw; }

.parrafo_nosotros {
  display: block;
  box-sizing: border-box;
  text-align: justify;
  margin-top: 2vw;
  font-size: 0.9vw; }

.parrafo_tit_nosotros {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  font-size: 2.4vw;
  width: 35vw;
  margin-left: calc(50% - 17.5vw);
  font-style: italic;
  vertical-align: middle; }

.div_vertical {
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle; }

.bold_fuente {
  font-family: "EncodeSansExpanded Bold"; }

.grande_fuente {
  font-size: 1.2vw;
  display: inline-block;
  margin-right: 0.5vw;
  vertical-align: middle; }

.icono_fuente {
  display: inline-block;
  padding: 0.4vw;
  text-align: center;
  background-color: black;
  color: white;
  font-size: 0.8vw;
  border-radius: 50%;
  vertical-align: middle; }

.bg_pisco {
  height: 45vw;
  position: relative; }

.bton_ficha {
  width: 15vw;
  text-align: center;
  padding: 0.5vw 0;
  box-sizing: border-box;
  border: solid 0.1vw #bc5c14;
  color: #bc5c14;
  margin-top: 3vw;
  display: block;
  cursor: pointer;
  text-decoration: none;
  font-size: 0.8vw;
  background-color: transparent;
  border-radius: 0; }
  .bton_ficha:hover {
    background-color: #bc5c14;
    color: white; }

.img_pisco {
  position: absolute;
  object-fit: cover;
  object-position: top;
  top: 0;
  right: -7vw;
  width: 80%;
  height: 100%;
  z-index: 10; }

.div_ficha_tecnica {
  width: 100%;
  height: 42vw;
  box-sizing: border-box;
  background-color: black;
  position: relative;
  color: white; }

.fondo_ficha_tecnica {
  width: 100%;
  height: 120%;
  object-fit: cover;
  object-position: top;
  position: absolute;
  top: -20%;
  left: 0;
  z-index: 50; }

.grid_ficha_tecnica {
  width: 88%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2vw;
  z-index: 60;
  position: relative;
  height: 42vw; }
  .grid_ficha_tecnica > div:nth-child(1) {
    padding-top: 6vw; }
  .grid_ficha_tecnica > div:nth-child(2) {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  .grid_ficha_tecnica > div:nth-child(3) {
    align-items: center;
    display: grid;
    line-height: 1.4vw; }

.img_botella_ficha {
  display: inline-block;
  margin-left: 5.5vw;
  height: 42vw;
  box-sizing: border-box;
  vertical-align: middle; }

.img_mapa_chile {
  display: inline-block;
  width: 5vw;
  box-sizing: border-box;
  vertical-align: middle;
  margin-left: 2vw; }

.sub_tit {
  display: block;
  font-size: 1.5vw;
  font-family: "EncodeSansExpanded Light"; }

.tabla_ficha {
  width: 90%;
  margin-top: 3vw;
  padding: 0;
  border-collapse: collapse;
  box-sizing: border-box;
  font-size: 0.8vw; }
  .tabla_ficha td {
    padding: 0.5vw 0;
    border-bottom: solid 0.1vw white;
    width: 50%;
    box-sizing: border-box; }
  .tabla_ficha tr:last-child td {
    border-bottom: none; }

.div_tienda {
  width: 100%;
  height: 45vw;
  box-sizing: border-box;
  color: black;
  padding-top: 4vw;
  font-family: "EncodeSansExpanded Medium";
  background-color: white;
  background: linear-gradient(180deg, #f7f7f7 80%, #ebebeb 20%); }

.grid_tienda {
  width: 88%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2vw;
  z-index: 60;
  position: relative; }
  .grid_tienda > div:nth-child(1) {
    padding-top: 6vw; }
  .grid_tienda > div:nth-child(3) {
    display: grid;
    padding-top: 5vw; }

.txt_color_bl {
  color: black; }

.img_botella_tienda {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 42vw;
  box-sizing: border-box; }

.tit_precio {
  display: block;
  color: #bc5c14;
  margin-bottom: 0;
  font-size: 1.5vw; }

.parrafo_tienda {
  font-size: 0.8vw;
  line-height: 1.2vw;
  margin-top: 3vw;
  width: 80%; }

.tabla_tienda {
  width: 90%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0;
  border-bottom: 0.1vw solid black;
  font-size: 0.8vw;
  margin-top: 1.5vw;
  padding-bottom: 1vw;
  font-family: "EncodeSansExpanded Medium"; }
  .tabla_tienda > div {
    padding: 0.5vw 0; }

.span_cumbres {
  display: block;
  padding: 0.5vw 0; }

.span2_cumbres {
  display: block;
  padding: 0.5vw 0;
  font-size: 0.7vw; }

.grid_bton_tienda {
  width: 90%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  grid-gap: 0.5vw;
  margin: 1vw 0; }

.bton_tienda {
  width: 100%;
  text-align: center;
  padding: 0.5vw 0;
  box-sizing: border-box;
  border: solid 0.1vw #bc5c14;
  color: #bc5c14;
  display: block;
  cursor: pointer;
  text-decoration: none;
  font-size: 0.8vw;
  background: transparent;
  border-radius: 0; }
  .bton_tienda:hover {
    background-color: #bc5c14;
    color: white; }

.grid_prod_carro {
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 0.7fr 1.6fr 0.7fr;
  grid-gap: 0;
  border: solid 0.1vw black; }
  .grid_prod_carro > div:nth-child(1) {
    border-right: solid 0.1vw black;
    cursor: pointer; }
  .grid_prod_carro > div:nth-child(3) {
    border-left: solid 0.1vw black;
    cursor: pointer; }

.icono_prod_carro {
  padding: 0.5vw 0;
  width: 100%;
  display: block;
  box-sizing: border-box;
  text-align: center;
  font-size: 1vw; }

.input_prod_carro {
  padding: 0.5vw 0;
  width: 100%;
  display: block;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.8vw;
  border: none;
  background-color: transparent;
  outline: none; }

.icono_redes_tienda {
  font-size: 1.2vw;
  color: #cccccc;
  display: inline-block;
  text-decoration: none;
  margin: 1vw 1vw 1vw 0; }

.div_contacto {
  width: 100%;
  background-color: black;
  background-image: url("../imagenes/Textura.png");
  background-position: center -5vw;
  background-size: contain;
  background-repeat: no-repeat;
  box-sizing: border-box;
  height: 45vw;
  align-items: center;
  display: grid; }

.grid_form_contacto {
  width: 50%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1vw 2vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3vw;
  margin-bottom: 3vw; }
  .grid_form_contacto input[type="text"], .grid_form_contacto textarea {
    background-color: transparent;
    outline: none;
    border: solid 0.1vw transparent;
    border-bottom: 0.1vw solid #cccccc;
    font-size: 1vw;
    padding: 0.5vw;
    display: block;
    width: 100%;
    box-sizing: border-box;
    resize: none;
    color: white;
    border-radius: 0; }
    .grid_form_contacto input[type="text"]::placeholder, .grid_form_contacto textarea::placeholder {
      color: white; }
    .grid_form_contacto input[type="text"]:focus, .grid_form_contacto textarea:focus {
      border: solid 0.1vw white; }
    .grid_form_contacto input[type="text"]:hover, .grid_form_contacto textarea:hover {
      border: solid 0.1vw white; }

.comb_2grid {
  grid-column: 1 / span 2; }

.bton_form {
  display: inline-block;
  margin: 1vw 1vw 1vw 0; }

.bton2 {
  width: 10vw; }

.error_contacto {
  display: block;
  position: absolute;
  color: #bc5c14;
  font-size: 0.8vw; }

.div_redes_index {
  font-size: 0;
  position: fixed;
  right: 0;
  top: calc(50% - 3vw);
  z-index: 100; }

.icono_redes_index {
  font-size: 1vw;
  padding: 1vw 3vw 1vw 0;
  display: block;
  color: #cccccc; }

.color_bton_bolsa2 {
  margin-top: 0.8vw;
  text-transform: uppercase; }

.txt_semibold {
  font-family: "EncodeSansExpanded Bold"; }

.bg_pisco_grid {
  background-image: url("../imagenes/Botella_Cumbres.png");
  background-position: 45% bottom;
  background-size: contain;
  background-repeat: no-repeat; }

.div_sesion {
  width: 30%;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  padding: 2vw;
  background-color: white;
  color: black;
  border-radius: 0.5vw; }

.div_qs {
  padding-top: 9vw !important; }

@media screen and (max-width: 980px) {
  body {
    font-size: 14px; }

  section {
    scroll-margin-top: 60px; }

  .div_qs {
    padding-top: 50px !important; }

  .solo_escritorio {
    display: none; }

  .solo_mobiles {
    display: block; }

  .cargando {
    width: 30px; }

  .grande_fuente {
    font-size: 18px;
    margin-right: 8px; }

  .icono_fuente {
    padding: 6px;
    font-size: 14px; }

  .parallax2 {
    position: inherit;
    top: 0; }

  .tit_p {
    margin-bottom: 24px;
    font-size: 16px; }

  .tit1 {
    font-size: 30px; }

  .tit2 {
    font-size: 30px; }

  .div_home {
    height: 550px; }
    .div_home > div:first-child {
      margin-top: 0px; }

  .logo_home {
    font-size: 120px;
    top: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    display: block;
    position: inherit; }

  .texto_home {
    margin-top: 30px;
    margin-bottom: 16px; }

  .linea_vertical {
    width: 1px;
    height: 80px;
    margin-bottom: 30px; }

  .scroll_home {
    font-size: 70px;
    color: white; }

  .grid_nosotros {
    width: 100%;
    grid-template-columns: 1fr;
    grid-gap: 0;
    font-size: 14px; }
    .grid_nosotros > div:nth-child(2) {
      padding: 30px 10% 100px 10%;
      z-index: 20;
      text-align: center; }

  .bg_nosotros {
    height: 400px; }

  .parrafo_nosotros {
    margin-top: 30px;
    font-size: 14px; }

  .parrafo_tit_nosotros {
    font-size: 24px;
    width: 350px;
    margin-left: calc(50% - 175px); }

  .bg_pisco {
    height: 300px;
    position: relative; }

  .bton_ficha {
    width: 250px;
    padding: 8px 0;
    border: solid 1px #bc5c14;
    margin-top: 30px;
    font-size: 14px; }

  .img_pisco {
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    z-index: 10; }

  .div_ficha_tecnica {
    width: 100%;
    height: auto; }

  .fondo_ficha_tecnica {
    width: 100%;
    height: 110%;
    top: -10%; }

  .grid_ficha_tecnica {
    width: 80%;
    grid-template-columns: 0.6fr 1.4fr;
    grid-gap: 50px 20px;
    z-index: 60;
    padding: 30px 0;
    height: auto; }
    .grid_ficha_tecnica > div:nth-child(1) {
      padding-top: 60px;
      grid-column: 1 / span 2; }
    .grid_ficha_tecnica > div:nth-child(3) {
      line-height: 16px; }

  .img_botella_ficha {
    display: none;
    height: 300px; }

  .img_mapa_chile {
    width: 120px;
    margin-left: -80px; }

  .sub_tit {
    font-size: 24px; }

  .tabla_ficha {
    width: 100%;
    margin-top: 30px;
    padding: 0;
    border-collapse: collapse;
    box-sizing: border-box;
    font-size: 14px; }
    .tabla_ficha td {
      padding: 8px 0;
      border-bottom: solid 1px white;
      width: 50%;
      box-sizing: border-box; }
    .tabla_ficha tr:last-child td {
      border-bottom: none; }

  .div_tienda {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    background: linear-gradient(180deg, #f7f7f7 80%, #ebebeb 20%);
    color: black;
    padding-top: 40px;
    font-family: "EncodeSansExpanded Medium"; }

  .grid_tienda {
    width: 80%;
    grid-template-columns: 0.5fr 1.5fr;
    grid-gap: 30px 10px;
    z-index: 60;
    padding: 30px 0; }
    .grid_tienda > div:nth-child(1) {
      padding-top: 0;
      grid-column: 1 / span 2; }
    .grid_tienda > div:nth-child(3) {
      display: grid;
      padding-top: 0; }

  .img_botella_tienda {
    height: 400px;
    object-fit: cover;
    object-position: -77px -30px;
    width: 250%; }

  .tit_precio {
    display: block;
    color: #bc5c14;
    margin-bottom: 0;
    font-size: 24px; }

  .parrafo_tienda {
    font-size: 14px;
    line-height: 18px;
    margin-top: 30px;
    width: 100%; }

  .tabla_tienda {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0;
    border-bottom: 1px solid black;
    font-size: 12px;
    margin-top: 24px;
    padding-bottom: 16px; }
    .tabla_tienda > div {
      padding: 8px 0; }

  .span_cumbres {
    display: inline-block;
    padding: 8px 0;
    font-size: 12px;
    vertical-align: middle; }

  .span2_cumbres {
    display: inline-block;
    padding: 8px 0;
    font-size: 12px;
    vertical-align: middle; }

  .grid_bton_tienda {
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 8px;
    margin: 16px 0; }

  .bton_tienda {
    padding: 8px 0;
    border: solid 1px #bc5c14;
    font-size: 12px; }

  .grid_prod_carro {
    width: 100%;
    grid-template-columns: 0.7fr 1.6fr 0.7fr;
    border: solid 1px black; }
    .grid_prod_carro > div:nth-child(1) {
      border-right: solid 1px black;
      cursor: pointer; }
    .grid_prod_carro > div:nth-child(3) {
      border-left: solid 1px black;
      cursor: pointer; }

  .icono_prod_carro {
    padding: 8px 0;
    width: 100%;
    font-size: 16px; }

  .input_prod_carro {
    padding: 8px 0;
    width: 100%;
    font-size: 12px; }

  .icono_redes_tienda {
    font-size: 18px;
    margin: repeat(3, 16px) 0;
    vertical-align: middle; }

  .div_contacto {
    width: 100%;
    background-color: black;
    background-image: url("../imagenes/Textura.png");
    background-position: center;
    height: auto;
    align-items: center;
    display: grid;
    padding: 30px 0; }

  .grid_form_contacto {
    width: 80%;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px 26px;
    margin-top: 20px;
    margin-bottom: 20px; }
    .grid_form_contacto input[type="text"], .grid_form_contacto textarea {
      border: solid 1px transparent;
      border-bottom: 1px solid #cccccc;
      font-size: 16px;
      padding: 8px; }
      .grid_form_contacto input[type="text"]:focus, .grid_form_contacto textarea:focus {
        border: solid 1px white; }

  .comb_2grid {
    grid-column: 1 / span 2; }

  .bton_form {
    display: inline-block;
    margin: repeat(3, 16px) 0;
    width: 200px; }

  .bton2 {
    width: 150px; }

  .error_contacto {
    font-size: 14px; }

  .div_redes_index {
    font-size: 0;
    position: fixed;
    right: 0;
    top: calc(50% - 3vw);
    z-index: 100; }

  .icono_redes_index {
    font-size: 14px;
    padding: 10px 20px 10px 0;
    display: block;
    color: #cccccc; }

  .color_bton_bolsa2 {
    margin-top: 8px; }

  .txt_semibold {
    font-family: "EncodeSansExpanded Bold"; } }
