:root {
  --primary-font: "Host Grotesk", sans-serif;
  --secondary-font: "DM Serif Display", serif;
  --tertiary-font: "Allura", cursive;
  --base-size-font: 16px;

  --primary-color: #85754e;
  --secondary-color: #111111;
  --tertiary-color: #382f2d;
  --quaternary-color: #4c413f;

  --transition: all 0.4s ease;
  --box-shadow: 0px 4px 15px 4px rgba(0, 0, 0, 0.15);
  --border-radius: 0.5rem;

  --title: 2.2rem;
  --text-content-size: 1rem;
  --text-content-size-s: 14px;
}
@media screen and (min-width: 580px) {
  :root {
    --title: 2.2rem;
  }
}
@media screen and (min-width: 980px) {
  :root {
    --title: 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
}

body {
  font: 400 var(--base-size-font) var(--primary-font);
  line-height: 1.5;
  margin: 0;
  color: #fff;
  background-color: #000;
}

html,
body {
  height: 100%;
}
html {
  scroll-behavior: smooth;
}
p {
  font-size: var(--text-content-size);
  margin-bottom: 20px;
  line-height: 1.5;
  color: var(--gris-petro);
  font-family: var(--primary-font);
}
h1,
h2,
h3,
h4 {
  font-weight: 400;
}
@media screen and (min-width: 580px) {
}
@media screen and (min-width: 980px) {
}
@media screen and (min-width: 1280px) {
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.img-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.d-flex {
  display: flex;
}

/* --- Container --- */

.container {
  margin: 0 auto;
  width: 100%;
  position: relative;
  padding: 0 1.5rem;
  max-width: 1320px;
  z-index: 1;
}
@media screen and (min-width: 580px) {
}
@media screen and (min-width: 980px) {
  .container {
    width: 100%;
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
}

/* --- General --- */

.btn {
  position: relative;
  cursor: pointer;
  font-size: 0.9rem;
  transition: var(--transition);
  padding: 17px 5px;
  width: fit-content;
  display: flex;
  align-items: center;
  overflow: hidden;
  min-width: 220px;
  max-width: max-content;
  height: fit-content;
  text-align: center;
  font-weight: 300;
  justify-content: center;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.btn-submit {
  position: relative;
  cursor: pointer;
  transition: var(--transition);
  padding: 17px 5px;
  width: fit-content;
  display: flex;
  align-items: center;
  overflow: hidden;
  min-width: 160px;
  max-width: max-content;
  height: fit-content;
  text-align: center;
  font-weight: 300;
  justify-content: center;
  background-color: #000;
  color: #fff;
}

.btn:hover {
  background-color: var(--primary-color);
  color: #fff;
}

section {
  padding: 60px 0;
  overflow-x: clip;
  position: relative;
}
.last-section {
  padding-bottom: 100px;
}

@media screen and (min-width: 580px) {
}
@media screen and (min-width: 980px) {
}
@media screen and (min-width: 1280px) {
}

/**
*	HEADER
*	=======================================================================================================
**/
header {
  position: absolute;
  z-index: 999;
  width: 100%;
  left: 0;
  top: 0;
  transition: var(--transition);
  padding-top: 20px;
}
header.activeFixed {
  box-shadow: var(--box-shadow);
}
header .logo {
  width: 90px;
}
.redes-header {
  gap: 8px;
  display: flex;
}
.redes-header img {
  width: 25px;
  height: 25px;
}
.idioma-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header__wrapper {
  justify-content: center;
  align-items: center;
}
.header__wrapper > div {
  width: 33%;
}
@media screen and (min-width: 580px) {
  header .logo {
    width: 120px;
  }
  .redes-header {
    gap: 8px;
    display: flex;
  }
  .idioma-header {
    display: flex;
  }
}
@media screen and (min-width: 980px) {
  header {
    top: 0;
    box-shadow: none;
  }
  header.activeFixed {
    top: -50px;
  }
  .header__wrapper {
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 1280px) {
}

/**
*	FOOTER
*	=======================================================================================================
**/
footer {
  position: relative;
  overflow-x: clip;
  background-color: var(--tertiary-color);
  color: #fff;
  text-align: center;
}
.footer__wrapper {
  flex-direction: column;
  justify-content: space-between;
  padding: 55px 0 30px;
  gap: 30px;
  align-items: center;
}
.footer__wrapper p {
  font-weight: 300;
  font-size: 0.9rem;
  margin-bottom: 0;
}
.logo-footer {
  width: 70px;
}
.redes-footer {
  gap: 8px;
}
.redes-footer img {
  width: 25px;
  height: 25px;
}
.copyright {
  flex-direction: column;
  gap: 5px;
  text-align: center;
  justify-content: center;
  padding: 20px;
  font-size: 0.9rem;
  font-weight: 300;
  align-items: center;
}
.copyright span {
  display: none;
}
.a84 {
  gap: 5px;
}
.a84 img {
  width: 30px;
}
@media screen and (min-width: 580px) {
}
@media screen and (min-width: 980px) {
  footer {
    text-align: left;
  }
  .footer__wrapper {
    flex-direction: row;
    justify-content: space-between;
    padding: 55px 0 30px;
    gap: 30px;
    align-items: center;
  }
  .copyright {
    flex-direction: row;
  }
  .copyright span {
    display: flex;
  }
}
@media screen and (min-width: 1280px) {
}

/**
*	HOME
*	=======================================================================================================
**/

/** HOME - WELCOME	============== **/
#welcome {
  padding: 0;
  position: relative;
}
#welcome-txt {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  height: 100%;
}
#slider-welcome-txt {
  height: 620px;
}
#slider-welcome-txt .slick-list {
  height: 100%;
}
#slider-welcome-txt .slick-track {
  height: 100%;
}
#welcome .slick-dots {
  bottom: 0;
}
.slick-dots li button:before {
    font-size: 18px;
    opacity: 1;
    color: #e0e0e0;
}
#welcome .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fff;
}
#welcome .slick-dots li {
  margin: 2px;
}
#welcome .slick-dotted.slick-slider {
  margin: 0 auto;
  overflow: hidden;
  max-width: 600px;
}
.slider-welcome__item {
  height: 800px;
  position: relative;
}
.slider-welcome__item img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.welcome-item-txt__wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  position: relative;
  height: 100%;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding-top: 90px;
}
.welcome-item-txt__wrapper h1,
.welcome-item-txt__wrapper h2 {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: var(--secondary-font);
}
.welcome-item-txt__wrapper p {
  color: #fff;
  width: 100%;
  font-size: var(--text-content-size-s);
  font-weight: 300;
  line-height: 1.2;
}
.capas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gradient-sup {
  width: 100%;
  height: 55%;
  position: absolute;
  top: 0;
  left: 0;
  background: #382f2d;
  background: linear-gradient(
    180deg,
    rgba(56, 47, 45, 1) 0%,
    rgba(56, 47, 45, 0) 100%
  );
  z-index: 9;
}
.gradient-bottom {
  width: 100%;
  height: 55%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 13%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 9;
}

@media screen and (min-width: 580px) {
  .welcome-item-txt__wrapper h1,
  .welcome-item-txt__wrapper h2 {
    font-size: 3.4rem;
    line-height: 1;
    margin-bottom: 20px;
  }
  .welcome-item-txt__wrapper p {
    font-size: 1.5rem;
  }
  #welcome .slick-dots {
    bottom: 0;
  }
}
@media screen and (min-width: 980px) {
  #welcome .slick-dots {
    bottom: 100px;
  }
  .slider-welcome__item {
    height: 800px;
  }
  #slider-welcome-txt {
    height: 800px;
  }
  .welcome-item-txt__wrapper {
    height: 800px;
    justify-content: center;
    padding-top: 75px;
  }
}
@media screen and (min-width: 1280px) {
}

/** HOME - PRESENTACIÓN	============== **/
#pres {
  padding: 0 0 60px;
}
.pres__wrapper {
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
.pres__wrapper .col-1 {
  width: 100%;
  flex-direction: column;
  align-items: flex-end;
  gap: 30px;
}
.pres__wrapper .col-1 .montes {
  width: 100%;
}
.pres__wrapper .col-1 p {
  font-family: var(--tertiary-font);
  font-size: 1.7rem;
  text-align: center;
  width: 100%;
  margin: 0 0;
  line-height: 1.3;
}
.pres__wrapper .col-2 {
  width: 100%;
  flex-direction: column;
  gap: 40px;
  padding-top: 20px;
  align-items: center;
}
.pres__wrapper .col-2 h2 {
  font-size: var(--title);
  font-family: var(--secondary-font);
  color: var(--primary-color);
  line-height: 1.1;
  max-width: 400px;
  text-align: center;
}
.pres__wrapper .col-2 .bottles {
  max-width: 430px;
}

@media screen and (min-width: 580px) {
}
@media screen and (min-width: 980px) {
  #pres {
    padding: 40px 0 150px;
    background-image: url(../images/logo-bg.svg);
    background-repeat: no-repeat;
    background-size: 180px;
    background-position: left 16% bottom 40px;
  }
  .pres__wrapper {
    flex-direction: row;
    gap: 100px;
  }
  .pres__wrapper .col-1 {
    width: 55%;
  }
  .pres__wrapper .col-2 {
    width: 45%;
  }
  .pres__wrapper .col-1 p {
    text-align: right;
    width: 75%;
    padding-right: 20px;
  }
  .pres__wrapper .col-2 h2 {
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
}

/** HOME - FRASE	============== **/
#frase {
  background-color: var(--secondary-color);
  justify-content: space-between;
  padding: 150px 0;
}
#frase h2 {
  font-size: var(--title);
  font-family: var(--secondary-font);
  line-height: 1.1;
  text-align: center;
}
#frase h2 strong {
  color: var(--primary-color);
  font-weight: 400;
}
.frase__wrapper {
  flex-direction: row;
  align-items: center;
  gap: 80px;
}
.frase__content {
  width: 100%;
}
.frase__img {
  width: 23%;
  display: none;
}

@media screen and (min-width: 580px) {
}
@media screen and (min-width: 980px) {
  #frase {
    padding: 60px 0;
  }
  .frase__content {
    width: 54%;
  }
  .frase__img {
    display: flex;
  }
}
@media screen and (min-width: 1280px) {
}

/** HOME - PRODUCTS	============== **/
#products-home {
  padding: 0;
  background-image: url(../images/product-bg-3.jpg);
  background-attachment: fixed;
  background-size: cover;
}
#products-home .container {
  padding: 0;
}
.products-home-item {
  flex-direction: column;
  margin-bottom: 40px;
}
.title-product {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  position: relative;
  padding: 50px 30px;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
#products-home .products-home-item:nth-child(1) .title-product {
  background-color: var(--tertiary-color);
  margin-top: 0;
  order: 2;
}
#products-home .products-home-item:nth-child(2) .title-product {
  background-color: #8a391b;
	order: 2
}
#products-home .products-home-item:nth-child(3) .title-product {
  background-color: #4e5b31;
  order: 2;
}
.title-product h2 {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 10px;
}
.title-product h3 {
  font-size: 1.5rem;
  line-height: 1.1;
  margin-top: 20px;
}
.img-product {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  position: relative;
  padding: 40px 0px 40px 55px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 80px;
}
#products-home .products-home-item:nth-child(1) .img-product {
  background-color: var(--quaternary-color);
  margin-top: 0;
  order: 1;
}
#products-home .products-home-item:nth-child(2) .img-product {
  background-color: #96513c;
	order: 1;
}
#products-home .products-home-item:nth-child(3) .img-product {
  background-color: #69704d;
  order: 1;
}
.img-product img {
  height: calc(100% + 100px);
  bottom: 0;
  position: relative;
}
.des-product {
    width: 100%;
    background-color: #000;
    padding: 40px 30px 80px;
}
#products-home .products-home-item:nth-child(1) .des-product,
#products-home .products-home-item:nth-child(3) .des-product {
  background-color: #000;
  order: 3;
}
#products-home .products-home-item:nth-child(2) .des-product {
  background-color: var(--tertiary-color);
	order: 3;
}
#products-home .products-home-item:nth-child(3) {
  margin-bottom: 0;
}
.des-product .block {
  border-bottom: 1px solid #fff;
  padding: 20px 0;
}
.des-product .block:last-child {
  border-bottom: 0;
}
.des-product .block p:last-of-type {
  margin-bottom: 0;
}
.des-product .block h4 {
  font-size: var(--text-content-size);
  color: var(--primary-color);
  font-weight: 500;
  margin-bottom: 10px;
}
.des-product .block p {
  font-weight: 300;
  font-size: 0.9rem;
}
.des-product .block li {
  padding-left: 20px;
  font-weight: 300;
  font-size: 0.9rem;
  margin-bottom: 10px;
  line-height: 1.5;
  font-family: var(--primary-font);
  position: relative;
}
.des-product .block li::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: #fff;
  border-radius: 100px;
  top: 9px;
  left: 2px;
}

@media screen and (min-width: 580px) {
  #products-home .container {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 980px) {
  .products-home-item {
    flex-direction: row;
  }
  .des-product {
    width: 50%;
    padding: 40px 50px;
  }
  .img-product {
    width: 25%;
    height: 100%;
    aspect-ratio: 1 / 1;
    position: sticky;
    top: 200px;
    padding: 40px 0px 40px 55px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 80px;
  }
  .title-product {
    width: 25%;
    height: 100%;
    aspect-ratio: 1/1;
    position: sticky;
    top: 200px;
    padding: 40px 50px;
    flex-direction: column;
    justify-content: center;
    margin-top: 80px;
  }
  .des-product {
	  padding: 40px 30px;
	  order: 3;
	}
	#products-home .products-home-item:nth-child(1) .img-product,
	#products-home .products-home-item:nth-child(3) .img-product {
	  order: 2;
	}
	#products-home .products-home-item:nth-child(1) .title-product,
	#products-home .products-home-item:nth-child(3) .title-product {
	  order: 1;
	}
	#products-home .products-home-item:nth-child(2) .title-product {
	  order: 2;
	}
	#products-home .products-home-item:nth-child(2) .img-product{
		order: 1;
	}
}
@media screen and (min-width: 1280px) {
}

/** HOME - HISTORIA	============== **/
#history {
  padding: 0;
  background: url(../images/montes-bg.svg), var(--secondary-color);
  background-repeat: no-repeat;
  background-size: 70%, 100%;
  background-position: bottom right, center;
}
.history__wrapper {
  flex-direction: column;
  padding: 60px 0 150px 0;
  gap: 50px;
  position: relative;
}
.history__wrapper {
  flex-direction: column;
  padding: 80px 0 150px 0;
  gap: 40px;
  position: relative;
}
.history__main {
  width: 100%;
}
.history__main h2 {
  font-size: var(--title);
  font-family: var(--secondary-font);
  color: var(--primary-color);
  line-height: 1.1;
  max-width: 100%;
  margin: 0 0 30px;
  text-align: center;
}
.history-img {
  width: 100%;
  aspect-ratio: 6 / 5;
  display: flex;
  margin: 0;
}
.history__content {
    width: 100%;
    text-align: center;
}

@media screen and (min-width: 580px) {
}
@media screen and (min-width: 980px) {
  .history__wrapper {
    flex-direction: row;
    padding: 100px 0 100px 40px;
    gap: 100px;
  }
  .history__main {
    width: 50%;
  }
  .history__main h2 {
    max-width: 400px;
    margin: 0 0 50px 120px;
    text-align: left;
  }
  .history-img {
    margin: 0 0 -120px;
  }
  .history__content {
    width: 50%;
    text-align: left;
  }
  .history__wrapper::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 500px;
    background-color: #000;
    left: -410px;
    top: 0;
    z-index: -1;
  }
}
@media screen and (min-width: 1280px) {
}

/** HOME - ENCUENTRANOS	============== **/
#encuentranos {
  background-image: url(../images/shadow.svg);
  background-repeat: repeat-x;
  background-position: top left;
  background-size: 1920px;
}
.encuentranos__header {
  justify-content: center;
}
.encuentranos__header h2 {
  text-align: center;
  color: var(--secondary-color);
  font-weight: 600;
  font-size: var(--title);
  line-height: 1.1;
  margin-bottom: 30px;
}
#encuentranos {
  background-color: #fff;
  padding: 80px 0 110px;
}
#encuentranos .title {
  margin-bottom: 70px;
}
.carousel-encuentranos-item {
  margin: 0 30px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.carousel-encuentranos-item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
.carousel-encuentranos-item h3 {
  color: var(--secondary-color);
  font-size: var(--text-content-size-s);
  font-weight: 400;
}
#encuentranos ul.slick-dots {
  width: 100%;
  height: max-content;
  bottom: -65px;
}
#encuentranos .slick-dots li button:before {
  color: #e0e0e0;
}
#encuentranos .slick-dots li.slick-active button:before {
  opacity: 1;
  color: var(--secondary-color);
}

@media screen and (min-width: 580px) {
}
@media screen and (min-width: 980px) {
  #encuentranos {
    padding: 150px 0 80px;
  }
  .encuentranos__header h2 {
    text-align: right;
  }
  #encuentranos ul.slick-dots {
    width: max-content;
    bottom: auto;
    top: -70px;
    height: max-content;
  }
  .encuentranos__header {
  justify-content: flex-end;
}
}
@media screen and (min-width: 1280px) {
}

/** HOME - CONTACTO	============== **/
#contact {
  background-color: #e0e0e0;
  padding: 100px 0;
}
.contact-wrapper {
  flex-direction: column;
  gap: 40px;
}
.contact-img {
  width: 100%;
}
.contact-form {
  width: 100%;
}
.contact-form h2 {
  font-size: var(--title);
  font-family: var(--secondary-font);
  line-height: 1.1;
  text-align: center;
  color: var(--secondary-color);
  margin-bottom: 60px;
}
.contact-form h2 strong {
  font-weight: 400;
  color: var(--primary-color);
}
.form-row {
  margin-bottom: 20px;
}
.form-row.-last-row {
  padding-top: 20px;
}
input {
  background-color: #fff;
  padding: 20px 25px;
  width: 100%;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0.5em 0;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    color: var(--secondary-color);
}

@media screen and (min-width: 580px) {
}
@media screen and (min-width: 980px) {
  .contact-wrapper {
    flex-direction: row;
    gap: 100px;
  }
  .contact-img {
    width: 45%;
  }
  .contact-form {
    width: 55%;
  }
  .contact-form h2 {
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
}

/**
*	INTERNAS
*	=======================================================================================================
**/
/** INTERNAS - BANNER	============== **/

.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #111111b8;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.modal {
    background: var(--tertiary-color);
    max-width: 800px;
    position: relative;
    text-align: center;
    margin: auto;
	max-height: 80%;
	overflow-y: auto;
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
    font-weight: bold;
    font-size: 29px;
    color: var(--primary-color);
    z-index: 9999;
}

.close-btn:hover {
  color: #000;
}
.modal__wrapper {
    flex-direction: column;
    gap: 40px;
    max-height: 95vh;
    overflow: auto;
}

@media screen and (min-width: 580px) {
   .modal {
    margin: 20px;
  }
}
@media screen and (min-width: 980px) {
  .modal {
    margin: 0;
  }
  .modal__wrapper {
    flex-direction: row;
    gap: 50px;
  }
}
@media screen and (min-width: 1280px) {
}

#modal-overlay-conser .modal {
    padding: 70px 25px 35px;
    text-align: left;
}
#modal-overlay-conser .modal__wrapper {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    max-height: 70vh;
}
#modal-overlay-conser  .title {
    width: fit-content;
}
.modal__wrapper ul li {
    padding-left: 20px;
    font-weight: 300;
    font-size: 0.9rem;
    margin-bottom: 10px;
    line-height: 1.5;
    font-family: var(--primary-font);
    position: relative;
}
.modal__wrapper ul li::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 100px;
    top: 9px;
    left: 2px;
}
.modal__wrapper h2 {
    font-family: var(--secondary-font);
    font-size: var(--title);
    line-height: 1.1;
    margin-bottom: 20px;
}
.modal__wrapper h3 {
    font-family: var(--secondary-font);
    margin: 20px 0 10px;
}

@media screen and (min-width: 580px) {
	#modal-overlay-conser .modal {
		padding: 40px;
	}
}
@media screen and (min-width: 980px) {
}
@media screen and (min-width: 1280px) {
}


.loader-wrap.active{
    animation: 1500ms ease 300ms 1 normal both running fade-in;
	pointer-events: none;
}
@keyframes fade-in {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.loader-wrap.hide{
    display:none;
}
.preloader {
    flex-direction: row;
    gap: 20px;
    align-items: center;
}
.logo-preloader{
	width: 150px;
}
.loading-page {
    background: url(../images/bg-loader-2.svg), var(--secondary-color);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 700px,100%;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 99999;
}

.loading-page .counter {
  text-align: center;
}

.loading-page .counter p {
    font-size: 25px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 0;
}

.loading-page .counter h1 {
  color: white;
  font-size: 60px;
  margin-top: -10px;
}

.loading-page .counter hr {
  background: #f60d54;
  border: none;
  height: 1px;
}

.loading-page .counter {
  position: relative;
  width: 200px;
}

.loading-page .counter h1.abs {
  position: absolute;
  top: 0;
  width: 100%;
}

.loading-page .counter .color {
  width: 0px;
  overflow: hidden;
  color: #f60d54;
}
