/*==============================================*/
/*              CLASES GENERALES                */
/*==============================================*/
@font-face {
  font-family: "yeseva";
  src: url("../fonts/YesevaOne-Regular.ttf");
}
@font-face {
  font-family: "abhaya-regular";
  src: url("../fonts/AbhayaLibre-Regular.ttf");
}
@font-face {
  font-family: "abhaya-bold";
  src: url("../fonts/AbhayaLibre-Bold.ttf");
}
body {
  font-family: "abhaya-regular";
  font-size: 14px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0px !important;
  margin: 0px !important;
}

.noVisible {
  visibility: hidden;
  position: absolute;
  margin-top: -100000px;
}

.menu-alt {
  background: #3a7343;
  background: -moz-linear-gradient(180deg, #3a7343 0%, rgba(58, 115, 67, 0) 100%);
  background: -webkit-linear-gradient(180deg, #3a7343 0%, rgba(58, 115, 67, 0) 100%);
  background: linear-gradient(180deg, #3a7343 0%, rgba(58, 115, 67, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a3850",endColorstr="#1a3850",GradientType=1);
}

.pl-5 {
  padding-left: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.contenido-banner .texto-banner, .menu-alt, .btn-mf:hover {
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.6));
}

.menu {
  position: fixed;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  z-index: 100;
  width: 100vw;
  height: 70px;
  padding: 9px;
  transition: 0.35s ease-in-out;
}
.menu .menu-toggle {
  display: none;
  background-color: transparent;
  border: none;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}

.brand {
  width: 100px;
  padding: 9px;
}
.brand img {
  width: 100%;
}

.enlaces {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-right: 25px;
  height: auto;
}
.enlaces li {
  margin: 0px;
  padding: 9px;
  color: #fff;
}
.enlaces li a {
  text-decoration: none;
  color: #fff;
  transition: 0.35s ease-in-out;
}
.enlaces li a:hover {
  padding-bottom: 9px;
  border-bottom: 2px solid #fff;
}

.language {
  width: 70px;
  padding: 0px;
  border: 2px solid #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.language a {
  padding: 9px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  width: auto;
  transition: 0.35s ease-in-out;
}
.language a:hover {
  background-color: #3a7343;
  color: #fff !important;
}
.language .active-language {
  background-color: #fff;
  color: #3a7343;
}

.floating-menu {
  position: fixed;
  z-index: 10;
  padding: 0px !important;
  width: 30px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0px;
}
.floating-menu ul {
  margin: 0px;
  padding: 0px;
  padding-top: 9px;
  padding-bottom: 9px;
  list-style: none;
  color: #fff;
}
.floating-menu ul li {
  padding: 9px;
  margin-left: 18px;
}
.floating-menu ul li i {
  font-size: 18px;
}
.floating-menu ul li a {
  font-size: 18px;
  color: #fff;
  padding: 0px;
  margin: 0px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-decoration: none;
}

@media screen and (max-width: 800px) {
  .menu {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }
  .menu .menu-toggle {
    display: block;
  }
  .menu .enlaces {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100vw;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    background-color: #3a7343;
    transition: 0.3s ease;
    margin-right: 0;
  }
  .menu .enlaces li {
    padding: 20px;
    text-align: center;
  }
  .menu .enlaces.active {
    left: 0;
  }
}
.menu-footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 50px;
}
.menu-footer ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 70vw;
  margin: 0px;
  padding: 0px;
  flex-wrap: wrap;
}
.menu-footer ul li {
  width: 30%;
  padding: 4px;
}
.menu-footer img {
  width: 25vw;
}
@media screen and (max-width: 800px) {
  .menu-footer {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .menu-footer img {
    width: 90%;
  }
  .menu-footer ul {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: 0px;
    width: 90%;
  }
  .menu-footer ul li {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 0px;
  }
}

.btn-mf {
  display: block;
  padding: 9px;
  text-align: center;
  text-decoration: none;
  width: 200px;
  font-weight: 700;
  color: #fff;
  border-radius: 100px;
  transition: 0.3s ease-in-out;
}
.btn-mf img {
  height: 20px;
  width: auto;
  margin-right: 9px;
}

.btn-v {
  background-color: #39b54a;
}

.btn-a {
  background-color: #3a7343;
}

.btn-g {
  background-color: #0d7272;
}

#footerContainer {
  margin-top: 25px;
  position: relative;
  height: 100px;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0px;
}
#footerContainer ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  list-style: none;
  width: 100vw;
  padding: 9px;
  margin: 0px;
  background-color: #0d7272;
}
#footerContainer ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  margin: 0px;
  color: #fff;
}
#footerContainer ul li img {
  width: 20px;
  margin-right: 9px;
}
#footerContainer ul li a {
  text-decoration: none;
  color: #fff;
}
#footerContainer .copyright {
  height: 50px;
  margin: 0px;
  background-color: #3a7343;
  width: 100%;
  padding: 9px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#footerContainer .copyright p {
  text-align: center;
  color: #fff;
  vertical-align: middle;
}
#footerContainer .copyright a {
  color: #fff;
}
@media screen and (max-width: 800px) {
  #footerContainer p {
    width: 80%;
  }
}

.contenedor-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.cards-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.card-contact {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.card-contact img {
  z-index: 1;
  width: 100%;
}
.card-contact a {
  margin-bottom: 18px;
  position: absolute;
  z-index: 3;
  display: block;
  background-color: #3a7343;
  padding: 9px;
  width: 150px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  transition: 0.3s ease-in-out;
}
.card-contact a:hover {
  background-color: #39b54a;
}
@media screen and (max-width: 800px) {
  .card-contact {
    width: 90%;
  }
}

.age-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center;
  z-index: 10000;
}

.age-modal .modal-content {
  background: #fff;
  padding: 2rem;
  border-radius: 8px;
  text-align: center;
  max-width: 90%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  animation: fadeInDown 0.5s;
}

.age-modal h2 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.age-modal p {
  margin-bottom: 1.5rem;
}

.age-modal button {
  margin: 0 0.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.age-modal .yes {
  background: #1a3850;
  color: #fff;
}

.age-modal .no {
  background: #ccc;
  color: #333;
}

.contenedor-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
}
.contenedor-banner img {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .contenedor-banner {
    margin-bottom: 0px !important;
    height: fit-content !important;
    overflow: hidden;
  }
  .contenedor-banner img {
    height: 100vh !important;
    width: auto !important;
  }
}

.contenido-banner {
  display: flex;
  position: absolute;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  width: 100%;
  height: 100%;
  z-index: 4;
  margin-bottom: 0px;
}
.contenido-banner .texto-banner {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.contenido-banner .texto-banner img {
  width: 30%;
}
.contenido-banner .texto-banner h2 {
  text-align: left;
  font-size: 36px;
  color: #fff;
}
.contenido-banner .texto-banner h1,
.contenido-banner .texto-banner p {
  color: #fff;
  font-size: 18px;
  text-align: left;
  font-weight: bold;
}
.contenido-banner .botellas-banner {
  width: auto;
  margin-bottom: -150px;
}
.contenido-banner .botellas-banner img {
  height: 70%;
  width: auto;
}
@media screen and (max-width: 800px) {
  .contenido-banner {
    flex-direction: column;
    height: fit-content !important;
    overflow: hidden;
  }
  .contenido-banner .texto-banner {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10vh;
    overflow: hidden;
  }
  .contenido-banner .texto-banner img {
    width: 100px !important;
    height: auto !important;
  }
  .contenido-banner .texto-banner h2 {
    text-align: center;
    font-size: 36px;
    color: #fff;
  }
  .contenido-banner .texto-banner h1,
  .contenido-banner .texto-banner p {
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
  }
  .contenido-banner .botellas-banner {
    width: auto !important;
    margin-bottom: 0px;
  }
  .contenido-banner .botellas-banner img {
    width: auto !important;
    height: 50vh !important;
  }
}

.contenedor-products {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  width: 100vw;
  overflow: hidden;
}
.contenedor-products img {
  position: absolute;
  z-index: 0;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .contenedor-products {
    overflow: visible;
    overflow-x: hidden;
    height: fit-content;
  }
  .contenedor-products img {
    height: fit-content;
    width: auto;
    bottom: 0;
  }
}

.tienda {
  width: 70%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  height: fit-content;
  z-index: 10;
}
@media screen and (max-width: 800px) {
  .tienda {
    width: 100vw;
    flex-direction: column;
  }
}

/*# sourceMappingURL=main.css.map */
