/*==============================================*/
/*              CLASES GENERALES                */
/*==============================================*/
@font-face {
  font-family: "memogramItalic";
  src: url("../fonts/Memogram-Italic.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sterlingRegular";
  src: url("../fonts/FTSterling-Regular.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sterlingBold";
  src: url("../fonts/FTSterling-Bold.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "okineBold";
  src: url("../fonts/MadeOkine-Bold.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "okineRegular";
  src: url("../fonts/MadeOkine-Regular.otf");
  font-weight: normal;
  font-style: normal;
}
body {
  min-height: 100%;
  font-family: "sterlingRegular";
  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 h1, div[class*=-container] img[class*=item-], .thumbnails-container img, .btnAR:hover,
.btnAccion:hover {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
}

.color-tag, .btnAR,
.btnAccion {
  background: rgb(144, 190, 208);
  background: -moz-linear-gradient(90deg, rgb(144, 190, 208) 0%, rgb(185, 200, 108) 100%);
  background: -webkit-linear-gradient(90deg, rgb(144, 190, 208) 0%, rgb(185, 200, 108) 100%);
  background: linear-gradient(90deg, rgb(144, 190, 208) 0%, rgb(185, 200, 108) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#90bed0",endColorstr="#b9c86c",GradientType=1);
}

.color-tag:hover, .btnAR:hover,
.btnAccion:hover {
  background: rgb(185, 200, 108);
  background: -moz-linear-gradient(90deg, rgb(185, 200, 108) 0%, rgb(144, 190, 208) 100%);
  background: -webkit-linear-gradient(90deg, rgb(185, 200, 108) 0%, rgb(144, 190, 208) 100%);
  background: linear-gradient(90deg, rgb(185, 200, 108) 0%, rgb(144, 190, 208) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b9c86c",endColorstr="#90bed0",GradientType=1);
}

.btnAR,
.btnAccion {
  border-radius: 100px;
  font-size: 18px !important;
  font-family: "okineRegular";
  text-decoration: none;
  display: inline-block;
  color: #fff !important;
  margin-top: 15px;
  width: auto;
  padding: 9px;
  text-align: center;
  cursor: pointer;
  transition: 0.35s ease-in-out;
}
.btnAR:hover,
.btnAccion:hover {
  color: #fff !important;
}

.btnAccion {
  margin-top: 18px;
}

.menu {
  width: 100vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #000;
  padding: 10px 20px;
  position: relative; /* 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 {
  color: #fff !important;
  text-decoration: none;
  padding: 10px;
  display: block;
  transition: 0.35s ease-in-out;
}
.enlacesMenu li a:hover {
  color: #b9c86c !important;
}

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

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

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

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

@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 {
    font-family: "memogramItalic";
    text-align: center;
  }
  #burger {
    display: block;
  }
  .enlacesMenu {
    display: none;
  }
}
.contenedorTopInicio {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  height: 100vh;
}

.contTopInicio {
  display: flex;
  z-index: 1;
  width: 40%;
  flex-direction: column;
  margin-left: 10%;
}
.contTopInicio h1 {
  font-family: "memogramItalic";
  font-size: 64px !important;
  color: #16759b !important;
}
.contTopInicio p {
  font-family: "sterlingRegular";
  font-size: 18px !important;
  color: #030402 !important;
}

.imgBannerTop {
  top: 0;
  width: 100vw;
  position: absolute;
  z-index: 0;
}

.contCategoria {
  margin-top: -120px;
  overflow: hidden;
  position: relative;
  width: 100vw;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .contCategoria {
    flex-direction: column;
    height: auto;
  }
}

.categoria {
  text-decoration: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 33.33vw;
  height: 100%;
  overflow: hidden;
}
.categoria h3 {
  color: #fff !important;
  z-index: 2;
  position: relative;
  padding: 10px;
}
.categoria img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
@media (max-width: 768px) {
  .categoria img {
    width: 100%;
    height: 500px;
  }
  .categoria img img {
    height: 500px;
  }
}
.categoria div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.35s ease-in-out;
  background-color: rgba(0, 0, 0, 0.7);
}
.categoria:hover {
  cursor: pointer;
}
.categoria:hover div {
  background-color: rgba(0, 0, 0, 0.4);
}

.contenedorCatalogo {
  position: relative;
  width: 100vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #fff !important;
}

.catalog {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: baseline;
  width: 90vw;
  height: fit-content;
}

.item {
  margin-top: 25px;
  width: 30%;
  position: relative;
}

div[class*=-container] img[class*=item-] {
  width: 100%;
  border-radius: 20px;
}

.thumbnails-container {
  width: 100%;
  padding: 9px;
  max-height: 250px;
  overflow: hidden;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
}
.thumbnails-container img {
  padding: 5px;
  width: 20%;
  border-radius: 20px;
}

.colors {
  width: 100%;
  padding: 9px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

.color-tag {
  min-width: 100px;
  padding: 9px;
  margin-left: 9px;
  margin-right: 9px;
  margin-top: 9px;
  border-radius: 20px;
  text-align: center;
  color: #fff !important;
  transition: 0.35s ease-in-out;
}
.color-tag:hover {
  cursor: pointer;
}

.id-tag {
  font-family: "memogramItalic";
  font-size: 18px !important;
  text-align: center;
  color: #030402 !important;
}

.price-tag {
  margin-top: 25px;
  margin-left: 10%;
  width: 90%;
  font-size: 32px !important;
}

.paypal-link {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 25px;
  margin-left: 10%;
  width: 90%;
  background-color: #90bed0 !important;
  color: #fff !important;
  border-radius: 20px;
  padding: 9px;
  text-align: center;
  font-size: 18px !important;
  transition: 0.35s ease-in-out;
}
.paypal-link:hover {
  background-color: #030402 !important;
}

.categoria-tag {
  margin-bottom: 25px;
  margin-left: 10%;
  width: 90%;
  background-color: #030402 !important;
  color: #fff !important;
  border-radius: 20px;
  padding: 9px;
  text-align: center;
  font-size: 18px !important;
}
.categoria-tag span {
  color: #b9c86c !important;
}

.contactoContainer {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding: 9px;
  min-height: 500px;
  background-image: url("../img/inicio/contacto.jpg");
  background-repeat: no-repeat;
}
.contactoContainer h2 {
  width: 50%;
  text-align: center;
  font-family: "memogramItalic";
  font-size: 32px !important;
  color: #fff !important;
}

.formulario {
  width: 50%;
  padding: 9px;
}
.formulario label {
  font-size: 18px !important;
  color: #fff !important;
  margin-top: 18px;
}

.footer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 200px;
  background-color: #90bed0 !important;
}
.footer img {
  width: 150px;
}
.footer p {
  margin-top: 25px;
  color: #fff !important;
  font-size: 14px !important;
}
.footer p a {
  text-decoration: none;
  color: #030402 !important;
}

@media screen and (max-width: 800px) {
  .contenedorTopInicio {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 70vh;
  }
  .contTopInicio {
    display: flex;
    align-self: flex-start;
    z-index: 1;
    width: 90%;
    flex-direction: column;
    margin-left: 5%;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 9px;
    border-radius: 20px;
  }
  .contTopInicio h1 {
    font-size: 28px !important;
  }
  .contTopInicio p {
    font-family: "sterlingRegular";
    font-size: 18px !important;
    color: #030402 !important;
    padding: 9px;
  }
  .imgBannerTop {
    width: 200vw;
    position: absolute;
    margin-top: 0px;
    margin-left: -350px;
    z-index: 0;
  }
  .contenedorCatalogo {
    width: 100vw;
    position: relative;
    padding: 9px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #fff !important;
  }
  .catalog {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: baseline;
    margin-top: 25px;
    position: relative;
    width: 90vw;
  }
  .item {
    margin-top: 0px;
    width: 95%;
    position: relative;
  }
  div[class*=-container] img[class*=item-] {
    width: 100%;
    border-radius: 20px;
  }
  .thumbnails-container {
    width: 100%;
    padding: 9px;
    max-height: 250px;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
  }
  .thumbnails-container img {
    padding: 5px;
    width: 20%;
    border-radius: 20px;
  }
  .colors {
    width: 100%;
    padding: 9px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
  }
  .color-tag {
    min-width: 100px;
    padding: 9px;
    margin-left: 9px;
    margin-right: 9px;
    margin-top: 9px;
    border-radius: 20px;
    text-align: center;
    color: #fff !important;
    transition: 0.35s ease-in-out;
  }
  .color-tag:hover {
    cursor: pointer;
  }
  .id-tag {
    font-family: "memogramItalic";
    font-size: 32px !important;
    text-align: center;
  }
  .price-tag {
    margin-top: 25px;
    margin-left: 10%;
    width: 90%;
    font-size: 32px !important;
  }
  .description-tag {
    margin-bottom: 25px;
    margin-left: 10%;
    width: 90%;
    font-size: 18px !important;
  }
  .contactoContainer {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding: 9px;
    min-height: 500px;
    background-image: url("../img/inicio/contacto.jpg");
    background-repeat: no-repeat;
  }
  .contactoContainer h2 {
    width: 100%;
    text-align: center;
    font-family: "memogramItalic";
    font-size: 32px !important;
    color: #fff !important;
  }
  .formulario {
    width: 90%;
    padding: 9px;
    margin-left: 5%;
  }
  .formulario label {
    font-size: 18px !important;
    color: #fff !important;
    margin-top: 18px;
  }
  .footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 200px;
    background-color: #90bed0 !important;
  }
  .footer img {
    width: 150px;
  }
  .footer p {
    text-align: center;
    width: 80%;
    margin-top: 25px;
    color: #fff !important;
    font-size: 14px !important;
  }
  .footer p a {
    text-decoration: none;
    color: #030402 !important;
  }
}

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