.pisco-passion--container {
  width: 100%;
  min-width: 320px;
  max-width: 1000px;
  text-align: center;
  margin: 130px auto 50px;
  padding-top: 30px;
}
.pisco-passion--title {
  font-size: 2.2rem;
  font-weight: 700;
  font-style: bold;
  letter-spacing: 1px;
  color: var(--warm-black);
}
.passion-description--container {
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  margin: 20px auto;
  padding: 0px 10px;
}
.passion-logo {
  width: 70px;
  height: 70px;
  justify-self: center;
}
.passion-logo img {
  width: 70px;
  height: 70px;
  justify-self: center;
}
.passion-description {
  width: 70%;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 1px;
  color: var(--warm-black);
}
.passion-banner {
  width: 90%;
  height: 50px;
  margin: 10px auto;
}
.banner-up {
  background-image: url('../images/uvas1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner-middle-up {
  background-image: url('../images/uvas2.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner-middle-down {
  background-image: url('../images/uvas3.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner-down {
  background-image: url('../images/uvas4.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.strategic-alliance--container {
  width: 100%;
  min-width: 320px;
  max-width: 1100px;
  text-align: center;
  padding-top: 30px;
  margin: 0 auto 50px;
}
.strategic-alliance--title {
  font-size: 2.2rem;
  font-weight: 700;
  font-style: bold;
  letter-spacing: 1px;
  color: var(--warm-black); 
}
.alliance-description {
  width: 70%;
  margin: 30px auto;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 1px;
  color: var(--warm-black); 
  text-align: center;
}
.alliance-banner {
  display: inline-block;
  width: 27%;
  height: 50vh;
  margin: auto 5px;
}
.banner-left {
  background-image: url('../images/campos1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner-center {
  background-image: url('../images/campos2.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner-right {
  background-image: url('../images/campos3.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.process-steps--container {
  width: 100%;
  min-width: 320px;
  height: auto;
  text-align: center;
  margin-top: 130px;
  padding-top: 30px;
}
.process-steps--title {
  font-size: 2.2rem;
  font-weight: 700;
  font-style: bold;
  letter-spacing: 1px;
  color: var(--warm-black);
}
.process-steps--slider {
  display: flex;
  height: auto;
  overflow-x: scroll;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 30px;
  justify-content: space-between;
}
.process-steps--card {
  scroll-snap-align: center;
  width: 100%;
  min-width: 260px;
  max-width: 400px;
  height: auto;
  margin: 30px 20px;
}
.step-number {
  display: inline-block;
  width: 40px;
  height: 40px;
} 
.number-one {
  background-image: url('../images/numberOne.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.number-two {
  background-image: url('../images/NumberTwo.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.number-three {
  background-image: url('../images/NumberThree.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.number-four {
  background-image: url('../images/NumberFour.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.number-five {
  background-image: url('../images/NumberFive.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.number-six {
  background-image: url('../images/NumberSix.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.step-title {
  margin: 20px;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 700;
  font-style: bold;
  letter-spacing: 1px;
  color: var(--warm-black);
}
.step-description {
  display: flex;
  width: 90%;
  height: 170px;
  margin: 0 auto;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 1px;
  text-align: center;
  align-items: center;
  justify-self: center;
  color: var(--warm-black);
}
.step-image {
  width: 100%;
  height: 250px;
  margin: 20px 0px;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(89, 73, 30, 0.16);
}
.card-vendimia {
  background-image: url("../images/1.UvasManos.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.card-despalillado {
  background-image: url("../images/2.Despalillado.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.card-mosto {
  background-image: url("../images/3.Mosto.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.card-destilacion {
  background-image: url("../images/4.Alambique.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.card-reposo {
  background-image: url("../images/5.Deposito.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.card-pisco{
  background-image: url("../images/6.Pisco.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.eie-enterprise--container {
  width: 100%;
  min-width: 320px;
  text-align: center;
  margin-top: 130px;
  padding-top: 30px; 
}
.eie-logo {
  width: 100px;
  height: 100px;
  margin: 0px auto;
}
.eie-enterprise--description {
  width: 70%;
  margin: 30px auto;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 1px;
  text-align: center;
  color: var(--warm-black);
}
.eie-contact--container {
  width: 85%;
  min-width: 320px;
  margin: 0px auto;
  text-align: center;
}
.eie-contact--title {
  margin: 20px auto;
  font-size: 2.2rem;
  font-weight: 700;
  font-style: bold;
  letter-spacing: 1px;
  color: var(--warm-black);
}
.eie-contact--warning{
  font-size: 1.6rem;
  font-weight: 700;
  font-style: bold;
  letter-spacing: 1px;
  color: var(--soft-golden);
  text-align: right;
  padding-right: 5%;
}
.eie-contact--form {
  display: flex; 
  flex-wrap: wrap;
  width: 100%;
  min-width: 320px;
  justify-content: center;
}
.eie-contact--form label {
  display:flex;
  flex-direction: column;
  width: 90%;
  text-align: left;
  margin: 10px 0px;
}
.eie-contact--form span {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 10px 0px;
  color: var(--warm-black);
}
.eie-contact--form input {
  border: 1px solid var(--warm-black);
  height: 30px;
  padding: 0px 5px;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--warm-black);
}
.eie-contact--form #mensaje {
  height: 200px;
  border: 1px solid var(--warm-black);
  padding: 0px 5px;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--warm-black);
}
.eie-contact--form .terminos-label {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.eie-contact--form .terminos-label input {
  height: 20px;
  width: 20px;
  min-width: 20px;
  margin: 10px;
}
.eie-contact--form .form-button {
  width: 150px;
  height: 50px;
  background-color: var(--black);
  border: 2px solid var(--green);
  border-radius: 5px;
  font-family: inherit;
  font-size: 2.2rem;
  font-weight: 400;
  font-style: italic;
  line-height: 3.5rem;
  letter-spacing: 1px;
  color: var(--soft-golden);
  cursor: pointer;
}
.eie-info--container{
  width: 100%;
  min-width: 320px;
  text-align: center;
  padding-top: 30px; 
}
.eie-info--description {
  width: 70%;
  margin: 30px auto;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 1px;
  text-align: center;
  color: var(--warm-black); 
}
.eie-links--container {
  width: 80%;
  max-width: 300px;
  margin: 0px auto;
}
.eie-link--card {
  display: flex;
  margin: 10px 0px;
}
.eie-link--card a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  text-decoration: none;
}
.eie-link--card .whatsapp-logo {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url('../images/whatsapp_svg.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.eie-link--card .mail-logo {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url('../images/mail_svg.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.eie-link--description {
  width: 200px;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 1px;
  color: var(--warm-black);
  text-align: left;
  align-self: center;
}
.eie-social--icons {
  display: flex;
  width: 80%;
  max-width: 380px;
  margin: 25px auto;
  justify-content: space-around;
}

.faq-hero--container {
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 130px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  flex-direction: column;
  font-family: inherit;
}
.faq-hero--title {
  font-family: inherit;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 3.5rem;
  letter-spacing: 1px;
  color: var(--warm-black);
}
.faq-hero-img {
  width: 100%;
  min-height: 340px;
  max-height: 1000px;
  max-width: 650px;
  margin: 20px auto;
  background-image: url("../images/faq_hero_img.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.faq-topics--container {
  width: 80%;
  margin: 0 auto;
  min-width: 320px;
  max-width: 650px;
  text-align: center;
}
.faq-topic--article {
  border-top: 1px solid var(--soft-golden);
  padding-top: 30px;

}
.faq-topic--title {
  font-family: inherit;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3.5rem;
  letter-spacing: 1px;
  color: var(--warm-black);
  margin-bottom: 30px;
}
.faq-topic--description, .faq-topic--answer {
  font-family: inherit;
  font-size: 1.8rem;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 1px;
  line-height: 2.2rem;
  text-align: center;
  color: var(--warm-black);
  margin-bottom: 30px;
}
.faq-topic--image {
  display: inline-block;
  width: 27%;
  height: 50vh;
  min-width: 320px;
  margin: auto 5px;
  margin-bottom: 30px;
}
.faq-img-servicio {
  background-image: url('../images/faq_copa_pisco.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.faq-img-cata1 {
  background-image: url('../images/faq_cata_1.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.faq-img-cata2 {
  background-image: url('../images/faq_cata_2.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.faq-img-cata3 {
  background-image: url('../images/faq_cata_3.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.faq-img-almacenamiento {
  background-image: url('../images/faq_almacenamiento.jpg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.faq-img-maridaje {
  background-image: url('../images/faq_maridaje.jpg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.store--container {
  width: 100%;
  min-width: 320px;
  text-align: center;
  margin-top: 130px;
  padding-top: 30px; 
  margin-bottom: 20px;
}
.store--hero {
  width: 50%;
  height: 75vh;
  min-width: 350px;
  min-height: 500px;
  margin: 20px auto;
  background-image: url("../images/CajaRegaloPiscoPiso.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.store--title {
  margin: 20px auto;
  font-size: 2.2rem;
  font-weight: 700;
  font-style: bold;
  letter-spacing: 1px;
  color: var(--warm-black);
}
.store--description {
  width: 70%;
  margin: 30px auto;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 1px;
  text-align: center;
  color: var(--warm-black);
}
.store-links--container {
  width: 80%;
  max-width: 300px;
  margin: 0px auto;
}
.store-link--card {
  display: flex;
  margin: 10px 0px;
}
.store-link--card a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  text-decoration: none;
}
.store-link--card .whatsapp-logo {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url('../images/whatsapp_svg.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.store-link--card .mail-logo {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url('../images/mail_svg.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.store-link--description {
  width: 200px;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 1px;
  color: var(--warm-black);
  text-align: left;
  align-self: center;
}
