/*==============================================*/
/*              CLASES GENERALES                */
/*==============================================*/
@font-face {
  font-family: "localBrewery";
  src: url("../fonts/LocalBrewerySeven-Bold.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "intro";
  src: url("../fonts/Intro-Book.woff");
  font-weight: normal;
  font-style: normal;
}
body {
  min-height: 100%;
  font-family: "intro";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
  overflow-x: hidden !important;
  max-width: 100vw !important;
  background-color: #fff;
  padding: 0px;
}

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

.contTopInicio h2, .contenedorIntro img, .cardL, .contenedorRedes h2, .mvvActivo, .contSEO h3, .menu, .contTopShop h2, .headerCatalogo h1, .cardProducto, .contenidoProducto a:hover {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
}

.btnShop {
  border-style: none;
  background-color: #ec8100 !important;
  border-radius: 9px;
  font-size: 18px !important;
  font-family: "localBrewery";
  text-decoration: none;
  display: inline-block;
  color: #fff !important;
  width: fit-content;
  padding: 9px;
  text-align: center;
  cursor: pointer;
  transition: 0.35s ease-in-out;
  margin-left: 19px;
  margin-right: 19px;
}
.btnShop:hover {
  background-color: #b2ce5d !important;
  color: #e62c56 !important;
}

.btnAR,
.btnAccion {
  border-style: none;
  background-color: #e62c56 !important;
  border-radius: 9px;
  font-size: 18px !important;
  font-family: "localBrewery";
  text-decoration: none;
  display: inline-block;
  color: #fff !important;
  width: fit-content;
  padding: 9px;
  text-align: center;
  cursor: pointer;
  transition: 0.35s ease-in-out;
}
.btnAR:hover,
.btnAccion:hover {
  background-color: #b2ce5d !important;
  color: #e62c56 !important;
}

.btnAV {
  border-style: none;
  background-color: #b2ce5d !important;
  border-radius: 9px;
  font-size: 18px !important;
  font-family: "localBrewery";
  text-decoration: none;
  display: inline-block;
  color: #fff !important;
  width: fit-content;
  padding: 9px;
  text-align: center;
  cursor: pointer;
  transition: 0.35s ease-in-out;
}
.btnAV:hover {
  background-color: #b2ce5d !important;
  color: #e62c56 !important;
}

.btnAccion {
  margin-top: 18px;
}

.divider75 {
  height: 75px;
}

.pR {
  padding-right: 9px;
}

.pL {
  padding-left: 9px;
}

.contenedorTopShop {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  height: 100vh;
}

.contTopShop {
  justify-content: center;
  align-items: center;
  display: flex;
  width: fit-content;
  flex-direction: column;
  z-index: 1;
}
.contTopShop h2 {
  font-family: "theJunos";
  font-size: 120px !important;
  color: #fff !important;
  text-align: center;
}
@media (max-width: 768px) {
  .contTopShop h2 {
    font-size: 48px !important;
  }
}

.headerCatalogo {
  height: 150px;
  font-family: "localBrewery";
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #b2ce5d !important;
}
.headerCatalogo h1 {
  font-size: 48px !important;
  color: #e62c56 !important;
  text-align: center;
}
@media (max-width: 768px) {
  .headerCatalogo {
    height: fit-content;
    padding: 9px;
  }
  .headerCatalogo h1 {
    margin-top: 18px;
    font-size: 40px !important;
    color: #e62c56 !important;
    text-align: center;
  }
}

#contenedorCatalogo {
  min-height: 50vh;
  background-color: #d0faca !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px;
  flex-direction: row;
  flex-wrap: wrap;
}

.cardProducto {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 40vw;
  height: auto;
  margin: 25px;
  background-color: #fff !important;
  border-radius: 20px;
}
@media (max-width: 800px) {
  .cardProducto {
    width: 90vw;
    overflow: hidden;
  }
}

.imgProducto {
  position: relative;
  height: 300px;
  width: auto;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .imgProducto {
    width: 100%;
    height: auto;
  }
}

.contenidoProducto {
  padding: 9px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 50%;
}
.contenidoProducto h3 {
  font-family: "localBrewery";
  font-size: 28px;
  color: #e62c56 !important;
}
.contenidoProducto p {
  font-family: "intro";
}
.contenidoProducto a {
  background-color: #e62c56 !important;
  color: #fff !important;
  padding: 9px;
  font-family: "theJunos";
  border-radius: 12px;
  font-size: 28px;
  text-decoration: none;
  transition: 0.35s ease-in-out;
}
.contenidoProducto a:hover {
  background-color: #b2ce5d !important;
  color: #e62c56 !important;
}
@media (max-width: 768px) {
  .contenidoProducto {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .contenidoProducto h3 {
    width: 100%;
    text-align: center;
  }
}

.tag-sku {
  background-color: #b2ce5d !important;
  color: #fff !important;
  padding: 9px;
  text-align: center;
  border-radius: 100px;
  margin-bottom: 18px;
}

.tag-precio {
  background-color: #1a4b6c !important;
  color: #fff !important;
  padding: 9px;
  text-align: center;
  border-radius: 100px;
  margin-bottom: 18px;
}

.tag-precio-descuento {
  background-color: #d9534f;
  color: #fff;
  padding: 9px;
  text-align: center;
  border-radius: 100px;
  margin-bottom: 18px;
}

.tag-envio {
  background-color: #39b8c0 !important;
  color: #fff !important;
  padding: 9px;
  text-align: center;
  border-radius: 100px;
  margin-bottom: 18px;
}

/* Modal Background */
.modal {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Modal Content */
.modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  width: 80%;
  max-width: 400px;
}

/* Close Button */
.close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
}

/* Button Styling */
.modal-btn {
  background-color: #28a745;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.modal-btn:hover {
  background-color: #218838;
}

.brandLine {
  padding: 9px;
  height: 50px;
  background-color: #b2ce5d !important;
  position: fixed;
  z-index: 100;
}
.brandLine img {
  margin-left: -30px;
}

.menu {
  margin-top: 50px;
  height: 70px;
  width: 100vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #39b8c0 !important;
  padding: 10px 20px;
  position: fixed; /* Ensure nav is positioned relative for absolute positioning of enlacesMenu */
  z-index: 100;
}

.enlacesMenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.enlacesMenu li a {
  font-family: "localBrewery";
  font-size: 18px !important;
  color: #1a4b6c !important;
  text-decoration: none;
  padding: 9px;
  display: block;
  transition: 0.35s ease-in-out;
}
.enlacesMenu li a:hover {
  color: #e62c56 !important;
  border-bottom-style: solid;
  border-bottom-color: #b2ce5d !important;
}

.enlacesAccion {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: auto;
}
.enlacesAccion ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.enlacesAccion ul li {
  color: #fff !important;
}
.enlacesAccion ul li a {
  text-decoration: none;
}

.brand img {
  max-width: 150px; /* Adjust as needed */
}

#burger {
  display: none;
  cursor: pointer;
}

#burger i {
  color: #b2ce5d !important;
  font-size: 24px;
}

.enlacesMenu.active {
  display: block;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: #39b8c0 !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1000; /* Make sure it's on top */
}

.enlacesAccion.activeA {
  display: block;
  width: 100%;
  height: 30vh;
  position: absolute;
  margin-top: 300px;
  margin-left: 50px;
  background: transparent;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1000; /* Make sure it's on top */
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  background-color: #e62c56 !important;
  height: 300px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .footer {
    height: fit-content;
  }
}

.enlacesFooter {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  height: 200px;
}
.enlacesFooter img {
  width: 120px;
}
.enlacesFooter div h3 {
  font-family: "TheJunoss";
  color: #fff !important;
  font-size: 48px !important;
}
.enlacesFooter div ul {
  display: inline-flex;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.enlacesFooter div ul li {
  padding: 9px;
  margin-left: 15px;
  margin-right: 15px;
}
.enlacesFooter div ul a {
  text-decoration: none;
  color: #fff !important;
}
.enlacesFooter ul {
  display: inline-block;
  padding: 0px;
  margin: 0px;
  list-style: none;
  justify-content: center;
  align-items: center;
}
.enlacesFooter ul a {
  text-decoration: none;
  color: #fff !important;
}
@media (max-width: 768px) {
  .enlacesFooter {
    padding: 9px;
    flex-direction: column;
    height: fit-content;
  }
  .enlacesFooter ul li {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 9px;
  height: 50px;
  background-color: #b2ce5d !important;
}
.copyright p {
  margin: 0;
  text-align: center;
}
.copyright p a {
  color: #e62c56 !important;
}
@media (max-width: 768px) {
  .copyright {
    height: 100px;
  }
}

@media (max-width: 768px) {
  .enlacesMenu ul {
    height: 100vh;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .enlacesMenu ul li {
    width: 90%;
  }
  .enlacesMenu ul li a {
    text-align: center;
  }
  #burger {
    display: block;
  }
  .enlacesMenu {
    display: none;
  }
  .enlacesAccion {
    display: none;
  }
}
.contenedorTopInicio {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  height: 100vh;
}

.contTopInicio {
  justify-content: center;
  align-items: center;
  display: flex;
  width: fit-content;
  flex-direction: column;
  z-index: 1;
}
.contTopInicio h2 {
  font-family: "theJunos";
  font-size: 120px !important;
  color: #d0faca !important;
  text-align: center;
}
@media (max-width: 768px) {
  .contTopInicio h2 {
    font-size: 48px !important;
  }
}

.imgBannerTop {
  top: 0;
  width: 100vw;
  position: absolute;
  z-index: 0;
}
@media (max-width: 768px) {
  .imgBannerTop {
    height: 100vh;
    width: unset;
  }
}

.contenedorIntro {
  height: 70vh;
  background-color: #fac476 !important;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.contenedorIntro img {
  width: 35vw;
  margin-top: -200px;
  z-index: 2;
}
@media (max-width: 768px) {
  .contenedorIntro {
    height: fit-content;
  }
  .contenedorIntro img {
    width: 80vw;
  }
}

.contIntro {
  width: 50vw;
}
.contIntro h2 {
  font-size: 48px !important;
  font-family: "localBrewery";
  color: #e62c56 !important;
}
.contIntro p {
  font-size: 22px !important;
  color: #1a4b6c !important;
}
@media (max-width: 768px) {
  .contIntro {
    width: 90vw;
  }
}

#copyIntro {
  padding: 9px;
  height: 200px;
  background-color: #fac476 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
#copyIntro h3 {
  font-size: 120px !important;
  text-align: center;
  font-family: "theJunos";
  color: #e62c56 !important;
  line-height: 80px;
}
@media (max-width: 768px) {
  #copyIntro h3 {
    width: 70vw;
    font-size: 48px !important;
    line-height: 40px;
  }
}

.contenedorLiofilizacion {
  height: fit-content;
  background-color: #b2ce5d !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 9px;
}
.contenedorLiofilizacion h1 {
  font-family: "localBrewery";
  font-size: 48px !important;
  text-align: center;
  margin-top: 75px;
  color: #1a4b6c !important;
}
.contenedorLiofilizacion img {
  width: 60vw;
}
@media (max-width: 768px) {
  .contenedorLiofilizacion h1 {
    font-size: 48px !important;
    width: 80vw;
  }
  .contenedorLiofilizacion img {
    width: 90vw;
  }
}

.cardsLiofilizacion {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 60vw;
}
@media (max-width: 768px) {
  .cardsLiofilizacion {
    width: 90vw;
  }
}

.cardL {
  width: 25vw;
  padding: 9px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  border-radius: 10px;
}
.cardL img {
  width: 100%;
  border-radius: 10px;
}
.cardL h2 {
  font-family: "localBrewery";
  margin-top: 18px;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .cardL {
    width: 90vw;
    margin-bottom: 75px;
  }
}

.cardA {
  background-color: #39b8c0 !important;
}

.cardB {
  background-color: #ec8100 !important;
}

.contenedorRedes {
  background-image: url("../img/inicio/bannerExperienciaSmall.jpg");
  height: 600px;
  display: flex;
  padding: 18px;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}
.contenedorRedes h2 {
  font-size: 120px !important;
  font-family: "theJunos";
  line-height: 80px;
  text-align: center;
  color: #d0faca !important;
}
@media (max-width: 768px) {
  .contenedorRedes {
    background-size: cover;
    justify-content: center;
  }
  .contenedorRedes h2 {
    font-size: 48px !important;
    line-height: 30px;
  }
}

.contenedorNosotros {
  height: fit-content;
  background-color: #d0faca !important;
  padding: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contenedorNosotros h2 {
  width: 60vw;
  font-size: 120px !important;
  font-family: "theJunos";
  color: #e62c56 !important;
}
.contenedorNosotros p {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px;
  font-size: 22px !important;
  color: #fff !important;
  height: 100%;
  width: 90%;
  margin-left: 5%;
}
@media (max-width: 768px) {
  .contenedorNosotros h2 {
    width: 90vw;
  }
}

.contNosotros {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 60vw;
  background-color: #ec8100 !important;
  border-radius: 10px;
  height: 300px;
}
@media (max-width: 768px) {
  .contNosotros {
    width: 90vw;
    height: fit-content;
  }
}

.menuNosotros {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #b2ce5d !important;
  height: 70px;
}
.menuNosotros ul {
  height: 70px;
  list-style: none;
  display: inline-flex;
  padding: 0px;
  width: 100%;
  margin: 0;
}
.menuNosotros ul li {
  font-size: 18px !important;
  font-family: "localBrewery";
  padding: 9px;
  border-right-style: solid;
  border-right-color: #e62c56 !important;
  transition: 0.35s ease-in-out;
}
.menuNosotros ul li:hover {
  background-color: #ec8100 !important;
  cursor: pointer;
}

.mvvActivo {
  background-color: #ec8100 !important;
}

.contenedorSEO {
  background: rgb(208, 250, 202);
  background: -moz-linear-gradient(180deg, rgb(208, 250, 202) 0%, rgb(208, 250, 202) 50%, rgb(57, 184, 192) 50%, rgb(57, 184, 192) 100%);
  background: -webkit-linear-gradient(180deg, rgb(208, 250, 202) 0%, rgb(208, 250, 202) 50%, rgb(57, 184, 192) 50%, rgb(57, 184, 192) 100%);
  background: linear-gradient(180deg, rgb(208, 250, 202) 0%, rgb(208, 250, 202) 50%, rgb(57, 184, 192) 50%, rgb(57, 184, 192) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d0faca",endColorstr="#39b8c0",GradientType=1);
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contenedorSEO img {
  z-index: 0;
}
@media (max-width: 768px) {
  .contenedorSEO img {
    width: 95vw;
  }
}

.contSEO {
  margin-top: -200px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contSEO h3 {
  font-family: "theJunos";
  font-size: 120px !important;
  line-height: 80px;
  text-align: center;
  color: #d0faca !important;
}
@media (max-width: 768px) {
  .contSEO {
    margin-top: 0px;
  }
  .contSEO h3 {
    font-size: 48px !important;
    line-height: 30px;
  }
}

.contenedorContacto {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  padding: 9px;
  background-color: #fac476 !important;
  height: fit-content;
  padding-top: 75px;
  padding-bottom: 75px;
  flex-wrap: wrap;
}

.contContacto {
  width: 40vw;
}
.contContacto h2 {
  font-family: "theJunos";
  font-size: 120px !important;
  color: #e62c56 !important;
  text-align: center;
  line-height: 80px;
}
.contContacto h3 {
  font-family: "localBrewery";
  font-size: 48px !important;
  text-align: center;
  color: #1a4b6c !important;
}
@media (max-width: 768px) {
  .contContacto {
    width: 90vw;
  }
  .contContacto h2 {
    font-size: 48px !important;
  }
  .contContacto h3 {
    font-size: 22px !important;
  }
}

.formulario {
  width: 40vw;
}
.formulario label {
  font-family: "localBrewery";
  font-size: 18px !important;
  color: #e62c56 !important;
  margin-bottom: 9px;
  margin-top: 9px;
}
.formulario input,
.formulario select {
  border-radius: 50px;
  border-color: #e62c56 !important;
  border-style: 4px solid;
}
.formulario textarea {
  border-radius: 10px;
  border-color: #e62c56 !important;
  border-style: 4px solid;
}
@media (max-width: 768px) {
  .formulario {
    width: 90vw;
  }
}

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